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" ,
2018-08-04 07:09:02 +00:00
_input _countdown _endtime : "End time" ,
2018-03-11 16:12:08 +00:00
_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-08-04 07:15:02 +00:00
form _post _err _invalid _message : "The specified message is invalid !" ,
form _post _err _no _image _selected : "Please choose an image !" ,
form _post _err _invalid _youtube _link : "The specified Youtube link seems to be invalid !" ,
form _post _err _no _movie _selected : "Please choose a movie !" ,
form _post _err _no _pdf _selected : "Please pick a PDF !" ,
form _post _err _invalid _url : "Please check the given URL !" ,
form _post _err _no _end _date _selected : "Please specify a date for the countdown timer !" ,
form _post _err _selected _end _date _invalid : "Specified date for the countdown timer is invalid !" ,
form _post _err _no _question _for _survey : "Please specify a question for the survey !" ,
form _post _err _not _enough _survey _options : "Please specify at least two options for the survey !" ,
form _post _err _no _post _type _selected : "Please check you have chosen a post type !" ,
form _post _err _send _new _post : "An error occured while trying to send a new post !" ,
form _post _success _create _post : "The post has been successfully created !" ,
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-08-03 13:13:22 +00:00
landing _page _learn _more : "Learn more" ,
2018-05-10 08:54:00 +00:00
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 13:14:53 +00:00
login _page _forgot _password : "Forgot password" ,
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" ,
2018-08-03 13:07:59 +00:00
form _create _account _password _label : "Password" ,
form _create _account _password _placeholder : "Your password" ,
form _create _account _confirm _password _label : "Confirm your password" ,
form _create _account _confirm _password _placeholder : "Your password" ,
form _create _account _terms _label : "I have read and accepted the <a href='%p' target='_blank'>terms of use of the network</a>" ,
form _create _account _submit : "Create the account" ,
form _create _account _login _with _existing : "Login with an existing account" ,
form _create _account _err _need _accept _terms : "Please read and accept the terms of use of the website!" ,
form _create _account _err _need _first _name : "Please check your first name !" ,
form _create _account _err _check _last _name : "Please check your last name !" ,
form _create _account _err _check _email _address : "Please check your email address !" ,
form _create _account _err _check _password : "Please check your password !" ,
form _create _account _err _passwd _differents : "The two passwords are not the same !" ,
form _create _account _err _create _account _message : "An error occured while trying to create your account. It is most likely to be a server error, or the given email address is already associated with an account." ,
form _create _account _err _create _account _title : "Account creation failed" ,
2018-08-03 13:11:42 +00:00
//Account created page
account _created _message _title : "Congratulations!" ,
account _created _message _body : "Your account has been successfully created! <br /> Login now to use all the features of Comunic!" ,
2018-08-04 07:03:31 +00:00
account _created _message _login : "Login" ,
//Latest posts page
page _latest _posts _err _get _list _title : "Error" ,
page _latest _posts _err _get _list _message : "Could not get the list of the latest posts ! Please try to refresh the page..." ,
page _latest _posts _notice _no _post _title : "No post to display" ,
page _latest _posts _notice _no _posts _message : "Posts from you and your friend will appear here..." ,
2017-01-08 14:54:25 +00:00
}