language/english/enano.json
changeset 218 e878bcf0227e
parent 217 2b13497fe820
child 219 b1530b6a06d2
equal deleted inserted replaced
217:2b13497fe820 218:e878bcf0227e
    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     'adm', 'meta', 'user', 'page', 'comment', 'onpage', 'etc', 'editor', 'history', 'catedit', 'tags', 'delvote', 'ajax', 'sidebar',
    20     'adm', 'meta', 'user', 'page', 'comment', 'onpage', 'etc', 'editor', 'history', 'catedit', 'tags', 'delvote', 'ajax', 'sidebar', 'acl',
       
    21     'perm',
    21   ],
    22   ],
    22   strings: {
    23   strings: {
    23     meta: {
    24     meta: {
    24       adm: 'Administration panel nav menu',
    25       adm: 'Administration panel nav menu',
    25       meta: 'Language category strings',
    26       meta: 'Language category strings',
    33       catedit: 'Categorization box and editor',
    34       catedit: 'Categorization box and editor',
    34       tags: 'Page tagging interface',
    35       tags: 'Page tagging interface',
    35       delvote: 'Page deletion vote interface',
    36       delvote: 'Page deletion vote interface',
    36       ajax: 'On-page AJAX applets',
    37       ajax: 'On-page AJAX applets',
    37       sidebar: 'Default sidebar blocks and buttons',
    38       sidebar: 'Default sidebar blocks and buttons',
       
    39       acl: 'Access control list editor',
       
    40       perm: 'Page actions (for ACLs)',
    38       plural: 's'
    41       plural: 's'
    39     },
    42     },
    40     user: {
    43     user: {
    41       login_message_short: 'Please enter your username and password to log in.',
    44       login_message_short: 'Please enter your username and password to log in.',
    42       login_message_short_elev: 'Please re-enter your login details',
    45       login_message_short_elev: 'Please re-enter your login details',
   337       btn_register: 'Create an account',
   340       btn_register: 'Create an account',
   338       btn_login: 'Log in',
   341       btn_login: 'Log in',
   339       btn_logout: 'Log out',
   342       btn_logout: 'Log out',
   340       btn_changestyle: 'Change theme',
   343       btn_changestyle: 'Change theme',
   341     },
   344     },
       
   345     acl: {
       
   346       err_access_denied: 'You are not authorized to view or edit access control lists.',
       
   347       err_missing_template: 'It seems that (a) the file acledit.tpl is missing from this theme, and (b) the JSON response is working.',
       
   348       err_user_not_found: 'The username you entered was not found.',
       
   349       err_bad_group_id: 'The group ID you submitted is not valid.',
       
   350       err_demo: 'Editing access control lists is disabled in the administration demo.',
       
   351       err_zero_list: 'Supplied rule list has a length of zero',
       
   352       err_pleaseselect_targettype: 'Please select a target type.',
       
   353       err_pleaseselect_username: 'Please enter a username.',
       
   354       
       
   355       radio_usergroup: 'A usergroup',
       
   356       radio_user: 'A specific user',
       
   357       radio_scope_thispage: 'Only this page',
       
   358       radio_scope_wholesite: 'The entire website',
       
   359       radio_scope_pagegroup: 'A group of pages',
       
   360       
       
   361       lbl_scope: 'What should this access rule control?',
       
   362       lbl_welcome_title: 'Manage page access',
       
   363       lbl_welcome_body: 'Please select who should be affected by this access rule.',
       
   364       lbl_editwin_title_create: 'Create access rule',
       
   365       lbl_editwin_title_edit: 'Editing permissions',
       
   366       lbl_editwin_body: 'This panel allows you to edit what the %target_type% "<b>%target%</b>" can do on <b>%scope_type%</b>. Unless you set a permission to "Deny", these permissions may be overridden by other rules.',
       
   367       lbl_deleterule: 'Delete this rule',
       
   368       lbl_save_success_title: 'Permissions updated',
       
   369       lbl_save_success_body: 'The permissions for %target_name% on this page have been updated successfully. If you changed permissions that affect your user account, you may not see changes until you reload the page.',
       
   370       lbl_delete_success_title: 'Rule deleted',
       
   371       lbl_delete_success_body: 'The access rules for %target_name% on this page have been deleted.',
       
   372       lbl_field_deny: 'Deny',
       
   373       lbl_field_disallow: 'Disallow',
       
   374       lbl_field_wikimode: 'Wiki mode',
       
   375       lbl_field_allow: 'Allow',
       
   376       lbl_help: '<p><b>Permission types:</b></p><ul><li><b>Allow</b> means that the user is allowed to access the item</li><li><b>Wiki mode</b> means the user can access the item if wiki mode is active (per-page wiki mode is taken into account)</li><li><b>Disallow</b> means the user is denied access unless something allows it.</li><li><b>Deny</b> means that the user is denied access to the item. This setting overrides all other permissions.</li></ul>',
       
   377       
       
   378       scope_type_wholesite: 'this entire site',
       
   379       scope_type_thispage: 'this page',
       
   380       scope_type_pagegroup: 'this group of pages',
       
   381       
       
   382       target_type_user: 'user',
       
   383       target_type_group: 'group',
       
   384       
       
   385       msg_guest_howto: 'To edit permissions for guests, select "a specific user", and enter Anonymous as the username.',
       
   386       msg_deleterule_confirm: 'Do you really want to delete this rule?',
       
   387       msg_closeacl_confirm: 'Do you really want to close the ACL manager?',
       
   388       
       
   389       btn_success_dismiss: 'dismiss',
       
   390       btn_success_close: 'close manager',
       
   391     },
       
   392     perm: {
       
   393       read: 'Read page(s)',
       
   394       post_comments: 'Post comments',
       
   395       edit_comments: 'Edit own comments',
       
   396       edit_page: 'Edit page',
       
   397       view_source: 'View source',
       
   398       mod_comments: 'Moderate comments',
       
   399       history_view: 'View history/diffs',
       
   400       history_rollback: 'Rollback history',
       
   401       history_rollback_extra: 'Undelete page(s)',
       
   402       protect: 'Protect page(s)',
       
   403       rename: 'Rename page(s)',
       
   404       clear_logs: 'Clear page logs (dangerous)',
       
   405       vote_delete: 'Vote to delete',
       
   406       vote_reset: 'Reset delete votes',
       
   407       delete_page: 'Delete page(s)',
       
   408       tag_create: 'Tag page(s)',
       
   409       tag_delete_own: 'Remove own page tags',
       
   410       tag_delete_other: 'Remove others\' page tags',
       
   411       set_wiki_mode: 'Set per-page wiki mode',
       
   412       password_set: 'Set password',
       
   413       password_reset: 'Disable/reset password',
       
   414       mod_misc: 'Super moderator (generate SQL backtraces, view IP addresses, and send large numbers of private messages)',
       
   415       edit_cat: 'Edit categorization',
       
   416       even_when_protected: 'Allow editing, renaming, and categorization even when protected',
       
   417       upload_files: 'Upload files',
       
   418       upload_new_version: 'Upload new versions of files',
       
   419       create_page: 'Create pages',
       
   420       php_in_pages: 'Embed PHP code in pages',
       
   421       edit_acl: 'Edit access control lists',
       
   422     },
   342     etc: {
   423     etc: {
   343       redirect_title: 'Redirecting...',
   424       redirect_title: 'Redirecting...',
   344       redirect_body: 'Please wait while you are redirected.',
   425       redirect_body: 'Please wait while you are redirected.',
   345       redirect_timeout: 'If you are not redirected within %timeout% seconds, please <a href="%redirect_url%">click here</a>.',
   426       redirect_timeout: 'If you are not redirected within %timeout% seconds, please <a href="%redirect_url%">click here</a>.',
   346       // Generic "Save Changes" button
   427       // Generic "Save Changes" button
   347       save_changes: 'Save changes',
   428       save_changes: 'Save changes',
       
   429       // Generic "Cancel changes" button
       
   430       cancel_changes: 'Cancel changes',
       
   431       // Generic wizard buttons
       
   432       wizard_next: 'Next >',
       
   433       wizard_back: '< Back',
       
   434       wizard_previous: '< Previous',
   348       // Generic "Notice:" label
   435       // Generic "Notice:" label
   349       lbl_notice: 'Notice:',
   436       lbl_notice: 'Notice:',
   350       // Generic "Access denied"
   437       // Generic "Access denied"
   351       access_denied: 'Access to the specified file, resource, or action is denied.',
   438       access_denied: 'Access to the specified file, resource, or action is denied.',
   352       // Message box buttons
   439       // Message box buttons
   353       ok: 'OK',
   440       ok: 'OK',
   354       cancel: 'Cancel',
   441       cancel: 'Cancel',
   355       yes: 'Yes',
   442       yes: 'Yes',
   356       no: 'No'
   443       no: 'No'
   357     },
   444     }
   358   }
   445   }
   359 };
   446 };
   360 
   447 
   361 // All done! :-)
   448 // All done! :-)
   362 
   449