language/english/enano.json
changeset 210 2b283402e4e4
parent 209 8a00247d1dee
child 211 753dabeca1ee
equal deleted inserted replaced
209:8a00247d1dee 210:2b283402e4e4
    15 // be trimmed. So you can use a limited amount of Javascript in this so that the language can be imported
    15 // be trimmed. So you can use a limited amount of Javascript in this so that the language can be imported
    16 // via Javascript as well.
    16 // via Javascript as well.
    17 
    17 
    18 var enano_lang = {
    18 var enano_lang = {
    19   categories: [
    19   categories: [
    20     'meta', 'user', 'page', 'comment', 'onpage'
    20     'meta', 'user', 'page', 'comment', 'onpage', 'etc'
    21   ],
    21   ],
    22   strings: {
    22   strings: {
    23     meta: {
    23     meta: {
    24       meta: 'Language category strings',
    24       meta: 'Language category strings',
    25       user: 'Login, logout, and authentication',
    25       user: 'Login, logout, and authentication',
    29       plural: 's'
    29       plural: 's'
    30     },
    30     },
    31     user: {
    31     user: {
    32       login_message_short: 'Please enter your username and password to log in.',
    32       login_message_short: 'Please enter your username and password to log in.',
    33       login_message_short_elev: 'Please re-enter your login details',
    33       login_message_short_elev: 'Please re-enter your login details',
       
    34       login_body: 'Logging in enables you to use your preferences and access member information. If you don\'t have a username and password here, you can <a href="%reg_link%">create an account</a>.',
       
    35       login_body_elev: 'You are requesting that a sensitive operation be performed. To continue, please re-enter your password to confirm your identity.',
       
    36       login_field_username: 'Username',
       
    37       login_field_password: 'Password',
       
    38       login_forgotpass_blurb: 'Forgot your password? <a href="%forgotpass_link%">No problem.</a>',
       
    39       login_createaccount_blurb: 'Maybe you need to <a href="%reg_link%">create an account</a>.',
       
    40       login_field_captcha: 'Code in image',
       
    41       login_nocrypt_title: 'Important note regarding cryptography:',
       
    42       login_nocrypt_body: 'Some countries do not allow the import or use of cryptographic technology. If you live in one of the countries listed below, you should <a href="%nocrypt_link%">log in without using encryption</a>.',
       
    43       login_nocrypt_countrylist: 'This restriction applies to the following countries: Belarus, China, India, Israel, Kazakhstan, Mongolia, Pakistan, Russia, Saudi Arabia, Singapore, Tunisia, Venezuela, and Vietnam.',
       
    44       login_usecrypt_title: 'Encryption is currently turned off.',
       
    45       login_usecrypt_body: 'If you are not in one of the countries listed below, you should <a href="%usecrypt_link%">enable encryption</a> to secure the logon process.',
       
    46       login_usecrypt_countrylist: 'The cryptography restriction applies to the following countries: Belarus, China, India, Israel, Kazakhstan, Mongolia, Pakistan, Russia, Saudi Arabia, Singapore, Tunisia, Venezuela, and Vietnam.',
       
    47       login_success_title: 'Login successful',
       
    48       login_success_body: 'You have successfully logged into the %config.site_name% site as "%username%". Redirecting to %redir_target%...',
       
    49       
       
    50       login_ajax_fetching_key: 'Fetching an encryption key...',
       
    51       login_ajax_prompt_title: 'Please enter your username and password to continue.',
       
    52       login_ajax_prompt_title_elev: 'You are requesting a sensitive operation.',
       
    53       login_ajax_prompt_body_elev: 'Please re-enter your login details, to verify your identity.',
       
    54       login_ajax_link_fullform: 'Trouble logging in? Try the <a href="%link_full_form%">full login form</a>.',
       
    55       login_ajax_link_forgotpass: 'Did you <a href="%forgotpass_link%">forget your password</a>?',
       
    56       login_ajax_loggingin: 'Logging in...',
       
    57       
    34       err_key_not_found: 'Enano couldn\'t look up the encryption key used to encrypt your password. This most often happens if a cache rotation occurred during your login attempt, or if you refreshed the login page.',
    58       err_key_not_found: 'Enano couldn\'t look up the encryption key used to encrypt your password. This most often happens if a cache rotation occurred during your login attempt, or if you refreshed the login page.',
    35       err_key_wrong_length: 'The encryption key was the wrong length.',
    59       err_key_wrong_length: 'The encryption key was the wrong length.',
    36       err_too_big_for_britches: 'You are trying to authenticate at a level that your user account does not permit.',
    60       err_too_big_for_britches: 'You are trying to authenticate at a level that your user account does not permit.',
    37       err_invalid_credentials: 'You have entered an invalid username or password. Please enter your login details again.',
    61       err_invalid_credentials: 'You have entered an invalid username or password. Please enter your login details again.',
    38       err_invalid_credentials_lockout: ' You have used up %fails% out of %config.lockout_threshold% login attempts. After you have used up all %config.lockout_threshold% login attempts, you will be locked out from logging in for %config.lockout_duration% minutes.',
    62       err_invalid_credentials_lockout: ' You have used up %fails% out of %config.lockout_threshold% login attempts. After you have used up all %config.lockout_threshold% login attempts, you will be locked out from logging in for %config.lockout_duration% minutes.',
    39       err_invalid_credentials_lockout_captcha: ' You have used up %lockout_fails% out of %config.lockout_threshold% login attempts. After you have used up all %config.lockout_threshold% login attempts, you will have to enter a visual confirmation code while logging in, effective for %config.lockout_duration% minutes.',
    63       err_invalid_credentials_lockout_captcha: ' You have used up %lockout_fails% out of %config.lockout_threshold% login attempts. After you have used up all %config.lockout_threshold% login attempts, you will have to enter a visual confirmation code while logging in, effective for %config.lockout_duration% minutes.',
    40       err_backend_fail: 'You entered the right credentials and everything was validated, but for some reason Enano couldn\'t register your session. This is an internal problem with the site and you are encouraged to contact site administration.',
    64       err_backend_fail: 'You entered the right credentials and everything was validated, but for some reason Enano couldn\'t register your session. This is an internal problem with the site and you are encouraged to contact site administration.',
    41       err_locked_out: 'You have used up all %config.lockout_threshold% allowed login attempts. Please wait %time_rem% minute%plural% before attempting to log in again%config.captcha_blurb%.',
    65       err_locked_out: 'You have used up all %config.lockout_threshold% allowed login attempts. Please wait %time_rem% minute%plural% before attempting to log in again%captcha_blurb%.',
    42       err_locked_out_captcha_blurb: ', or enter the visual confirmation code shown above in the appropriate box',
    66       err_locked_out_captcha_blurb: ', or enter the visual confirmation code shown above in the appropriate box',
    43       login_body: 'Logging in enables you to use your preferences and access member information. If you don\'t have a username and password here, you can <a href="%reg_link%">create an account</a>.',
    67       
    44       login_body_elev: 'You are requesting that a sensitive operation be performed. To continue, please re-enter your password to confirm your identity.',
    68       logout_success_title: 'Logged out',
    45       login_field_username: 'Username',
    69       logout_success_body: 'You have been successfully logged out, and all cookies have been cleared. You will now be transferred to the main page.',
    46       login_field_password: 'Password',
    70       logout_confirm_title: 'Are you sure you want to log out?',
    47       login_forgotpass_blurb: 'Forgot your password? <a href="%forgotpass_link%">No problem.</a>',
    71       logout_confirm_body: 'If you log out, you will no longer be able to access your user preferences, your private messages, or certain areas of this site until you log in again.',
    48       login_createaccount_blurb: 'Maybe you need to <a href="%reg_link%">create an account</a>.',
    72       logout_confirm_title_elev: 'Are you sure you want to de-authenticate?',
    49       login_field_captcha: 'Code in image',
    73       logout_confirm_body_elev: 'If you de-authenticate, you will no longer be able to use the administration panel until you re-authenticate again. You may do so at any time using the Administration button on the sidebar.',
    50       login_nocrypt_title: 'Important note regarding cryptography',
       
    51       login_nocrypt_body: 'Some countries do not allow the import or use of cryptographic technology. If you live in one of the countries listed below, you should <a href="%nocrypt_link%">log in without using encryption</a>.',
       
    52       login_nocrypt_countrylist: 'This restriction applies to the following countries: Belarus, China, India, Israel, Kazakhstan, Mongolia, Pakistan, Russia, Saudi Arabia, Singapore, Tunisia, Venezuela, and Vietnam.',
       
    53     },
    74     },
    54     page: {
    75     page: {
    55     },
    76     },
    56     comment: {
    77     comment: {
    57     },
    78     },
    58     admhome: {
    79     admhome: {
    59     },
    80     },
       
    81     etc: {
       
    82       redirect_title: 'Redirecting...',
       
    83       redirect_body: 'Please wait while you are redirected.',
       
    84       redirect_timeout: 'If you are not redirected within %timeout% seconds, please <a href="%redirect_url%">click here</a>.',
       
    85     },
    60   }
    86   }
    61 };
    87 };
    62 
    88 
    63 // All done! :-)
    89 // All done! :-)
    64 
    90