language/english/tools.json
changeset 905 1e40b33f2e3e
parent 901 99ea0b0ac4be
child 909 94c1ff984286
equal deleted inserted replaced
904:10076b28194b 905:1e40b33f2e3e
    10  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
    10  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
    11  */
    11  */
    12 
    12 
    13 var enano_lang = {
    13 var enano_lang = {
    14   categories: [
    14   categories: [
    15     'meta', 'search', 'specialpage', 'pagetools'
    15     'meta', 'search', 'specialpage', 'pagetools', 'log'
    16   ],
    16   ],
    17   strings: {
    17   strings: {
    18     meta: {
    18     meta: {
    19       search: 'Search page',
    19       search: 'Search page',
    20       specialpage: 'Special pages',
    20       specialpage: 'Special pages',
    21       pagetools: 'Userspace page-management tools',
    21       pagetools: 'Userspace page-management tools',
       
    22       log: 'Log and history display',
    22     },
    23     },
    23     specialpage: {
    24     specialpage: {
    24       administration: 'Administration',
    25       administration: 'Administration',
    25       manage_sidebar: 'Manage the Sidebar',
    26       manage_sidebar: 'Manage the Sidebar',
    26       css: 'Templated style sheet generator',
    27       css: 'Templated style sheet generator',
   146       rc_btn_diff: 'diff',
   147       rc_btn_diff: 'diff',
   147       rc_btn_hist: 'hist',
   148       rc_btn_hist: 'hist',
   148       rc_btn_pm: 'PM',
   149       rc_btn_pm: 'PM',
   149       rc_btn_usertalk: 'comment',
   150       rc_btn_usertalk: 'comment',
   150     },
   151     },
       
   152     log: {
       
   153       action_rename: 'Renamed (old name: %old_name%)',
       
   154       action_create: 'Created page',
       
   155       action_delete: 'Deleted page (%reason%)',
       
   156       action_protect_none: 'Unprotected page (%reason%)',
       
   157       action_protect_semi: 'Semiprotected page (%reason%)',
       
   158       action_protect_full: 'Protected page (%reason%)',
       
   159       
       
   160       msg_no_reason_provided: 'No reason provided',
       
   161     }
   151   }
   162   }
   152 };
   163 };
   153 
   164 
   154 // All done! :-)
   165 // All done! :-)
   155 
   166