/** * English language * * @author Pierre HUBERT */ ComunicWeb.common.langs.en = { /** * Common */ //Really really common messages _loading: "Loading...", _send: "Send", _choose: "Choisir", //Error messages "__fatal_error": "Fatal error", "__fatal_error_explanation": "A fatal error occured : %p. Please try to refresh the page...", /** * Components */ //Menu bar - login form _menu_bar_login_btn: "Login", _menu_bar_login_passwd: "Password", _menu_bar_login_email: "Email address", //Menu bar - authenticated _menu_bar_search_placeholder: "Search...", _menu_bar_action_logout: "Logout", //Posts form _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 !", /** * Pages */ //Landing page _landing_main_caption: "Free social network that respects your privacy.", _landing_signup_link: "Sign up", _landing_signin_link: "Sign in", //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", //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 Warning! You will not be able to change this later !", form_create_account_email_address_placeholder: "Your email address", }