language/english/admin.json
changeset 359 e0787bb6285b
parent 358 b25d34fbc7ab
child 365 cc6bf4d63684
equal deleted inserted replaced
358:b25d34fbc7ab 359:e0787bb6285b
     7  * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
     7  * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
     8  *
     8  *
     9  * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
     9  * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
    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 
       
    13 // This is the main language file for Enano. Feel free to use it as a base for your own translations.
       
    14 // All text in this file before the first left curly brace and all text after the last curly brace will
       
    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.
       
    17 
    12 
    18 var enano_lang = {
    13 var enano_lang = {
    19   categories: [
    14   categories: [
    20     'adm', 'acl', 'adminusers',
    15     'adm', 'acl', 'adminusers',
    21     'acphome', 'acpgc', 'acpup', 'acpft', 'acppl', 'acppm', 'acped', 'acpdb', 'acppg', 'acpum', 'acpug', 'acpcp', 'acpmm', 'acpsl', 'acpbc',
    16     'acphome', 'acpgc', 'acpup', 'acpft', 'acppl', 'acppm', 'acped', 'acpdb', 'acppg', 'acpum', 'acpug', 'acpcp', 'acpmm', 'acpsl', 'acpbc',
   625       field_active_title: 'User account is active',
   620       field_active_title: 'User account is active',
   626       field_active_hint: 'If this is unchecked, the existing activation key will be overwritten in the database, thus invalidating any activation e-mails sent to the user.',
   621       field_active_hint: 'If this is unchecked, the existing activation key will be overwritten in the database, thus invalidating any activation e-mails sent to the user.',
   627       field_active: 'Account is active and enabled',
   622       field_active: 'Account is active and enabled',
   628       field_userlevel: 'User\'s site access level',
   623       field_userlevel: 'User\'s site access level',
   629       field_userlevel_hint: 'If this is changed, the relevant group memberships will be updated accordingly.',
   624       field_userlevel_hint: 'If this is changed, the relevant group memberships will be updated accordingly.',
       
   625       field_reg_ip: 'Registered from IP:',
   630       
   626       
   631       field_deleteaccount_title: 'Delete user account',
   627       field_deleteaccount_title: 'Delete user account',
   632       field_deleteaccount: 'Permanently delete this user account when I click Save',
   628       field_deleteaccount: 'Permanently delete this user account when I click Save',
   633       msg_delete_own_account: '<blink style="color: red;">WARNING!</blink> This will delete your own user account!',
   629       msg_delete_own_account: '<blink style="color: red;">WARNING!</blink> This will delete your own user account!',
   634       field_deleteaccount_hint: 'Even if you delete this user account, the username will be shown in page edit history, comments, and other areas of the site. Deleting a user account CANNOT BE UNDONE and should only be done in extreme circumstances. If the user has violated the site policy, deleting the account will not prevent him from using the site or creating a new account, for that you need to add a new ban rule.',
   630       field_deleteaccount_hint: 'Even if you delete this user account, the username will be shown in page edit history, comments, and other areas of the site. Deleting a user account CANNOT BE UNDONE and should only be done in extreme circumstances. If the user has violated the site policy, deleting the account will not prevent him from using the site or creating a new account, for that you need to add a new ban rule.',
   732       entry_seclog_unauth: 'Unauthorized attempt to call security log fetcher',
   728       entry_seclog_unauth: 'Unauthorized attempt to call security log fetcher',
   733       entry_u_from_admin: 'User %username% demoted from Administrators group',
   729       entry_u_from_admin: 'User %username% demoted from Administrators group',
   734       entry_u_from_mod: 'User %username% demoted from Moderators group',
   730       entry_u_from_mod: 'User %username% demoted from Moderators group',
   735       entry_u_to_admin: 'User %username% added to Administrators group',
   731       entry_u_to_admin: 'User %username% added to Administrators group',
   736       entry_u_to_mod: 'User %username% added to Moderators group',
   732       entry_u_to_mod: 'User %username% added to Moderators group',
       
   733       entry_view_comment_ip: 'IP address viewed on comment by %username%',
   737       tip_reverse_dns: 'Click for reverse DNS info',
   734       tip_reverse_dns: 'Click for reverse DNS info',
   738     },
   735     },
   739     acpbc: {
   736     acpbc: {
   740       err_empty: 'Please enter something to ban.',
   737       err_empty: 'Please enter something to ban.',
   741       err_invalid_ip_range: 'The IP address range you entered is invalid.',
   738       err_invalid_ip_range: 'The IP address range you entered is invalid.',