2017-01-08 14:54:25 +00:00
/ * *
* English language
*
* @ author Pierre HUBERT
* /
ComunicWeb . common . langs . en = {
2018-02-04 08:42:38 +00:00
2018-05-10 08:39:10 +00:00
/ * *
* Common
* /
2018-03-11 15:55:44 +00:00
//Really really common messages
_loading : "Loading..." ,
2018-03-11 16:12:08 +00:00
_send : "Send" ,
_choose : "Choisir" ,
2018-03-11 15:55:44 +00:00
2017-01-08 15:17:22 +00:00
//Error messages
"__fatal_error" : "Fatal error" ,
"__fatal_error_explanation" : "A fatal error occured : <i>%p</i>. Please try to refresh the page..." ,
2018-02-04 08:42:38 +00:00
2018-05-10 08:39:10 +00:00
/ * *
* Components
* /
2018-02-23 10:46:21 +00:00
//Menu bar - login form
_menu _bar _login _btn : "Login" ,
_menu _bar _login _passwd : "Password" ,
_menu _bar _login _email : "Email address" ,
2018-03-11 15:55:44 +00:00
//Menu bar - authenticated
_menu _bar _search _placeholder : "Search..." ,
_menu _bar _action _logout : "Logout" ,
//Posts form
2018-03-11 16:12:08 +00:00
_post _type _text : "Text" ,
_post _type _youtube : "Youtube" ,
_post _type _image : "Image" ,
_post _type _movie : "Movie" ,
_post _type _link : "Weblink" ,
_post _type _pdf : "PDF" ,
_post _type _countdown : "Timer" ,
_post _type _survey : "Survey" ,
_input _youtube _link _label : "Youtube video link" ,
_no _movie _selected : "No movie selected." ,
_input _page _url _label : "Page URL" ,
_input _countdown _enddate : "End date" ,
_input _survey _question _label : "Question for the survey" ,
_input _survey _question _placeholder : "Question" ,
_input _survey _answers _label : "Answers" ,
_input _survey _answers _hint : "Type your answer and then press return (enter) key to confirm it." ,
_err _drag _image _post : "Please do not drag images directly in the message !" ,
2018-03-11 15:55:44 +00:00
2018-05-10 08:39:10 +00:00
/ * *
* Pages
* /
2018-05-10 08:54:00 +00:00
//Landing page
2018-05-10 08:54:32 +00:00
_landing _main _caption : "Free social network that respects your privacy." ,
2018-05-10 08:54:00 +00:00
_landing _signup _link : "Sign up" ,
_landing _signin _link : "Sign in" ,
2018-05-10 08:39:10 +00:00
//Login form
_login _page _top _msg : "Login to your Comunic account." ,
_login _page _remember _me : "Remember me" ,
_login _page _email _placeholder : "Email" ,
_login _page _password _placeholder : "Password" ,
_login _page _submit : "Sign In" ,
_login _page _error _head : "Login failed" ,
_login _page _error _message : "Please check your usermail and password !" ,
_login _page _bad _input : "Please check what you've typed !" ,
_login _page _create _account _lnk : "Create an account" ,
2018-08-03 12:51:22 +00:00
//Create account page
form _create _account _title : "Create an account" ,
form _create _account _intro : "Use the following form to create an account and join the network : " ,
form _create _account _first _name _label : "First name" ,
form _create _account _first _name _placeholder : "Your first name" ,
form _create _account _last _name _label : "Last name" ,
form _create _account _last _name _placeholder : "Your last name" ,
form _create _account _email _address _label : "Email address <small><i class='fa fa-warning'></i> Warning! You will not be able to change this later !</small>" ,
form _create _account _email _address _placeholder : "Your email address" ,
2017-01-08 14:54:25 +00:00
}