diff options
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/acp/attachments.php | 6 | ||||
-rw-r--r-- | phpBB/language/en/acp/ban.php | 2 | ||||
-rw-r--r-- | phpBB/language/en/acp/board.php | 19 | ||||
-rw-r--r-- | phpBB/language/en/acp/bots.php | 9 | ||||
-rw-r--r-- | phpBB/language/en/acp/common.php | 4 | ||||
-rw-r--r-- | phpBB/language/en/acp/database.php | 41 | ||||
-rw-r--r-- | phpBB/language/en/acp/forums.php | 8 | ||||
-rw-r--r-- | phpBB/language/en/acp/groups.php | 15 | ||||
-rw-r--r-- | phpBB/language/en/acp/language.php | 10 | ||||
-rw-r--r-- | phpBB/language/en/acp/modules.php | 14 | ||||
-rw-r--r-- | phpBB/language/en/acp/permissions.php | 10 | ||||
-rw-r--r-- | phpBB/language/en/acp/posting.php | 38 | ||||
-rw-r--r-- | phpBB/language/en/acp/profile.php | 15 | ||||
-rw-r--r-- | phpBB/language/en/acp/prune.php | 4 | ||||
-rw-r--r-- | phpBB/language/en/acp/search.php | 4 | ||||
-rw-r--r-- | phpBB/language/en/acp/styles.php | 130 | ||||
-rw-r--r-- | phpBB/language/en/acp/users.php | 34 | ||||
-rw-r--r-- | phpBB/language/en/common.php | 7 | ||||
-rw-r--r-- | phpBB/language/en/mcp.php | 4 | ||||
-rw-r--r-- | phpBB/language/en/ucp.php | 6 |
20 files changed, 197 insertions, 183 deletions
diff --git a/phpBB/language/en/acp/attachments.php b/phpBB/language/en/acp/attachments.php index b1a63a797b..0fe5c16375 100644 --- a/phpBB/language/en/acp/attachments.php +++ b/phpBB/language/en/acp/attachments.php @@ -85,7 +85,7 @@ $lang = array_merge($lang, array( 'EXTENSION_EXIST' => 'The extension %s already exist', 'EXTENSION_GROUP' => 'Extension group', 'EXTENSION_GROUPS' => 'Extension groups', - 'EXTENSION_GROUP_DELETED' => 'Extension group successfully deleted', + 'EXTENSION_GROUP_DELETED' => 'Extension group successfully deleted.', 'EXTENSION_GROUP_EXIST' => 'The extension group %s already exist', 'GO_TO_EXTENSIONS' => 'Go to extension management screen', @@ -112,7 +112,7 @@ $lang = array_merge($lang, array( 'NOT_ASSIGNED' => 'Not assigned', 'NO_EXT_GROUP' => 'None', 'NO_EXT_GROUP_NAME' => 'No group name entered', - 'NO_EXT_GROUP_SPECIFIED' => 'No extension group specified', + 'NO_EXT_GROUP_SPECIFIED' => 'No extension group specified.', 'NO_FILE_CAT' => 'None', 'NO_IMAGE' => 'No image', 'NO_THUMBNAIL_SUPPORT' => 'Thumbnail support has been disabled because there is no supported GD library available and the imagemagick executable could not be found.', @@ -131,7 +131,7 @@ $lang = array_merge($lang, array( 'SECURE_DOWNLOADS' => 'Enable secure downloads', 'SECURE_DOWNLOADS_EXPLAIN' => 'With this option enabled, downloads are limited to IP’s/hostnames you defined.', 'SECURE_DOWNLOAD_NOTICE' => 'Secure Downloads are not enabled. The settings below will be applied after enabling secure downloads.', - 'SECURE_DOWNLOAD_UPDATE_SUCCESS'=> 'The IP list has been updated successfully', + 'SECURE_DOWNLOAD_UPDATE_SUCCESS'=> 'The IP list has been updated successfully.', 'SECURE_EMPTY_REFERRER' => 'Allow empty referrer', 'SECURE_EMPTY_REFERRER_EXPLAIN' => 'Secure downloads are based on referrers. Do you want to allow downloads for those ommitting the referrer?', 'SETTINGS_CAT_IMAGES' => 'Image category settings', diff --git a/phpBB/language/en/acp/ban.php b/phpBB/language/en/acp/ban.php index 2b829efead..278171ccdd 100644 --- a/phpBB/language/en/acp/ban.php +++ b/phpBB/language/en/acp/ban.php @@ -42,7 +42,7 @@ $lang = array_merge($lang, array( 'BAN_LENGTH' => 'Length of ban', 'BAN_REASON' => 'Reason for ban', 'BAN_GIVE_REASON' => 'Reason shown to the banned', - 'BAN_UPDATE_SUCCESSFUL' => 'The banlist has been updated successfully', + 'BAN_UPDATE_SUCCESSFUL' => 'The banlist has been updated successfully.', 'EMAIL_BAN' => 'Ban one or more email addresses', 'EMAIL_BAN_EXCLUDE_EXPLAIN' => 'Enable this to exclude the entered email address from all current bans.', diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 779e14e3ae..395ee91075 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -195,6 +195,7 @@ $lang = array_merge($lang, array( 'ENABLE_COPPA_EXPLAIN' => 'This requires users to declare whether they are 13 or over for compliance with the U.S. COPPA Act. If this is disabled the COPPA specific groups will no longer be displayed.', 'MAX_CHARS' => 'Max', 'MIN_CHARS' => 'Min', + 'NO_AUTH_PLUGIN' => 'No suitable auth plugin found.', 'PASSWORD_LENGTH' => 'Password length', 'PASSWORD_LENGTH_EXPLAIN' => 'Minimum and maximum number of characters in passwords.', 'REG_LIMIT' => 'Registration attempts', @@ -412,28 +413,28 @@ $lang = array_merge($lang, array( $lang = array_merge($lang, array( 'ACP_JABBER_SETTINGS_EXPLAIN' => 'Here you can enable and control the use Jabber for instant messaging and board notices. Jabber is an opensource protocol and therefore available for use by anyone. Some Jabber servers include gateways or transports which allow you to contact users on other networks. Not all servers offer all transports and changes in protocols can prevent transports from operating. Note that it may take several seconds to update Jabber account details, do not stop the script till completed!', - 'ERR_JAB_AUTH' => 'Could not authorise on Jabber server', - 'ERR_JAB_CONNECT' => 'Could not connect to Jabber server', - 'ERR_JAB_PASSCHG' => 'Could not change password', - 'ERR_JAB_PASSFAIL' => 'Password update failed, %s', - 'ERR_JAB_REGISTER' => 'An error occured trying to register this account, %s', + 'ERR_JAB_AUTH' => 'Could not authorise on Jabber server.', + 'ERR_JAB_CONNECT' => 'Could not connect to Jabber server.', + 'ERR_JAB_PASSCHG' => 'Could not change password.', + 'ERR_JAB_PASSFAIL' => 'Password update failed, %s.', + 'ERR_JAB_REGISTER' => 'An error occured trying to register this account, %s.', 'ERR_JAB_USERNAME' => 'The username specified already exists, please choose an alternative.', - 'JAB_CHANGED' => 'Jabber account changed successfully', + 'JAB_CHANGED' => 'Jabber account changed successfully.', 'JAB_ENABLE' => 'Enable Jabber', 'JAB_ENABLE_EXPLAIN' => 'Enables use of jabber messaging and notifications', 'JAB_PACKAGE_SIZE' => 'Jabber package size', 'JAB_PACKAGE_SIZE_EXPLAIN' => 'This is the number of messages sent in one package. If set to 0 the message is sent immediatly and gets not queued for later sending.', 'JAB_PASSWORD' => 'Jabber password', - 'JAB_PASS_CHANGED' => 'Jabber password changed successfully', + 'JAB_PASS_CHANGED' => 'Jabber password changed successfully.', 'JAB_PORT' => 'Jabber port', 'JAB_PORT_EXPLAIN' => 'Leave blank unless you know it is not port 5222', - 'JAB_REGISTERED' => 'New account registered successfully', + 'JAB_REGISTERED' => 'New account registered successfully.', 'JAB_RESOURCE' => 'Jabber resource', 'JAB_RESOURCE_EXPLAIN' => 'The resource locates this particular connection, e.g. board, home, etc.', 'JAB_SERVER' => 'Jabber server', 'JAB_SERVER_EXPLAIN' => 'See %sjabber.org%s for a list of servers', - 'JAB_SETTINGS_CHANGED' => 'Jabber settings changed successfully', + 'JAB_SETTINGS_CHANGED' => 'Jabber settings changed successfully.', 'JAB_USERNAME' => 'Jabber username', 'JAB_USERNAME_EXPLAIN' => 'If this user is not registered it will be created if possible.', )); diff --git a/phpBB/language/en/acp/bots.php b/phpBB/language/en/acp/bots.php index 0279798711..dda1dcf73f 100644 --- a/phpBB/language/en/acp/bots.php +++ b/phpBB/language/en/acp/bots.php @@ -35,11 +35,11 @@ $lang = array_merge($lang, array( 'BOT_ACTIVATE' => 'Activate', 'BOT_ACTIVE' => 'Bot active', 'BOT_ADD' => 'Add bot', - 'BOT_ADDED' => 'New bot successfully added', + 'BOT_ADDED' => 'New bot successfully added.', 'BOT_AGENT' => 'Agent match', 'BOT_AGENT_EXPLAIN' => 'A string matching the bots browser agent, partial matches are allowed.', 'BOT_DEACTIVATE' => 'Deactivate', - 'BOT_DELETED' => 'Bot deleted successfully', + 'BOT_DELETED' => 'Bot deleted successfully.', 'BOT_EDIT' => 'Edit bots', 'BOT_EDIT_EXPLAIN' => 'Here you can add or edit an existing bot entry. You may define an agent string and/or one or more IP addresses (or range of addresses) to match. Be careful when defining matching agent strings or addresses. You may also specify a style and language that the bot will view the board using. This may allow you to reduce bandwidth use by setting a simple style for bots. Remember to set appropriate permissions for the special Bot usergroup.', 'BOT_LANG' => 'Bot language', @@ -52,7 +52,7 @@ $lang = array_merge($lang, array( 'BOT_NEVER' => 'Never', 'BOT_STYLE' => 'Bot style', 'BOT_STYLE_EXPLAIN' => 'The style used for the board by the bot.', - 'BOT_UPDATED' => 'Existing bot updated successfully', + 'BOT_UPDATED' => 'Existing bot updated successfully.', 'BOT_VIS' => 'Bot visible', 'BOT_VIS_EXPLAIN' => 'Allow bot to be seen by all users in online lists.', @@ -60,7 +60,8 @@ $lang = array_merge($lang, array( 'ERR_BOT_NO_IP' => 'The IP addresses you supplied were invalid or the hostname could not be resolved.', 'ERR_BOT_NO_MATCHES' => 'You must supply at least one of an agent or IP for this bot match.', - 'NO_BOT' => 'Found no bot with the specified ID', + 'NO_BOT' => 'Found no bot with the specified ID.', + 'NO_BOT_GROUP' => 'Unable to find special bot group.', )); ?>
\ No newline at end of file diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index 2f5d95e98f..925878ba61 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -199,7 +199,7 @@ $lang = array_merge($lang, array( 'BACK' => 'Back', 'COLOUR_SWATCH' => 'Web-safe colour swatch', - 'CONFIG_UPDATED' => 'Configuration updated successfully', + 'CONFIG_UPDATED' => 'Configuration updated successfully.', 'CONFIRM_OPERATION' => 'Are you sure you wish to carry out this operation?', 'DEACTIVATE' => 'Deactivate', @@ -250,6 +250,7 @@ $lang = array_merge($lang, array( 'PERMISSIONS_TRANSFERED' => 'Permissions transfered', 'PERMISSIONS_TRANSFERED_EXPLAIN' => 'You are currently having the permissions from %1$s. You are able to browse the forum with the users permissions but not access the administration control panel since admin permissions were not transfered. You are able to <a href="%2$s"><strong>revert to your permission set</strong></a> at any time.', 'PROCEED_TO_ACP' => '%sProceed to the ACP%s', + 'REMIND' => 'Remind', 'REORDER' => 'Reorder', 'RESYNC' => 'Resyncronise', @@ -352,6 +353,7 @@ $lang = array_merge($lang, array( 'SORT_REASON' => 'Reason', 'SORT_REG_DATE' => 'Registration date', )); + // Log Entries $lang = array_merge($lang, array( 'LOG_ACL_ADD_USER_GLOBAL_U_' => '<strong>Added or edited users user permissions</strong><br />» %s', diff --git a/phpBB/language/en/acp/database.php b/phpBB/language/en/acp/database.php index 5fb641304b..b03348ba46 100644 --- a/phpBB/language/en/acp/database.php +++ b/phpBB/language/en/acp/database.php @@ -28,33 +28,38 @@ if (empty($lang) || !is_array($lang)) // equally where a string contains only two placeholders which are used to wrap text // in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine -// Banning +// Database Backup/Restore $lang = array_merge($lang, array( - 'DATABASE' => 'Database utilities', 'ACP_BACKUP_EXPLAIN' => 'Here you can backup all your phpBB related data. You may store the resulting archive in your <samp>store/</samp> folder or download it directly. Depending on your server configuration you be able to compress the file in a number of formats.', + 'ACP_RESTORE_EXPLAIN' => 'This will perform a full restore of all phpBB tables from a saved file. If your server supports it you may use a gzip or bzip2 compressed text file and it will automatically be decompressed. <strong>WARNING</strong> This will overwrite any existing data. The restore may take a long time to process please do not move from this page till it is complete.', + + 'BACKUP_DELETE' => 'The backup file has been deleted successfully.', + 'BACKUP_INVALID' => 'The selected file to backup is invalid.', 'BACKUP_OPTIONS' => 'Backup options', + 'BACKUP_SUCCESS' => 'The backup file has been created successfully.', 'BACKUP_TYPE' => 'Backup type', - 'BACKUP_INVALID' => 'The selected file to backup is invalid', - 'START_BACKUP' => 'Start backup', - 'FULL_BACKUP' => 'Full', - 'STRUCTURE_ONLY' => 'Structure only', + + 'DATABASE' => 'Database utilities', 'DATA_ONLY' => 'Data only', - 'TABLE_SELECT' => 'Table select', - 'FILE_TYPE' => 'File type', - 'STORE_LOCAL' => 'Store file locally', - 'SELECT_ALL' => 'Select all', + 'DELETE_BACKUP' => 'Delete backup', 'DESELECT_ALL' => 'Deselect all', - 'BACKUP_SUCCESS' => 'The backup file has been created successfully', - 'BACKUP_DELETE' => 'The backup file has been deleted successfully', + 'DOWNLOAD_BACKUP' => 'Download backup', + + 'FILE_TYPE' => 'File type', + 'FULL_BACKUP' => 'Full', - 'STORE_AND_DOWNLOAD' => 'Store and download', - 'ACP_RESTORE_EXPLAIN' => 'This will perform a full restore of all phpBB tables from a saved file. If your server supports it you may use a gzip or bzip2 compressed text file and it will automatically be decompressed. <strong>WARNING</strong> This will overwrite any existing data. The restore may take a long time to process please do not move from this page till it is complete.', - 'SELECT_FILE' => 'Select a file', 'RESTORE_OPTIONS' => 'Restore options', - 'START_RESTORE' => 'Start restore', - 'DELETE_BACKUP' => 'Delete backup', - 'DOWNLOAD_BACKUP' => 'Download backup', 'RESTORE_SUCCESS' => 'The database has been successfully restored.<br /><br />Your board should be back to the state it was when the backup was made.', + + 'SELECT_ALL' => 'Select all', + 'SELECT_FILE' => 'Select a file', + 'START_BACKUP' => 'Start backup', + 'START_RESTORE' => 'Start restore', + 'STORE_AND_DOWNLOAD' => 'Store and download', + 'STORE_LOCAL' => 'Store file locally', + 'STRUCTURE_ONLY' => 'Structure only', + + 'TABLE_SELECT' => 'Table select', )); ?>
\ No newline at end of file diff --git a/phpBB/language/en/acp/forums.php b/phpBB/language/en/acp/forums.php index 176562199d..b8c9e5dbb4 100644 --- a/phpBB/language/en/acp/forums.php +++ b/phpBB/language/en/acp/forums.php @@ -68,7 +68,7 @@ $lang = array_merge($lang, array( 'FORUM_DATA_NEGATIVE' => 'Pruning parameters cannot be negative.', 'FORUM_DELETE' => 'Delete forum', 'FORUM_DELETE_EXPLAIN' => 'The form below will allow you to delete a forum and decide where you want to put all topics (or forums) it contained.', - 'FORUM_DELETED' => 'Forum successfully deleted', + 'FORUM_DELETED' => 'Forum successfully deleted.', 'FORUM_DESC' => 'Description', 'FORUM_DESC_EXPLAIN' => 'Any markup entered here will displayed as is.', 'FORUM_EDIT_EXPLAIN' => 'The form below will allow you to customise this forum. Please note that moderation and post count controls are set via forum permissions for each user or usergroup.', @@ -113,10 +113,10 @@ $lang = array_merge($lang, array( 'NO_FORUM_ACTION' => 'No action defined for what happens with the forum content', 'NO_PARENT' => 'No parent', 'NO_PERMISSIONS' => 'Do not copy permissions', - 'NO_PERMISSION_FORUM_ADD' => 'You do not have the necessary permissions to add forums', - 'NO_PERMISSION_FORUM_DELETE' => 'You do not have the necessary permissions to delete forums', + 'NO_PERMISSION_FORUM_ADD' => 'You do not have the necessary permissions to add forums.', + 'NO_PERMISSION_FORUM_DELETE' => 'You do not have the necessary permissions to delete forums.', - 'PARENT_NOT_EXIST' => 'Parent does not exist', + 'PARENT_NOT_EXIST' => 'Parent does not exist.', 'PRUNE_ANNOUNCEMENTS' => 'Prune announcements', 'PRUNE_STICKY' => 'Prune stickies', 'PRUNE_OLD_POLLS' => 'Prune old polls', diff --git a/phpBB/language/en/acp/groups.php b/phpBB/language/en/acp/groups.php index c942415ea4..582dbb3465 100644 --- a/phpBB/language/en/acp/groups.php +++ b/phpBB/language/en/acp/groups.php @@ -48,11 +48,11 @@ $lang = array_merge($lang, array( 'GROUP_CLOSED' => 'Closed', 'GROUP_COLOR' => 'Group colour', 'GROUP_COLOR_EXPLAIN' => 'Defines the colour members usernames will appear in, leave blank for user default.', - 'GROUP_CREATED' => 'Group has been created successfully', + 'GROUP_CREATED' => 'Group has been created successfully.', 'GROUP_DEFAULT' => 'Default', - 'GROUP_DEFS_UPDATED' => 'Default group set for all selected members', + 'GROUP_DEFS_UPDATED' => 'Default group set for all selected members.', 'GROUP_DELETE' => 'Delete', - 'GROUP_DELETED' => 'Group deleted and user default groups set successfully', + 'GROUP_DELETED' => 'Group deleted and user default groups set successfully.', 'GROUP_DEMOTE' => 'Demote', 'GROUP_DESC' => 'Group description', 'GROUP_DETAILS' => 'Group details', @@ -71,8 +71,8 @@ $lang = array_merge($lang, array( 'GROUP_MESSAGE_LIMIT' => 'Group private message limit per folder', 'GROUP_MESSAGE_LIMIT_EXPLAIN' => 'This setting overrides the per-user folder message limit. A value of 0 means the user default limit will be used.', 'GROUP_MODS_ADDED' => 'New group moderators added successfully.', - 'GROUP_MODS_DEMOTED' => 'Group leaders demoted successfully', - 'GROUP_MODS_PROMOTED' => 'Group members promoted successfully', + 'GROUP_MODS_DEMOTED' => 'Group leaders demoted successfully.', + 'GROUP_MODS_PROMOTED' => 'Group members promoted successfully.', 'GROUP_NAME' => 'Group name', 'GROUP_OPEN' => 'Open', 'GROUP_PENDING' => 'Pending members', @@ -89,13 +89,14 @@ $lang = array_merge($lang, array( 'GROUP_UPDATED' => 'Group preferences updated successfully.', 'GROUP_USERS_ADDED' => 'New users added to group successfully.', 'GROUP_USERS_EXIST' => 'The selected users are already members.', - 'GROUP_USERS_REMOVE' => 'Users removed from group and new defaults set successfully', + 'GROUP_USERS_REMOVE' => 'Users removed from group and new defaults set successfully.', 'MAKE_DEFAULT_FOR_ALL' => 'Make default group for every member', 'MEMBERS' => 'Members', - 'NO_GROUP' => 'No group specified', + 'NO_GROUP' => 'No group specified.', 'NO_PERMISSIONS' => 'Do not copy permissions', + 'NO_USERS' => 'You haven’t entered any users.', 'SPECIAL_GROUPS' => 'Predefined groups', 'SPECIAL_GROUPS_EXPLAIN' => 'Pre-defined groups are special groups, they cannot be deleted or directly modified. However you can still add users and alter basic settings. By clicking “Default” you can set the relevant group to the default for all its members.', diff --git a/phpBB/language/en/acp/language.php b/phpBB/language/en/acp/language.php index a4da720d66..27b325be3c 100644 --- a/phpBB/language/en/acp/language.php +++ b/phpBB/language/en/acp/language.php @@ -45,7 +45,7 @@ $lang = array_merge($lang, array( 'INVALID_LANGUAGE_PACK' => 'The selected language pack seems to be not valid. Please verify the language pack and upload it again if necessary.', 'INVALID_UPLOAD_METHOD' => 'The selected upload method is not valid, please choose a different method.', - 'LANGUAGE_DETAILS_UPDATED' => 'Language details successfully updated', + 'LANGUAGE_DETAILS_UPDATED' => 'Language details successfully updated.', 'LANGUAGE_ENTRIES' => 'Language Entries', 'LANGUAGE_ENTRIES_EXPLAIN' => 'Here you are able to change existing language pack entries or not already translated ones.<br /><strong>Note:</strong> Once you changed a language file, the changes will be stored within a seperate folder for you to download. The changes will not be seen by your users until you replace the original language files at your webspace (by uploading them).', 'LANGUAGE_FILES' => 'Language files', @@ -69,7 +69,8 @@ $lang = array_merge($lang, array( 'MISSING_LANG_VARIABLES' => 'Missing language variables', 'MODS_FILES' => 'MODs language files', - 'NO_LANG_ID' => 'You haven’t specified a language pack', + 'NO_FILE_SELECTED' => 'You haven’t specified a language file.', + 'NO_LANG_ID' => 'You haven’t specified a language pack.', 'NO_REMOVE_DEFAULT_LANG' => 'You are not able to remove the default language pack.<br />If you want to remove this language pack, change your boards default language first.', 'NO_UNINSTALLED_LANGUAGE_PACKS' => 'No uninstalled language packs', @@ -84,11 +85,12 @@ $lang = array_merge($lang, array( 'UNINSTALLED_LANGUAGE_PACKS' => 'Uninstalled language packs', - 'UPLOAD_COMPLETED' => 'The upload has completed', + 'UNABLE_TO_WRITE_FILE' => 'The file could not be written to %s.', + 'UPLOAD_COMPLETED' => 'The upload was completed successfully.', 'UPLOAD_METHOD' => 'Upload method', 'UPLOAD_SETTINGS' => 'Upload settings', - 'WRONG_LANGUAGE_FILE' => 'Selected language file is invalid', + 'WRONG_LANGUAGE_FILE' => 'Selected language file is invalid.', )); ?>
\ No newline at end of file diff --git a/phpBB/language/en/acp/modules.php b/phpBB/language/en/acp/modules.php index f01f1666fe..53fd1875f8 100644 --- a/phpBB/language/en/acp/modules.php +++ b/phpBB/language/en/acp/modules.php @@ -54,24 +54,24 @@ $lang = array_merge($lang, array( 'HIDDEN_MODULE' => 'Hidden module', 'MODULE' => 'Module', - 'MODULE_ADDED' => 'Module successfully added', - 'MODULE_DELETED' => 'Module successfully removed', + 'MODULE_ADDED' => 'Module successfully added.', + 'MODULE_DELETED' => 'Module successfully removed.', 'MODULE_DISPLAYED' => 'Module displayed', 'MODULE_DISPLAYED_EXPLAIN' => 'If you do not wish to display this module, but want to use it, set this to no.', - 'MODULE_EDITED' => 'Module successfully edited', + 'MODULE_EDITED' => 'Module successfully edited.', 'MODULE_ENABLED' => 'Module enabled', 'MODULE_LANGNAME' => 'Module language mame', 'MODULE_LANGNAME_EXPLAIN' => 'Enter the displayed module name. Use language constant if name is served from language file.', 'MODULE_TYPE' => 'Module type', 'NO_CATEGORY_TO_MODULE' => 'Unable to turn category into module. Please remove/move all childs before performing this action.', - 'NO_MODULE' => 'No module found', - 'NO_MODULE_ID' => 'No module id specified', - 'NO_MODULE_LANGNAME' => 'No module language name specified', + 'NO_MODULE' => 'No module found.', + 'NO_MODULE_ID' => 'No module id specified.', + 'NO_MODULE_LANGNAME' => 'No module language name specified.', 'NO_PARENT' => 'No Parent', 'PARENT' => 'Parent', - 'PARENT_NO_EXIST' => 'Parent does not exist', + 'PARENT_NO_EXIST' => 'Parent does not exist.', 'SELECT_MODULE' => 'Select a module', )); diff --git a/phpBB/language/en/acp/permissions.php b/phpBB/language/en/acp/permissions.php index 4ab5c2eb56..637f6ca960 100644 --- a/phpBB/language/en/acp/permissions.php +++ b/phpBB/language/en/acp/permissions.php @@ -101,7 +101,7 @@ $lang = array_merge($lang, array( 'APPLY_ALL_PERMISSIONS' => 'Apply all permissions', 'APPLY_PERMISSIONS' => 'Apply permissions', 'APPLY_PERMISSIONS_EXPLAIN' => 'The permissions and role defined for this item will only be applied to this item and all checked items.', - 'AUTH_UPDATED' => 'Permissions have been updated', + 'AUTH_UPDATED' => 'Permissions have been updated.', 'CREATE_ROLE' => 'Create role', 'CREATE_ROLE_FROM' => 'Use settings from…', @@ -175,9 +175,9 @@ $lang = array_merge($lang, array( 'ROLE_NAME_ALREADY_EXIST' => 'A role named <strong>%s</strong> already exist for the specified permission type.', 'ROLE_NOT_ASSIGNED' => 'Role has not been assigned yet.', - 'SELECTED_FORUM_NOT_EXIST' => 'The selected forum(s) do not exist', - 'SELECTED_GROUP_NOT_EXIST' => 'The selected group(s) do not exist', - 'SELECTED_USER_NOT_EXIST' => 'The selected user(s) do not exist', + 'SELECTED_FORUM_NOT_EXIST' => 'The selected forum(s) do not exist.', + 'SELECTED_GROUP_NOT_EXIST' => 'The selected group(s) do not exist.', + 'SELECTED_USER_NOT_EXIST' => 'The selected user(s) do not exist.', 'SELECT_FORUM_SUBFORUM_EXPLAIN' => 'The forum you select here will include all subforums into the selection', 'SELECT_ROLE' => 'Select role…', 'SELECT_TYPE' => 'Select type', @@ -221,7 +221,7 @@ $lang = array_merge($lang, array( 'VIEW_ASSIGNED_ITEMS' => 'View assigned items', 'VIEW_PERMISSIONS' => 'View permissions', - 'WRONG_PERMISSION_TYPE' => 'Wrong permission type selected', + 'WRONG_PERMISSION_TYPE' => 'Wrong permission type selected.', )); ?>
\ No newline at end of file diff --git a/phpBB/language/en/acp/posting.php b/phpBB/language/en/acp/posting.php index d65fb4bccd..6d23fd231d 100644 --- a/phpBB/language/en/acp/posting.php +++ b/phpBB/language/en/acp/posting.php @@ -36,10 +36,10 @@ $lang = array_merge($lang, array( 'ACP_BBCODES_EXPLAIN' => 'BBCode is a special implementation of HTML offering greater control over what and how something is displayed. From this page you can add, remove and edit custom BBCodes', 'ADD_BBCODE' => 'Add a new BBCode', - 'BBCODE_ADDED' => 'BBCode added successfully', - 'BBCODE_EDITED' => 'BBCode edited successfully', - 'BBCODE_INVALID_TAG_NAME' => 'The BBCode tag name that you selected already exists', - 'BBCODE_NOT_EXIST' => 'The BBCode you selected does not exist', + 'BBCODE_ADDED' => 'BBCode added successfully.', + 'BBCODE_EDITED' => 'BBCode edited successfully.', + 'BBCODE_INVALID_TAG_NAME' => 'The BBCode tag name that you selected already exists.', + 'BBCODE_NOT_EXIST' => 'The BBCode you selected does not exist.', 'BBCODE_HELPLINE' => 'Helpline', 'BBCODE_HELPLINE_EXPLAIN' => 'This field contains the mouseover text of the BBCode', 'BBCODE_HELPLINE_TEXT' => 'Helpline text', @@ -60,7 +60,7 @@ $lang = array_merge($lang, array( 'TOKENS' => 'Tokens', 'TOKENS_EXPLAIN' => 'Tokens are placeholders for user input. The input will be validated only if it matches the corresponding definition. If needed, you can number them by adding a number as the last character between the braces, e.g. {USERNAME1}, {USERNAME2}.<br /><br />In addition to these tokens you can use any of lang string present in your language/ directory like this: {L_<em><stringname></em>} where <em><stringname></em> is the name of the translated string you want to add. For example, {L_WROTE} will be displayed as "wrote" or its translation according to user’s locale', 'TOKEN_DEFINITION' => 'What can it be?', - 'TOO_MANY_BBCODES' => 'You cannot create any more BBCodes. Please remove one or more BBCodes then try again', + 'TOO_MANY_BBCODES' => 'You cannot create any more BBCodes. Please remove one or more BBCodes then try again.', 'tokens' => array( 'TEXT' => 'Any text, including foreign characters, numbers, etc…', @@ -108,7 +108,7 @@ $lang = array_merge($lang, array( 'ICONS_HEIGHT' => 'Icon height', 'ICONS_IMAGE' => 'Icon image', 'ICONS_IMPORTED' => 'The icons pack has been installed successfully.', - 'ICONS_IMPORT_SUCCESS' => 'The icons pack was imported successfully', + 'ICONS_IMPORT_SUCCESS' => 'The icons pack was imported successfully.', 'ICONS_LOCATION' => 'Icon location', 'ICONS_NOT_DISPLAYED' => 'The following icons are not displayed on the posting page', 'ICONS_ORDER' => 'Icon order', @@ -126,7 +126,7 @@ $lang = array_merge($lang, array( 'NO_SMILIES_EXPORT' => 'You have no smilies with which to create a package.', 'NO_SMILIES_PAK' => 'No smiley packages found.', - 'PAK_FILE_NOT_READABLE' => 'Could not read pak file', + 'PAK_FILE_NOT_READABLE' => 'Could not read pak file.', 'REPLACE_MATCHES' => 'Replace matches', @@ -142,7 +142,7 @@ $lang = array_merge($lang, array( 'SMILIES_HEIGHT' => 'Smiley height', 'SMILIES_IMAGE' => 'Smiley image', 'SMILIES_IMPORTED' => 'The smilies pack has been installed successfully.', - 'SMILIES_IMPORT_SUCCESS' => 'The smilies pack was imported successfully', + 'SMILIES_IMPORT_SUCCESS' => 'The smilies pack was imported successfully.', 'SMILIES_LOCATION' => 'Smiley location', 'SMILIES_NOT_DISPLAYED' => 'The following smilies are not displayed on the posting page', 'SMILIES_ORDER' => 'Smiley order', @@ -158,18 +158,18 @@ $lang = array_merge($lang, array( 'ADD_WORD' => 'Add new word', 'EDIT_WORD' => 'Edit word censor', - 'ENTER_WORD' => 'You must enter a word and its replacement', + 'ENTER_WORD' => 'You must enter a word and its replacement.', - 'NO_WORD' => 'No word selected for editing', + 'NO_WORD' => 'No word selected for editing.', 'REPLACEMENT' => 'Replacement', 'UPDATE_WORD' => 'Update word censor', 'WORD' => 'Word', - 'WORD_ADDED' => 'The word censor has been successfully added', - 'WORD_REMOVED' => 'The selected word censor has been successfully removed', - 'WORD_UPDATED' => 'The selected word censor has been successfully updated', + 'WORD_ADDED' => 'The word censor has been successfully added.', + 'WORD_REMOVED' => 'The selected word censor has been successfully removed.', + 'WORD_UPDATED' => 'The selected word censor has been successfully updated.', )); // Ranks @@ -202,8 +202,8 @@ $lang = array_merge($lang, array( 'DELETE_DISALLOW_EXPLAIN' => 'You can remove a disallowed username by selecting the username from this list and clicking submit', 'DELETE_DISALLOW_TITLE' => 'Remove a disallowed username', 'DISALLOWED_ALREADY' => 'The name you entered could not be disallowed. It either already exists in the list, exists in the word censor list, or a matching username is present.', - 'DISALLOWED_DELETED' => 'The disallowed username has been successfully removed', - 'DISALLOW_SUCCESSFUL' => 'The disallowed username has been successfully added', + 'DISALLOWED_DELETED' => 'The disallowed username has been successfully removed.', + 'DISALLOW_SUCCESSFUL' => 'The disallowed username has been successfully added.', 'NO_DISALLOWED' => 'No disallowed usernames', 'NO_USERNAME_SPECIFIED' => 'You haven’t selected or entered a username to operate with.', @@ -218,19 +218,19 @@ $lang = array_merge($lang, array( 'IS_NOT_TRANSLATED' => 'Reason has not been localised', 'IS_TRANSLATED' => 'Reason has been localised', - 'NO_REASON' => 'Reason could not be found', + 'NO_REASON' => 'Reason could not be found.', 'NO_REASON_INFO' => 'You have to specify a title and a description for this reason.', 'NO_REMOVE_DEFAULT_REASON' => 'You are not able to remove the default reason "Other".', 'REASON_ADD' => 'Add report/denial reason', - 'REASON_ADDED' => 'Report/denial reason successfully added', + 'REASON_ADDED' => 'Report/denial reason successfully added.', 'REASON_ALREADY_EXIST' => 'A reason with this title already exist, please enter another title for this reason.', 'REASON_DESCRIPTION' => 'Reason description', 'REASON_EDIT' => 'Edit report/denial reason', 'REASON_EDIT_EXPLAIN' => 'Here you are able to add or edit a reason. If the reason is translated the localized version is used instead of the description entered here.', - 'REASON_REMOVED' => 'Report/denial reason successfully removed', + 'REASON_REMOVED' => 'Report/denial reason successfully removed.', 'REASON_TITLE' => 'Reason Title', - 'REASON_UPDATED' => 'Report/denial reason successfully updated', + 'REASON_UPDATED' => 'Report/denial reason successfully updated.', 'USED_IN_REPORTS' => 'Used in reports', )); diff --git a/phpBB/language/en/acp/profile.php b/phpBB/language/en/acp/profile.php index 48ca0cf619..c0df2ae11e 100644 --- a/phpBB/language/en/acp/profile.php +++ b/phpBB/language/en/acp/profile.php @@ -32,7 +32,7 @@ if (empty($lang) || !is_array($lang)) // Custom profile fields $lang = array_merge($lang, array( - 'ADDED_PROFILE_FIELD' => 'Successfully added custom profile field', + 'ADDED_PROFILE_FIELD' => 'Successfully added custom profile field.', 'ALPHA_ONLY' => 'Alphanumeric only', 'ALPHA_SPACERS' => 'Alphanumeric and spacers', 'ALWAYS_TODAY' => 'Always the current date', @@ -40,7 +40,7 @@ $lang = array_merge($lang, array( 'BOOL_ENTRIES_EXPLAIN' => 'Enter your options now', 'BOOL_TYPE_EXPLAIN' => 'Define the type, either a checkbox or radio buttons', - 'CHANGED_PROFILE_FIELD' => 'Successfully changed profile field', + 'CHANGED_PROFILE_FIELD' => 'Successfully changed profile field.', 'CHARS_ANY' => 'Any character', 'CHECKBOX' => 'Checkbox', 'CP_LANG_DEFAULT_VALUE' => 'Default value', @@ -52,6 +52,7 @@ $lang = array_merge($lang, array( 'COLUMNS' => 'Columns', 'DEFAULT_ISO_LANGUAGE' => 'Default language [%s]', + 'DEFAULT_LANGUAGE_NOT_FILLED' => 'The language entries for the default language are not filled for this profile field.', 'DEFAULT_VALUE' => 'Default value', 'DELETE_PROFILE_FIELD' => 'Remove profile field', 'DELETE_PROFILE_FIELD_CONFIRM' => 'Are you sure you want to delete this profile field?', @@ -79,7 +80,7 @@ $lang = array_merge($lang, array( 'FIELD_IDENT_EXPLAIN' => 'The field identification is a name to identify the profile field within the database and the templates.', 'FIELD_INT' => 'Numbers', 'FIELD_LENGTH' => 'Length of input box', - 'FIELD_NOT_FOUND' => 'Profile field not found', + 'FIELD_NOT_FOUND' => 'Profile field not found.', 'FIELD_STRING' => 'Single textfield', 'FIELD_TEXT' => 'Textarea', 'FIELD_TYPE' => 'Field type', @@ -101,16 +102,16 @@ $lang = array_merge($lang, array( 'MIN_FIELD_NUMBER' => 'Lowest allowed number', 'NO_FIELD_ENTRIES' => 'No entries defined', - 'NO_FIELD_ID' => 'No field id specified', - 'NO_FIELD_TYPE' => 'No Field type specified', + 'NO_FIELD_ID' => 'No field id specified.', + 'NO_FIELD_TYPE' => 'No Field type specified.', 'NO_VALUE_OPTION' => 'Option equal to non entered value', 'NO_VALUE_OPTION_EXPLAIN' => 'Value for a non-entry. If the field is required, the user gets an error if he choose the option selected here', 'NUMBERS_ONLY' => 'Only numbers (0-9)', 'PREVIEW_PROFILE_FIELD' => 'Preview profile field', 'PROFILE_BASIC_OPTIONS' => 'Basic options', - 'PROFILE_FIELD_ACTIVATED' => 'Profile field successfully activated', - 'PROFILE_FIELD_DEACTIVATED' => 'Profile field successfully deactivated', + 'PROFILE_FIELD_ACTIVATED' => 'Profile field successfully activated.', + 'PROFILE_FIELD_DEACTIVATED' => 'Profile field successfully deactivated.', 'PROFILE_LANG_OPTIONS' => 'Language specific options', 'PROFILE_TYPE_OPTIONS' => 'Profile type specific options', diff --git a/phpBB/language/en/acp/prune.php b/phpBB/language/en/acp/prune.php index 42c097d7c0..4452deafc9 100644 --- a/phpBB/language/en/acp/prune.php +++ b/phpBB/language/en/acp/prune.php @@ -46,8 +46,8 @@ $lang = array_merge($lang, array( 'SELECT_USERS_EXPLAIN' => 'Enter specific usernames here, they will be used in preference to the criteria above.', - 'USER_DEACTIVATE_SUCCESS' => 'The selected users have been deactivated successfully', - 'USER_DELETE_SUCCESS' => 'The selected users have been deleted successfully', + 'USER_DEACTIVATE_SUCCESS' => 'The selected users have been deactivated successfully.', + 'USER_DELETE_SUCCESS' => 'The selected users have been deleted successfully.', )); // Forum Pruning diff --git a/phpBB/language/en/acp/search.php b/phpBB/language/en/acp/search.php index b56a648bf0..4d6b01cb6c 100644 --- a/phpBB/language/en/acp/search.php +++ b/phpBB/language/en/acp/search.php @@ -72,8 +72,8 @@ $lang = array_merge($lang, array( 'SEARCH_GUEST_INTERVAL' => 'Guest search flood interval', 'SEARCH_GUEST_INTERVAL_EXPLAIN' => 'Number of seconds guests must wait between searches. If one guest searches all others have to wait until the time interval passed.', - 'SEARCH_INDEX_CREATED' => 'Successfully indexed all posts in the board database', - 'SEARCH_INDEX_REMOVED' => 'Successfully deleted the search index for this backend', + 'SEARCH_INDEX_CREATED' => 'Successfully indexed all posts in the board database.', + 'SEARCH_INDEX_REMOVED' => 'Successfully deleted the search index for this backend.', 'SEARCH_INTERVAL' => 'User search flood interval', 'SEARCH_INTERVAL_EXPLAIN' => 'Number of seconds users must wait between searches. This interval is checked independendly for each user.', 'SEARCH_STORE_RESULTS' => 'Search result cache length', diff --git a/phpBB/language/en/acp/styles.php b/phpBB/language/en/acp/styles.php index 237e204b91..7f7b9e743f 100644 --- a/phpBB/language/en/acp/styles.php +++ b/phpBB/language/en/acp/styles.php @@ -120,24 +120,24 @@ $lang = array_merge($lang, array( 'IMAGE_NAME' => 'Image name', 'IMAGE_PARAMETER' => 'Parameter', 'IMAGE_VALUE' => 'Value', - 'IMAGESET_ADDED' => 'New imageset added on filesystem', - 'IMAGESET_ADDED_DB' => 'New imageset added to database', - 'IMAGESET_DELETED' => 'Imageset deleted successfully', - 'IMAGESET_DELETED_FS' => 'Imageset removed from database but some files may remain on the filesystem', - 'IMAGESET_DETAILS_UPDATED' => 'Imageset details successfully updated', - 'IMAGESET_ERR_ARCHIVE' => 'Please select an archive method', - 'IMAGESET_ERR_COPY_LONG' => 'The copyright can be no longer than 60 characters', - 'IMAGESET_ERR_NAME_CHARS' => 'The imageset name can only contain alphanumeric characters, -, +, _ and space', - 'IMAGESET_ERR_NAME_EXIST' => 'A imageset with that name already exists', - 'IMAGESET_ERR_NAME_LONG' => 'The imageset name can be no longer than 30 characters', + 'IMAGESET_ADDED' => 'New imageset added on filesystem.', + 'IMAGESET_ADDED_DB' => 'New imageset added to database.', + 'IMAGESET_DELETED' => 'Imageset deleted successfully.', + 'IMAGESET_DELETED_FS' => 'Imageset removed from database but some files may remain on the filesystem.', + 'IMAGESET_DETAILS_UPDATED' => 'Imageset details successfully updated.', + 'IMAGESET_ERR_ARCHIVE' => 'Please select an archive method.', + 'IMAGESET_ERR_COPY_LONG' => 'The copyright can be no longer than 60 characters.', + 'IMAGESET_ERR_NAME_CHARS' => 'The imageset name can only contain alphanumeric characters, -, +, _ and space.', + 'IMAGESET_ERR_NAME_EXIST' => 'A imageset with that name already exists.', + 'IMAGESET_ERR_NAME_LONG' => 'The imageset name can be no longer than 30 characters.', 'IMAGESET_ERR_NOT_IMAGESET' => 'The archive you specified does not contain a valid imageset.', - 'IMAGESET_ERR_STYLE_NAME' => 'You must supply a name for this imageset', + 'IMAGESET_ERR_STYLE_NAME' => 'You must supply a name for this imageset.', 'IMAGESET_EXPORT' => 'Export Imageset', 'IMAGESET_EXPORT_EXPLAIN' => 'Here you can export an imageset in the form of an archive. This archive will contain all the data necessary to install the set of images on another board. You may select whether to download the file directly or to place it in your store folder for download later or via FTP.', - 'IMAGESET_EXPORTED' => 'Imageset exported succesfully and stored in %s', + 'IMAGESET_EXPORTED' => 'Imageset exported succesfully and stored in %s.', 'IMAGESET_NAME' => 'Imageset Name', - 'IMAGESET_REFRESHED' => 'Imageset refreshed successfully', - 'IMAGESET_UPDATED' => 'Imageset updated successfully', + 'IMAGESET_REFRESHED' => 'Imageset refreshed successfully.', + 'IMAGESET_UPDATED' => 'Imageset updated successfully.', 'ITALIC' => 'Italic', 'IMG_CAT_BUTTONS' => 'Localised buttons', @@ -282,22 +282,22 @@ $lang = array_merge($lang, array( 'EDITED_IMAGESET' => 'Edited imageset', - 'NO_CLASS' => 'Cannot find class in stylesheet', - 'NO_IMAGESET' => 'Cannot find imageset on filesystem', + 'NO_CLASS' => 'Cannot find class in stylesheet.', + 'NO_IMAGESET' => 'Cannot find imageset on filesystem.', 'NO_IMAGE' => 'No Image', - 'NO_STYLE' => 'Cannot find style on filesystem', - 'NO_TEMPLATE' => 'Cannot find template on filesystem', - 'NO_THEME' => 'Cannot find theme on filesystem', + 'NO_STYLE' => 'Cannot find style on filesystem.', + 'NO_TEMPLATE' => 'Cannot find template on filesystem.', + 'NO_THEME' => 'Cannot find theme on filesystem.', 'NO_UNINSTALLED_IMAGESET' => 'No uninstalled imagesets detected', 'NO_UNINSTALLED_STYLE' => 'No uninstalled styles detected', 'NO_UNINSTALLED_TEMPLATE' => 'No uninstalled templates detected', 'NO_UNINSTALLED_THEME' => 'No uninstalled themes detected', 'NO_UNIT' => 'None', - 'ONLY_IMAGESET' => 'This is the only remaining imageset, you cannot delete it', - 'ONLY_STYLE' => 'This is the only remaining style, you cannot delete it', - 'ONLY_TEMPLATE' => 'This is the only remaining template set, you cannot delete it', - 'ONLY_THEME' => 'This is the only remaining theme, you cannot delete it', + 'ONLY_IMAGESET' => 'This is the only remaining imageset, you cannot delete it.', + 'ONLY_STYLE' => 'This is the only remaining style, you cannot delete it.', + 'ONLY_TEMPLATE' => 'This is the only remaining template set, you cannot delete it.', + 'ONLY_THEME' => 'This is the only remaining theme, you cannot delete it.', 'OPTIONAL_BASIS' => 'Optional basis', 'REFRESH' => 'Refresh', @@ -333,83 +333,83 @@ $lang = array_merge($lang, array( 'STORE_FILESYSTEM' => 'Filesystem', 'STYLE_ACTIVATE' => 'Activate', 'STYLE_ACTIVE' => 'Active', - 'STYLE_ADDED' => 'Style added successfully', + 'STYLE_ADDED' => 'Style added successfully.', 'STYLE_DEACTIVATE' => 'Deactivate', 'STYLE_DEFAULT' => 'Make default style', - 'STYLE_DELETED' => 'Style deleted successfully', - 'STYLE_DETAILS_UPDATED' => 'Style edited successfully', - 'STYLE_ERR_ARCHIVE' => 'Please select an archive method', - 'STYLE_ERR_COPY_LONG' => 'The copyright can be no longer than 60 characters', + 'STYLE_DELETED' => 'Style deleted successfully.', + 'STYLE_DETAILS_UPDATED' => 'Style edited successfully.', + 'STYLE_ERR_ARCHIVE' => 'Please select an archive method.', + 'STYLE_ERR_COPY_LONG' => 'The copyright can be no longer than 60 characters.', 'STYLE_ERR_MORE_ELEMENTS' => 'You must select at least one style element.', - 'STYLE_ERR_NAME_CHARS' => 'The style name can only contain alphanumeric characters, -, +, _ and space', - 'STYLE_ERR_NAME_EXIST' => 'A style with that name already exists', - 'STYLE_ERR_NAME_LONG' => 'The style name can be no longer than 30 characters', - 'STYLE_ERR_NO_IDS' => 'You must select a template, theme and imageset for this style', + 'STYLE_ERR_NAME_CHARS' => 'The style name can only contain alphanumeric characters, -, +, _ and space.', + 'STYLE_ERR_NAME_EXIST' => 'A style with that name already exists.', + 'STYLE_ERR_NAME_LONG' => 'The style name can be no longer than 30 characters.', + 'STYLE_ERR_NO_IDS' => 'You must select a template, theme and imageset for this style.', 'STYLE_ERR_NOT_STYLE' => 'The imported or uploaded file did not contain a valid style archive.', - 'STYLE_ERR_STYLE_NAME' => 'You must supply a name for this style', + 'STYLE_ERR_STYLE_NAME' => 'You must supply a name for this style.', 'STYLE_EXPORT' => 'Export Style', 'STYLE_EXPORT_EXPLAIN' => 'Here you can export a style in the form of an archive. A style does not need to contain all elements but it must contain at least one. For example if you have created a new theme and imageset for a commonly used template you could simply export the theme and imageset and ommit the template. You may select whether to download the file directly or to place it in your store folder for download later or via FTP.', - 'STYLE_EXPORTED' => 'Style exported succesfully and stored in %s', + 'STYLE_EXPORTED' => 'Style exported succesfully and stored in %s.', 'STYLE_IMAGESET' => 'Imageset', 'STYLE_NAME' => 'Style name', 'STYLE_TEMPLATE' => 'Template', 'STYLE_THEME' => 'Theme', 'STYLE_USED_BY' => 'Used by', - 'TEMPLATE_ADDED' => 'Template set added and stored on filesystem', - 'TEMPLATE_ADDED_DB' => 'Template set added and stored in database', + 'TEMPLATE_ADDED' => 'Template set added and stored on filesystem.', + 'TEMPLATE_ADDED_DB' => 'Template set added and stored in database.', 'TEMPLATE_CACHE' => 'Template cache', 'TEMPLATE_CACHE_EXPLAIN' => 'By default phpBB caches the compiled version of its templates. This decreases the load on the server each time a page is viewed and thus may reduce the page generation time. Here you can view the cache status of each file and delete individual files or the entire cache.', - 'TEMPLATE_CACHE_CLEARED' => 'Template cache cleared successfully', + 'TEMPLATE_CACHE_CLEARED' => 'Template cache cleared successfully.', 'TEMPLATE_CACHE_EMPTY' => 'There are no cached templates.', - 'TEMPLATE_DELETED' => 'Template set deleted successfully', - 'TEMPLATE_DELETED_FS' => 'Template set removed from database but some files may remain on the filesystem', - 'TEMPLATE_DETAILS_UPDATED' => 'Template details successfully updated', + 'TEMPLATE_DELETED' => 'Template set deleted successfully.', + 'TEMPLATE_DELETED_FS' => 'Template set removed from database but some files may remain on the filesystem.', + 'TEMPLATE_DETAILS_UPDATED' => 'Template details successfully updated.', 'TEMPLATE_EDITOR' => 'Raw HTML template editor', 'TEMPLATE_EDITOR_HEIGHT' => 'Template editor height', - 'TEMPLATE_ERR_ARCHIVE' => 'Please select an archive method', + 'TEMPLATE_ERR_ARCHIVE' => 'Please select an archive method.', 'TEMPLATE_ERR_CACHE_READ' => 'The cache directory used to store cached versions of template files could not be opened.', - 'TEMPLATE_ERR_COPY_LONG' => 'The copyright can be no longer than 60 characters', - 'TEMPLATE_ERR_NAME_CHARS' => 'The template name can only contain alphanumeric characters, -, +, _ and space', - 'TEMPLATE_ERR_NAME_EXIST' => 'A template set with that name already exists', - 'TEMPLATE_ERR_NAME_LONG' => 'The template name can be no longer than 30 characters', + 'TEMPLATE_ERR_COPY_LONG' => 'The copyright can be no longer than 60 characters.', + 'TEMPLATE_ERR_NAME_CHARS' => 'The template name can only contain alphanumeric characters, -, +, _ and space.', + 'TEMPLATE_ERR_NAME_EXIST' => 'A template set with that name already exists.', + 'TEMPLATE_ERR_NAME_LONG' => 'The template name can be no longer than 30 characters.', 'TEMPLATE_ERR_NOT_TEMPLATE' => 'The archive you specified does not contain a valid template set.', - 'TEMPLATE_ERR_STYLE_NAME' => 'You must supply a name for this templates', + 'TEMPLATE_ERR_STYLE_NAME' => 'You must supply a name for this templates.', 'TEMPLATE_EXPORT' => 'Export templates', 'TEMPLATE_EXPORT_EXPLAIN' => 'Here you can export a template set in the form of an archive. This archive will contain all the files necessary to install the templates on another board. You may select whether to download the file directly or to place it in your store folder for download later or via FTP.', - 'TEMPLATE_EXPORTED' => 'Templates exported succesfully and stored in %s', + 'TEMPLATE_EXPORTED' => 'Templates exported succesfully and stored in %s.', 'TEMPLATE_FILE' => 'Template file', - 'TEMPLATE_FILE_UPDATED' => 'Template file updated successfully', + 'TEMPLATE_FILE_UPDATED' => 'Template file updated successfully.', 'TEMPLATE_LOCATION' => 'Store templates in', 'TEMPLATE_LOCATION_EXPLAIN' => 'Images are always stored on the filesystem.', 'TEMPLATE_NAME' => 'Template name', - 'TEMPLATE_REFRESHED' => 'Template refreshed successfully', - - 'THEME_ADDED' => 'New theme added on filesystem', - 'THEME_ADDED_DB' => 'New theme added to database', - 'THEME_CLASS_ADDED' => 'Custom class added successfully', - 'THEME_DELETED' => 'Theme deleted successfully', - 'THEME_DELETED_FS' => 'Theme removed from database but files remain on the filesystem', - 'THEME_DETAILS_UPDATED' => 'Theme details successfully updated', + 'TEMPLATE_REFRESHED' => 'Template refreshed successfully.', + + 'THEME_ADDED' => 'New theme added on filesystem.', + 'THEME_ADDED_DB' => 'New theme added to database.', + 'THEME_CLASS_ADDED' => 'Custom class added successfully.', + 'THEME_DELETED' => 'Theme deleted successfully.', + 'THEME_DELETED_FS' => 'Theme removed from database but files remain on the filesystem.', + 'THEME_DETAILS_UPDATED' => 'Theme details successfully updated.', 'THEME_EDITOR' => 'Raw CSS theme editor', 'THEME_EDITOR_HEIGHT' => 'Theme editor height', - 'THEME_ERR_ARCHIVE' => 'Please select an archive method', + 'THEME_ERR_ARCHIVE' => 'Please select an archive method.', 'THEME_ERR_CLASS_CHARS' => 'Only alphanumeric characters plus ., :, - and # are valid in class names.', - 'THEME_ERR_COPY_LONG' => 'The copyright can be no longer than 60 characters', - 'THEME_ERR_NAME_CHARS' => 'The theme name can only contain alphanumeric characters, -, +, _ and space', - 'THEME_ERR_NAME_EXIST' => 'A theme with that name already exists', - 'THEME_ERR_NAME_LONG' => 'The theme name can be no longer than 30 characters', + 'THEME_ERR_COPY_LONG' => 'The copyright can be no longer than 60 characters.', + 'THEME_ERR_NAME_CHARS' => 'The theme name can only contain alphanumeric characters, -, +, _ and space.', + 'THEME_ERR_NAME_EXIST' => 'A theme with that name already exists.', + 'THEME_ERR_NAME_LONG' => 'The theme name can be no longer than 30 characters.', 'THEME_ERR_NOT_THEME' => 'The archive you specified does not contain a valid theme.', 'THEME_ERR_REFRESH_FS' => 'This theme is stored on the filesystem so there is no need to refresh it.', - 'THEME_ERR_STYLE_NAME' => 'You must supply a name for this theme', + 'THEME_ERR_STYLE_NAME' => 'You must supply a name for this theme.', 'THEME_EXPORT' => 'Export Theme', 'THEME_EXPORT_EXPLAIN' => 'Here you can export a theme in the form of an archive. This archive will contain all the data necessary to install the theme on another board. You may select whether to download the file directly or to place it in your store folder for download later or via FTP.', - 'THEME_EXPORTED' => 'Theme exported succesfully and stored in %s', + 'THEME_EXPORTED' => 'Theme exported succesfully and stored in %s.', 'THEME_LOCATION' => 'Store stylesheet in', 'THEME_LOCATION_EXPLAIN' => 'Images are always stored on the filesystem.', 'THEME_NAME' => 'Theme Name', - 'THEME_REFRESHED' => 'Theme refreshed successfully', - 'THEME_UPDATED' => 'Class updated successfully', + 'THEME_REFRESHED' => 'Theme refreshed successfully.', + 'THEME_UPDATED' => 'Class updated successfully.', 'UNDERLINE' => 'Underline', 'UNINSTALLED_IMAGESET' => 'Uninstalled imagesets', diff --git a/phpBB/language/en/acp/users.php b/phpBB/language/en/acp/users.php index 6ea2855dc0..6f2595682c 100644 --- a/phpBB/language/en/acp/users.php +++ b/phpBB/language/en/acp/users.php @@ -32,9 +32,9 @@ if (empty($lang) || !is_array($lang)) $lang = array_merge($lang, array( 'ADMIN_SIG_PREVIEW' => 'Signature preview', - 'AT_LEAST_ONE_FOUNDER' => 'You are not able to change this founder to a normal user. There needs to be at least one founder enabled for this board. If you want to change this users founder status promote another user to be a founder first.', + 'AT_LEAST_ONE_FOUNDER' => 'You are not able to change this founder to a normal user. There needs to be at least one founder enabled for this board. If you want to change this users founder status, promote another user to be a founder first.', - 'BAN_SUCCESSFUL' => 'Ban entered successfully', + 'BAN_SUCCESSFUL' => 'Ban entered successfully.', 'CANNOT_BAN_YOURSELF' => 'You are not allowed to ban yourself.', 'CANNOT_DEACTIVATE_YOURSELF' => 'You are not allowed to deactivate your own account.', @@ -47,7 +47,7 @@ $lang = array_merge($lang, array( 'DELETE_USER' => 'Delete user', 'DELETE_USER_EXPLAIN' => 'Please note that deleting a user is final, they cannot be recovered', - 'FORCE_REACTIVATION_SUCCESS' => 'Successfully forced re-activation', + 'FORCE_REACTIVATION_SUCCESS' => 'Successfully forced re-activation.', 'FOUNDER' => 'Founder', 'FOUNDER_EXPLAIN' => 'Founders can never be banned, deleted or altered by non-founder members', @@ -77,8 +77,8 @@ $lang = array_merge($lang, array( 'USER_ADMIN' => 'User administration', 'USER_ADMIN' => 'User administration', 'USER_ADMIN_ACTIVATE' => 'Activate account', - 'USER_ADMIN_ACTIVATED' => 'User activated successfully', - 'USER_ADMIN_AVATAR_REMOVED' => 'Successfully removed avatar from user account', + 'USER_ADMIN_ACTIVATED' => 'User activated successfully.', + 'USER_ADMIN_AVATAR_REMOVED' => 'Successfully removed avatar from user account.', 'USER_ADMIN_BAN_EMAIL' => 'Ban by email', 'USER_ADMIN_BAN_EMAIL_REASON' => 'Email address banned via user management', 'USER_ADMIN_BAN_IP' => 'Ban by IP', @@ -86,7 +86,7 @@ $lang = array_merge($lang, array( 'USER_ADMIN_BAN_NAME_REASON' => 'Username banned via user management', 'USER_ADMIN_BAN_USER' => 'Ban by username', 'USER_ADMIN_DEACTIVATE' => 'Deactivate account', - 'USER_ADMIN_DEACTIVED' => 'User deactivated successfully', + 'USER_ADMIN_DEACTIVED' => 'User deactivated successfully.', 'USER_ADMIN_DEL_ATTACH' => 'Delete all attachments', 'USER_ADMIN_DEL_AVATAR' => 'Delete avatar', 'USER_ADMIN_DEL_POSTS' => 'Delete all posts', @@ -94,25 +94,25 @@ $lang = array_merge($lang, array( 'USER_ADMIN_EXPLAIN' => 'Here you can change your users information and certain specific options. To modify the users permissions please use the user and group permissions system.', 'USER_ADMIN_FORCE' => 'Force re-activation', 'USER_ADMIN_MOVE_POSTS' => 'Move all posts', - 'USER_ADMIN_SIG_REMOVED' => 'Successfully removed signature from user account', - 'USER_ATTACHMENTS_REMOVED' => 'Successfully removed all attachments made by this user', - 'USER_AVATAR_UPDATED' => 'Successfully updated user avatars details', + 'USER_ADMIN_SIG_REMOVED' => 'Successfully removed signature from user account.', + 'USER_ATTACHMENTS_REMOVED' => 'Successfully removed all attachments made by this user.', + 'USER_AVATAR_UPDATED' => 'Successfully updated user avatars details.', 'USER_CUSTOM_PROFILE_FIELDS' => 'Custom profile fields', - 'USER_DELETED' => 'User deleted successfully', + 'USER_DELETED' => 'User deleted successfully.', 'USER_GROUP_ADD' => 'Add user to group', 'USER_GROUP_NORMAL' => 'Normal groups user is a member of', 'USER_GROUP_PENDING' => 'Groups user is in pending mode', 'USER_GROUP_SPECIAL' => 'Special groups user is a member of', 'USER_IS_INACTIVE' => 'User is inactive', - 'USER_OVERVIEW_UPDATED' => 'User details updated', - 'USER_POSTS_DELETED' => 'Successfully removed all posts made by this user', - 'USER_POSTS_MOVED' => 'Successfully moved users posts to target forum', - 'USER_PREFS_UPDATED' => 'User preferences updated', + 'USER_OVERVIEW_UPDATED' => 'User details updated.', + 'USER_POSTS_DELETED' => 'Successfully removed all posts made by this user.', + 'USER_POSTS_MOVED' => 'Successfully moved users posts to target forum.', + 'USER_PREFS_UPDATED' => 'User preferences updated.', 'USER_PROFILE' => 'User Profile', - 'USER_PROFILE_UPDATED' => 'User profile updated', + 'USER_PROFILE_UPDATED' => 'User profile updated.', 'USER_RANK' => 'User Rank', - 'USER_RANK_UPDATED' => 'User rank updated', - 'USER_SIG_UPDATED' => 'User signature successfully updated', + 'USER_RANK_UPDATED' => 'User rank updated.', + 'USER_SIG_UPDATED' => 'User signature successfully updated.', 'USER_TOOLS' => 'Basic tools', 'WARNINGS_EXPLAIN' => 'You can directly alter the warnings this users has received.', diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 165ec2effd..c10b9219e9 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -313,6 +313,7 @@ $lang = array_merge($lang, array( 'NOT_WATCHING_FORUM' => 'You are no longer subscribed to updates on this forum.', 'NOT_WATCHING_TOPIC' => 'You are no longer subscribed to this topic.', 'NO_ACCESS_ATTACHMENT' => 'You are not allowed to access this file.', + 'NO_ACTION' => 'No action specified.', 'NO_ADMINISTRATORS' => 'No administrators assigned at this board.', 'NO_AUTH_ADMIN' => 'You do not have admin permissions and therefore not allowed to access the administration control panel.', 'NO_AUTH_ADMIN_USER_DIFFER' => 'You are not able to re-authenticate as a different user.', @@ -322,14 +323,14 @@ $lang = array_merge($lang, array( 'NO_EMAIL_MESSAGE' => 'Email message was blank', 'NO_EMAIL_RESPONSE_CODE' => 'Could not get mail server response codes', 'NO_EMAIL_SUBJECT' => 'No email subject specified', - 'NO_FORUM' => 'The forum you selected does not exist', + 'NO_FORUM' => 'The forum you selected does not exist.', 'NO_FORUMS' => 'This board has no forums', 'NO_GROUP' => 'The requested usergroup does not exist.', 'NO_GROUP_MEMBERS' => 'This group currently has no members', 'NO_IPS_DEFINED' => 'No IPs or Hostnames defined', 'NO_MEMBERS' => 'No members found for this search criteria', 'NO_MESSAGES' => 'No messages', - 'NO_MODE' => 'No mode specified', + 'NO_MODE' => 'No mode specified.', 'NO_MODERATORS' => 'No moderators assigned at this board.', 'NO_NEW_MESSAGES' => 'No new messages', 'NO_NEW_PM' => '<strong>0</strong> new messages', @@ -345,7 +346,7 @@ $lang = array_merge($lang, array( 'NO_UNREAD_PM' => '<strong>0</strong> unread messages', 'NO_UPLOAD_FORM_FOUND' => 'Upload initiated but no valid file upload form found.', 'NO_USER' => 'The requested user does not exist.', - 'NO_USERS' => 'The requested users do not exist', + 'NO_USERS' => 'The requested users do not exist.', 'NO_USER_SPECIFIED' => 'No username was specified', 'OCCUPATION' => 'Occupation', diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php index 757edb1691..14ef461436 100644 --- a/phpBB/language/en/mcp.php +++ b/phpBB/language/en/mcp.php @@ -319,8 +319,8 @@ $lang = array_merge($lang, array( 'UNLOCK_TOPICS_CONFIRM' => 'Are you sure you want to unlock all selected topics?', 'USER_CANNOT_POST' => 'You cannot post in this forum', 'USER_CANNOT_REPORT' => 'You cannot report posts in this forum', - 'USER_FEEDBACK_ADDED' => 'User feedback added successfully', - 'USER_WARNING_ADDED' => 'User warned successfully', + 'USER_FEEDBACK_ADDED' => 'User feedback added successfully.', + 'USER_WARNING_ADDED' => 'User warned successfully.', 'VIEW_DETAILS' => 'View details', diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index af50607972..86989497c0 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -93,8 +93,8 @@ $lang = array_merge($lang, array( 'ALLOW_PM_EXPLAIN' => 'Note that admins and moderators will always be able to send you messages.', 'ALREADY_ACTIVATED' => 'You have already activated your account', 'ATTACHMENTS_EXPLAIN' => 'This is a list of attachements you have made in posts to this forum.', - 'ATTACHMENTS_DELETED' => 'Attachments successfully deleted', - 'ATTACHMENT_DELETED' => 'Attachment successfully deleted', + 'ATTACHMENTS_DELETED' => 'Attachments successfully deleted.', + 'ATTACHMENT_DELETED' => 'Attachment successfully deleted.', 'AVATAR_CATEGORY' => 'Category', 'AVATAR_EXPLAIN' => 'Maximum dimensions; width %1$d pixels, height %2$d pixels, filesize %3$dkB.', 'AVATAR_GALLERY' => 'Local gallery', @@ -282,7 +282,7 @@ $lang = array_merge($lang, array( 'NOT_ENOUGH_SPACE_FOLDER' => 'The destination folder “%s” seems to be full. The requested action has not been taken.', 'NOT_MOVED_MESSAGE' => 'You have 1 private message currently on hold because of full folder.', 'NOT_MOVED_MESSAGES' => 'You have %d private messages currently on hold because of full folder.', - 'NO_ACTION_MODE' => 'No message action specified', + 'NO_ACTION_MODE' => 'No message action specified.', 'NO_AUTHOR' => 'No author defined for this message', 'NO_AVATAR_CATEGORY' => 'None', |