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
|
|
|
|
_landing_main_caption: "Free social network that respect your privacy.",
|
|
|
|
_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",
|
2017-01-08 14:54:25 +00:00
|
|
|
}
|