language/english/install.json
changeset 376 66732bd4532c
parent 352 9d7225c0db6d
child 391 85f91037cd4f
equal deleted inserted replaced
375:8d0e3a5a6990 376:66732bd4532c
   194     website: {
   194     website: {
   195       modetitle: 'Site info',
   195       modetitle: 'Site info',
   196       modetitle_long: 'Website information',
   196       modetitle_long: 'Website information',
   197       header_blurb: 'The next step is to enter some information about your website. You can always change this information later, using the administration panel.',
   197       header_blurb: 'The next step is to enter some information about your website. You can always change this information later, using the administration panel.',
   198       
   198       
   199       field_name_title: 'Website name',
   199       // Need l10n 
   200       field_name_body: 'The display name of your website. Allowed characters are uppercase and lowercase letters, numerals, and spaces. This must not be blank or "Enano".',
       
   201       field_desc_title: 'Website description',
       
   202       field_desc_body: 'This text will be shown below the name of your website.',
       
   203       field_copyright_title: 'Copyright info',
       
   204       field_copyright_body: 'This should be a one-line legal notice that will appear at the bottom of all your pages.',
       
   205       field_wikimode_title: 'Wiki mode',
       
   206       field_wikimode_body: 'This feature allows people to create and edit pages on your site. Enano keeps a history of all page modifications, and you can protect pages to prevent editing.',
       
   207       field_wikimode_checkbox: 'Yes, make my website a wiki.',
       
   208       field_urlscheme_title: 'URL scheme',
       
   209       field_urlscheme_body: 'Choose how the page URLs will look. Depending on your server configuration, you may need to select the first option. If you don\'t know, select the first option, and you can always change it later.',
       
   210       field_urlscheme_ugly: 'Standard URLs - compatible with any web server (www.example.com/index.php?title=Page_name)',
       
   211       field_urlscheme_short: 'Short URLs - requires Apache with a PHP module (www.example.com/index.php/Page_name)',
       
   212       field_urlscheme_tiny: 'Tiny URLs - requires Apache on Linux/Unix/BSD with PHP module and mod_rewrite enabled (www.example.com/Page_name)',
       
   213       field_urlscheme_helplink: 'Which URL scheme should I choose?',
       
   214       
   200       
   215       objective_verify: 'Verify that your site information is correct. Again, all of the above settings can be changed from the administration panel.',
   201       objective_verify: 'Verify that your site information is correct. Again, all of the above settings can be changed from the administration panel.',
   216     },
   202     },
   217     login: {
   203     login: {
   218       modetitle: 'Admin login',
   204       modetitle: 'Admin login',
   219       header_blurb: 'Next, enter your desired username and password. The account you create here will be used to administer your site.',
   205       header_blurb: 'Next, enter your desired username and password. The account you create here will be used to administer your site.',
   220       modetitle_long: 'Administration login',
   206       modetitle_long: 'Administration login',
   221       
   207       
   222       field_username_title: 'Administration username',
   208       // Need l10n
   223       field_username_body: 'The administration username you will use to log into your site.<br />This cannot be "anonymous" or in the form of an IP address.',
       
   224       field_password_title: 'Administration password:',
       
   225       field_password_confirm: 'Enter it again to confirm:',
       
   226       field_email_title: 'Your e-mail address:',
       
   227       field_allowphp_title: 'Allow administrators to embed PHP code into pages:',
       
   228       field_allowphp_body: 'Do not under any circumstances enable this option without reading these %important_notes%.',
       
   229       field_allowphp_isi: 'important security implications',
       
   230       field_allowphp_disabled: 'Disabled',
       
   231       field_allowphp_enabled: 'Enabled',
       
   232       
   209       
   233       aes_blurb: 'If your browser supports Javascript, the password you enter here will be encrypted with AES before it is sent to the server.',
   210       aes_blurb: 'If your browser supports Javascript, the password you enter here will be encrypted with AES before it is sent to the server.',
   234       
   211       
   235       objective_remember: 'Remember the username and password you enter here! You will not be able to administer your site without the information you enter on this page.',
   212       objective_remember: 'Remember the username and password you enter here! You will not be able to administer your site without the information you enter on this page.',
   236     },
   213     },