mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-19 07:08:09 +01:00
Various updated lang strings
git-svn-id: file:///svn/phpbb/trunk@3755 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
db251b43da
commit
880b49c381
@ -32,6 +32,7 @@ $lang = array_merge($lang, array(
|
|||||||
'MANAGE' => 'Manage',
|
'MANAGE' => 'Manage',
|
||||||
'ADD' => 'Add',
|
'ADD' => 'Add',
|
||||||
'PERMISSIONS' => 'Permissions',
|
'PERMISSIONS' => 'Permissions',
|
||||||
|
'UPDATE' => 'Update',
|
||||||
|
|
||||||
'DB_CAT' => 'Database',
|
'DB_CAT' => 'Database',
|
||||||
'DB_BACKUP' => 'DB Backup',
|
'DB_BACKUP' => 'DB Backup',
|
||||||
@ -198,51 +199,48 @@ $lang = array_merge($lang, array(
|
|||||||
'Restore_Error_no_file' => 'No file was uploaded',
|
'Restore_Error_no_file' => 'No file was uploaded',
|
||||||
|
|
||||||
|
|
||||||
'ACL_EXPLAIN' => 'Permissions are based on an ALLOW / INHERIT / DENY system with all options being denied by default. The precedent is DENY > ALLOW > INHERIT for any combination of user or group settings. The INHERIT setting causes permissions granted elsewhere for the option being used in place of a specific ALLOW / DENY setting here.',
|
'ACL_EXPLAIN' => 'Permissions are based on an ALLOW / INHERIT / DENY system with all options being denied by default. The precedent is DENY > ALLOW > INHERIT for any combination of user or group settings. The INHERIT setting causes permissions granted elsewhere for the option being used in place of a specific ALLOW / DENY setting here.',
|
||||||
'PERMISSIONS_EXPLAIN' => 'Here you can alter which users and groups can access which forums. To assign moderators or define administrators please use the appropriate page (see left hand side menu).',
|
'PERMISSIONS_EXPLAIN' => 'Here you can alter which users and groups can access which forums. To assign moderators or define administrators please use the appropriate page (see left hand side menu).',
|
||||||
'MODERATORS' => 'Moderators',
|
'MODERATORS' => 'Moderators',
|
||||||
'MODERATORS_EXPLAIN' => 'Here you can assign users and groups as forum moderators. To assign users access to forums, to define super moderators or administrators please use the appropriate page (see left hand side menu).',
|
'MODERATORS_EXPLAIN' => 'Here you can assign users and groups as forum moderators. To assign users access to forums, to define super moderators or administrators please use the appropriate page (see left hand side menu).',
|
||||||
'SUPER_MODERATORS' => 'Super Moderators',
|
'SUPER_MODERATORS' => 'Super Moderators',
|
||||||
'SUPER_MODERATORS_EXPLAIN' => 'Here you can assign users and groups as super moderators. Super Moderators are like ordinary moderators accept they have access to every forum on your board. To assign users access to forums or define administrators please use the appropriate page (see left hand side menu).',
|
'SUPER_MODERATORS_EXPLAIN' => 'Here you can assign users and groups as super moderators. Super Moderators are like ordinary moderators accept they have access to every forum on your board. To assign users access to forums or define administrators please use the appropriate page (see left hand side menu).',
|
||||||
'ADMINISTRATORS_EXPLAIN' => 'Here you can assign administrator rights to users or groups. All users with admin permissions can view the administration panel.',
|
'ADMINISTRATORS_EXPLAIN' => 'Here you can assign administrator rights to users or groups. All users with admin permissions can view the administration panel.',
|
||||||
'USER_PERMISSIONS' => 'User Permissions',
|
'USER_PERMISSIONS' => 'User Permissions',
|
||||||
'USER_PERMISSIONS_EXPLAIN' => 'Here you can set user based permissions. These include capabilities such as the use of avatars, sending private messages, etc. To alter these settings for large numbers of users the Group permissions system is the prefered method.',
|
'USER_PERMISSIONS_EXPLAIN' => 'Here you can set user based permissions. These include capabilities such as the use of avatars, sending private messages, etc. To alter these settings for large numbers of users the Group permissions system is the prefered method.',
|
||||||
'GROUP_PERMISSIONS' => 'Group Permissions',
|
'GROUP_PERMISSIONS' => 'Group Permissions',
|
||||||
'GROUP_PERMISSIONS_EXPLAIN' => 'Here you can set usergroup based permissions. These include capabilities such as the use of avatars, sending private messages, etc. To alter these settings for single users the User permissions system is the prefered method.',
|
'GROUP_PERMISSIONS_EXPLAIN' => 'Here you can set usergroup based permissions. These include capabilities such as the use of avatars, sending private messages, etc. To alter these settings for single users the User permissions system is the prefered method.',
|
||||||
'LOOK_UP_GROUP' => 'Look up Usergroup',
|
'DEPENDENCIES' => 'Dependencies',
|
||||||
'Manage_users' => 'Manage Users',
|
'DEPENDENCIES_EXPLAIN' => 'Here you can define relationships between administrator or moderator permission options and forum options. Using this you can automatically update forum permissions based on setting admin or moderator options. While this can save time care should be taken in defining these dependencies.',
|
||||||
'ADD_USERS' => 'Add Users',
|
|
||||||
'Manage_groups' => 'Manage Groups',
|
'LOOK_UP_GROUP' => 'Look up Usergroup',
|
||||||
'Add_groups' => 'Add Groups',
|
'MANAGE_USERS' => 'Manage Users',
|
||||||
'Admin_group' => 'Administrators',
|
'ADD_USERS' => 'Add Users',
|
||||||
'Reg_group' => 'All registered',
|
'MANAGE_GROUPS' => 'Manage Groups',
|
||||||
'Allowed_users' => 'Allowed users',
|
'ADD_GROUPS' => 'Add Groups',
|
||||||
'Disallowed_users' => 'Disallowed users',
|
'ALLOWED_USERS' => 'Allowed users',
|
||||||
'Allowed_groups' => 'Allowed groups',
|
'DISALLOWED_USERS' => 'Disallowed users',
|
||||||
'Disallowed_groups' => 'Disallowed groups',
|
'ALLOWED_GROUPS' => 'Allowed groups',
|
||||||
'Remove_selected' => 'Remove selected',
|
'DISALLOWED_GROUPS' => 'Disallowed groups',
|
||||||
'Advanced' => 'Advanced',
|
'REMOVE_SELECTED' => 'Remove selected',
|
||||||
'USER_CAN' => 'User can ... ',
|
'SET_OPTIONS' => 'Set Options',
|
||||||
'GROUP_CAN' => 'Group can ... ',
|
'OPTION' => 'Option',
|
||||||
'OPTION' => 'Option',
|
'ALLOW' => 'Allow',
|
||||||
'ALLOW' => 'Allow',
|
'INHERIT' => 'Inherit',
|
||||||
'INHERIT' => 'Inherit',
|
'DENY' => 'Deny',
|
||||||
'DENY' => 'Deny',
|
'PRESETS' => 'Presets',
|
||||||
'BASIC' => 'Basic',
|
'ALL_ALLOW' => 'All Allow',
|
||||||
'USER_PRESETS' => 'User presets',
|
'ALL_DENY' => 'All Deny',
|
||||||
'ALL_ALLOW' => 'All Allow',
|
'ALL_INHERIT' => 'All Inherit',
|
||||||
'ALL_DENY' => 'All Deny',
|
'USER_PRESETS' => 'User presets',
|
||||||
'ALL_INHERIT' => 'All Inherit',
|
'INHERIT_PARENT'=> 'From Parent',
|
||||||
'INHERIT_PARENT' => 'From Parent',
|
'INHERITANCE' => 'Inheritance',
|
||||||
'ACL_PRESET' => 'Preset',
|
'INHERITANCE_EXPLAIN' => 'Select the subforums you want to inherit these permissions',
|
||||||
'INHERITANCE' => 'Inheritance',
|
'PRESETS_EXPLAIN' => 'To update or delete an existing preset select it from the list.',
|
||||||
'INHERITANCE_EXPLAIN' => 'Select the subforums you want to inherit these permissions',
|
'SELECT_PRESET' => 'Select preset',
|
||||||
'PRESETS' => 'Presets',
|
'PRESET_NAME' => 'Preset name',
|
||||||
'PRESETS_EXPLAIN' => 'To update or delete an existing preset select it from the list.',
|
'EMPTY' => 'Empty',
|
||||||
'SELECT_PRESET' => 'Select preset',
|
'AUTH_UPDATED' => 'Permissions have been updated',
|
||||||
'PRESET_NAME' => 'Preset name',
|
|
||||||
'EMPTY' => 'Empty',
|
|
||||||
'AUTH_UPDATED' => 'Permissions have been updated',
|
|
||||||
|
|
||||||
'acl_a_server' => 'Alter Server/Email Settings',
|
'acl_a_server' => 'Alter Server/Email Settings',
|
||||||
'acl_a_defaults' => 'Alter Board Defaults',
|
'acl_a_defaults' => 'Alter Board Defaults',
|
||||||
@ -256,7 +254,7 @@ $lang = array_merge($lang, array(
|
|||||||
'acl_a_bbcode' => 'Define BBCode Tags',
|
'acl_a_bbcode' => 'Define BBCode Tags',
|
||||||
'acl_a_attach' => 'Manage Attachments',
|
'acl_a_attach' => 'Manage Attachments',
|
||||||
'acl_a_events' => 'Manage User/Group Events',
|
'acl_a_events' => 'Manage User/Group Events',
|
||||||
'acl_a_ranks' => 'Manage User Ranks',
|
'acl_a_ranks' => 'Manage Ranks',
|
||||||
'acl_a_user' => 'Manage Users',
|
'acl_a_user' => 'Manage Users',
|
||||||
'acl_a_userdel' => 'Delete/Prune Users',
|
'acl_a_userdel' => 'Delete/Prune Users',
|
||||||
'acl_a_useradd' => 'Add New Users',
|
'acl_a_useradd' => 'Add New Users',
|
||||||
@ -270,11 +268,16 @@ $lang = array_merge($lang, array(
|
|||||||
'acl_a_auth' => 'Alter Forum Permissions',
|
'acl_a_auth' => 'Alter Forum Permissions',
|
||||||
'acl_a_authmods' => 'Alter Moderator Permissions',
|
'acl_a_authmods' => 'Alter Moderator Permissions',
|
||||||
'acl_a_authadmins' => 'Alter Admin Permissions',
|
'acl_a_authadmins' => 'Alter Admin Permissions',
|
||||||
|
'acl_a_authusers' => 'Alter User Permissions',
|
||||||
|
'acl_a_authgroups' => 'Alter Group Permissions',
|
||||||
'acl_a_email' => 'Mass Email',
|
'acl_a_email' => 'Mass Email',
|
||||||
'acl_a_styles' => 'Manage Styles',
|
'acl_a_styles' => 'Manage Styles',
|
||||||
'acl_a_backup' => 'Backup Database',
|
'acl_a_backup' => 'Backup Database',
|
||||||
'acl_a_restore' => 'Restore Database',
|
'acl_a_restore' => 'Restore Database',
|
||||||
'acl_a_clearlogs' => 'Clear Admin/Mod Logs',
|
'acl_a_clearlogs' => 'Clear Admin/Mod Logs',
|
||||||
|
'acl_a_events' => 'Use Event system',
|
||||||
|
'acl_a_cron' => 'Use Cron system',
|
||||||
|
'acl_a_authdeps' => 'Set ACL Dependencies',
|
||||||
|
|
||||||
'acl_m_edit' => 'Edit posts',
|
'acl_m_edit' => 'Edit posts',
|
||||||
'acl_m_delete' => 'Delete posts',
|
'acl_m_delete' => 'Delete posts',
|
||||||
@ -326,16 +329,16 @@ $lang = array_merge($lang, array(
|
|||||||
'acl_u_search' => 'Search board',
|
'acl_u_search' => 'Search board',
|
||||||
|
|
||||||
|
|
||||||
'Prune_users' => 'Prune Users',
|
'Prune_users' => 'Prune Users',
|
||||||
'Prune_users_explain' => 'Here you can delete (or deactivate) users from you board. This can be done in a variety of ways; by post count, last activity, etc. Each of these criteria can be combined, i.e. you can prune users last active before 2002-01-01 with fewer than 10 posts. Alternatively you can enter a list of users directly into the text box, any criteria entered will be ignored. Take care with this facility! Once a user is deleted there is no way back.',
|
'Prune_users_explain' => 'Here you can delete (or deactivate) users from you board. This can be done in a variety of ways; by post count, last activity, etc. Each of these criteria can be combined, i.e. you can prune users last active before 2002-01-01 with fewer than 10 posts. Alternatively you can enter a list of users directly into the text box, any criteria entered will be ignored. Take care with this facility! Once a user is deleted there is no way back.',
|
||||||
'Select_users_explain' => 'If you want to prune specifc users rather than use the criteria above you can enter their usernames here, one per line. Use the find username facility if you wish.',
|
'Select_users_explain' => 'If you want to prune specifc users rather than use the criteria above you can enter their usernames here, one per line. Use the find username facility if you wish.',
|
||||||
'Last_active_explain' => 'Enter a date in yyyy-mm-dd format.',
|
'Last_active_explain' => 'Enter a date in yyyy-mm-dd format.',
|
||||||
'Joined_explain' => 'Enter a date in yyyy-mm-dd format.',
|
'Joined_explain' => 'Enter a date in yyyy-mm-dd format.',
|
||||||
'Deactivate' => 'Deactivate',
|
'Deactivate' => 'Deactivate',
|
||||||
'Delete_user_posts' => 'Delete pruned user posts',
|
'Delete_user_posts' => 'Delete pruned user posts',
|
||||||
'Delete_user_posts_explain' => 'Setting this to yes will remove all posts made by the pruned users.',
|
'Delete_user_posts_explain' => 'Setting this to yes will remove all posts made by the pruned users.',
|
||||||
'Confirm_prune_users' => 'Are you sure you wish to prune the selected users?',
|
'Confirm_prune_users' => 'Are you sure you wish to prune the selected users?',
|
||||||
'Success_user_prune' => 'The selected users have been pruned successfully',
|
'Success_user_prune' => 'The selected users have been pruned successfully',
|
||||||
|
|
||||||
|
|
||||||
'BAN_EXPLAIN' => 'Here you can control the banning of users by name, IP or email address. These methods prevent a user reaching any part of the board. You can give a short (255 character) reason for the ban if you wish. This will be displayed in the admin log. The length of a ban can also be specified. If you want the ban to end on a specific date rather than after a set time period select <u>Until</u> for the ban length and enter a date in yyyy-mm-dd format.',
|
'BAN_EXPLAIN' => 'Here you can control the banning of users by name, IP or email address. These methods prevent a user reaching any part of the board. You can give a short (255 character) reason for the ban if you wish. This will be displayed in the admin log. The length of a ban can also be specified. If you want the ban to end on a specific date rather than after a set time period select <u>Until</u> for the ban length and enter a date in yyyy-mm-dd format.',
|
||||||
@ -552,7 +555,9 @@ $lang = array_merge($lang, array(
|
|||||||
'prune_days' => 'Remove topics that have not been posted to in',
|
'prune_days' => 'Remove topics that have not been posted to in',
|
||||||
'SET_NON_POSTABLE' => 'Set this forum as non-postable and',
|
'SET_NON_POSTABLE' => 'Set this forum as non-postable and',
|
||||||
'Forum_delete' => 'Delete Forum',
|
'Forum_delete' => 'Delete Forum',
|
||||||
|
|
||||||
'UPDATE' => 'Update',
|
'UPDATE' => 'Update',
|
||||||
|
|
||||||
'Forum_delete_explain' => 'The form below will allow you to delete a forum (or category) and decide where you want to put all topics (or forums) it contained.',
|
'Forum_delete_explain' => 'The form below will allow you to delete a forum (or category) and decide where you want to put all topics (or forums) it contained.',
|
||||||
'Move_and_Delete' => 'Move and Delete',
|
'Move_and_Delete' => 'Move and Delete',
|
||||||
'Move_posts_to' => 'Move posts to',
|
'Move_posts_to' => 'Move posts to',
|
||||||
|
@ -229,10 +229,11 @@ $lang = array(
|
|||||||
'DISPLAY_TOPICS' => 'Display topics from previous',
|
'DISPLAY_TOPICS' => 'Display topics from previous',
|
||||||
'ALL_TOPICS' => 'All Topics',
|
'ALL_TOPICS' => 'All Topics',
|
||||||
|
|
||||||
'TOPIC_ANNOUNCEMENT' => '<b>Announcement:</b>',
|
'TOPIC_ANNOUNCEMENT'=> '<b>Announcement:</b>',
|
||||||
'TOPIC_STICKY' => '<b>Sticky:</b>',
|
'TOPIC_STICKY' => '<b>Sticky:</b>',
|
||||||
'TOPIC_MOVED' => '<b>Moved:</b>',
|
'TOPIC_MOVED' => '<b>Moved:</b>',
|
||||||
'TOPIC_POLL' => '<b>[ Poll ]</b>',
|
'TOPIC_POLL' => '<b>Poll:</b>',
|
||||||
|
'TOPIC_LOCKED' => '<b>Locked:</b>',
|
||||||
|
|
||||||
'MARK_TOPICS_READ' => 'Mark all topics read',
|
'MARK_TOPICS_READ' => 'Mark all topics read',
|
||||||
'Topics_marked_read' => 'The topics for this forum have now been marked read',
|
'Topics_marked_read' => 'The topics for this forum have now been marked read',
|
||||||
@ -280,7 +281,8 @@ $lang = array(
|
|||||||
|
|
||||||
'VIEW_TOPIC' => 'View topic',
|
'VIEW_TOPIC' => 'View topic',
|
||||||
'LOGIN_VIEWTOPIC' => 'The board administrator requires you to be registered and logged in to view this topic.',
|
'LOGIN_VIEWTOPIC' => 'The board administrator requires you to be registered and logged in to view this topic.',
|
||||||
'PRINT_TOPIC' => 'Printable version',
|
'PRINT_TOPIC' => 'Printable version',
|
||||||
|
'EMAIL_TOPIC' => 'Email to friend',
|
||||||
'VIEW_NEXT_TOPIC' => 'View next topic',
|
'VIEW_NEXT_TOPIC' => 'View next topic',
|
||||||
'VIEW_PREVIOUS_TOPIC' => 'View previous topic',
|
'VIEW_PREVIOUS_TOPIC' => 'View previous topic',
|
||||||
|
|
||||||
@ -318,13 +320,16 @@ $lang = array(
|
|||||||
'CODE' => 'Code',
|
'CODE' => 'Code',
|
||||||
|
|
||||||
'QUICK_MOD' => 'Quick-mod tools',
|
'QUICK_MOD' => 'Quick-mod tools',
|
||||||
'LOCK_TOPIC' => 'Lock topic',
|
'LOCK_TOPIC' => 'Lock Topic',
|
||||||
'UNLOCK_TOPIC' => 'Unlock topic',
|
'UNLOCK_TOPIC' => 'Unlock Topic',
|
||||||
'MOVE_TOPIC' => 'Move topic',
|
'MOVE_TOPIC' => 'Move Topic',
|
||||||
'DELETE_TOPIC' => 'Delete topic',
|
'DELETE_TOPIC' => 'Delete Topic',
|
||||||
'SPLIT_TOPIC' => 'Split topic',
|
'SPLIT_TOPIC' => 'Split Topic',
|
||||||
'MERGE_TOPIC' => 'Merge topic',
|
'MERGE_TOPIC' => 'Merge Topic',
|
||||||
'CHANGE_TOPIC_TYPE' => 'Change topic type to: ',
|
'MAKE_NORMAL' => 'Make Normal',
|
||||||
|
'MAKE_STICKY' => 'Make Sticky',
|
||||||
|
'MAKE_ANNOUNCE' => 'Make Announce',
|
||||||
|
'MAKE_GLOBAL' => 'Make Global',
|
||||||
|
|
||||||
'STOP_WATCHING_TOPIC' => 'Stop watching this topic',
|
'STOP_WATCHING_TOPIC' => 'Stop watching this topic',
|
||||||
'START_WATCHING_TOPIC' => 'Watch this topic for replies',
|
'START_WATCHING_TOPIC' => 'Watch this topic for replies',
|
||||||
@ -705,6 +710,10 @@ $lang = array(
|
|||||||
'USER_ONLINE' => 'Online',
|
'USER_ONLINE' => 'Online',
|
||||||
'USER_OFFLINE' => 'Offline',
|
'USER_OFFLINE' => 'Offline',
|
||||||
|
|
||||||
|
'SEND_IM' => 'Instant Messaging',
|
||||||
|
'SEND_IM_EXPLAIN' => 'Please note that users may have elected to not receive unsolicited instant messages.',
|
||||||
|
'SEND_MSN' => 'Please note that you need Microsoft (or MSN) Messenger installed to use this.',
|
||||||
|
'SEND_AIM' => 'Please note that you need AOL Instant Messenger installed to use this.',
|
||||||
|
|
||||||
'Group_Control_Panel' => 'Group Control Panel',
|
'Group_Control_Panel' => 'Group Control Panel',
|
||||||
'Group_member_details' => 'Group Membership Details',
|
'Group_member_details' => 'Group Membership Details',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user