1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-15 13:34:41 +01:00

Icon/smilies updates

git-svn-id: file:///svn/phpbb/trunk@3382 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-01-28 18:16:10 +00:00
parent c83052c7d1
commit d68426705a

View File

@ -60,8 +60,8 @@ $lang = array_merge($lang, array(
'MOD_LOGS' => 'Moderator Log', 'MOD_LOGS' => 'Moderator Log',
'POST_CAT' => 'Posting Admin', 'POST_CAT' => 'Posting Admin',
'SMILIES' => 'Smilies', 'SMILE' => 'Smilies',
'TOPIC_ICONS' => 'Topic Icons', 'ICONS' => 'Icons',
'WORD_CENSOR' => 'Word Censors', 'WORD_CENSOR' => 'Word Censors',
'STYLE_CAT' => 'Styles Admin', 'STYLE_CAT' => 'Styles Admin',
@ -171,7 +171,7 @@ $lang = array_merge($lang, array(
'Admin_log' => 'Logged administrator actions', 'Admin_log' => 'Logged administrator actions',
'Admin_log_index_explain' => 'This gives an overview of the last few actions carried out by board administrators. The username, IP, time and action are all listed. A full copy of the log can be viewed from the appropriate menu item to the left', 'Admin_log_index_explain' => 'This gives an overview of the last few actions carried out by board administrators. The username, IP, time and action are all listed. A full copy of the log can be viewed from the appropriate menu item to the left',
'IP' => 'User IP', 'IP' => 'User IP',
'Action' => 'Action', 'ACTION' => 'Action',
'Database_Utilities' => 'Database Utilities', 'Database_Utilities' => 'Database Utilities',
'Restore' => 'Restore', 'Restore' => 'Restore',
@ -366,14 +366,15 @@ $lang = array_merge($lang, array(
'NO_BANNED_EMAIL' => 'No banned email addresses', 'NO_BANNED_EMAIL' => 'No banned email addresses',
'BAN_UPDATE_SUCESSFUL' => 'The banlist has been updated successfully', 'BAN_UPDATE_SUCESSFUL' => 'The banlist has been updated successfully',
'Cookie_settings_explain' => 'These details define the data used to send cookies to your users browsers. In most cases the default values for the cookie settings should be sufficient. If you do need to change any do so with care, incorrect settings can prevent users logging in.', 'COOKIE_SETTINGS_EXPLAIN' => 'These details define the data used to send cookies to your users browsers. In most cases the default values for the cookie settings should be sufficient. If you do need to change any do so with care, incorrect settings can prevent users logging in.',
'Cookie_domain' => 'Cookie domain', 'Cookie_domain' => 'Cookie domain',
'Cookie_name' => 'Cookie name', 'Cookie_name' => 'Cookie name',
'Cookie_path' => 'Cookie path', 'Cookie_path' => 'Cookie path',
'Cookie_secure' => 'Cookie secure', 'Cookie_secure' => 'Cookie secure',
'Cookie_secure_explain' => 'If your server is running via SSL set this to enabled else leave as disabled', 'Cookie_secure_explain' => 'If your server is running via SSL set this to enabled else leave as disabled',
'Session_length' => 'Session length [ seconds ]', 'Session_length' => 'Session length [ seconds ]',
'Avatar_settings_explain' => 'Avatars are generally small, unique images a user can associate with themselves. Depending on the style they are usually displayed below the username when viewing topics. Here you can determine how users can define their avatars. Please note that in order to upload avatars you need to have created the directory you name below and ensure it can be written to by the web server. Please also note that filesize limits are only imposed on uploaded avatars, they do not apply to remotely linked images.',
'AVATAR_SETTINGS_EXPLAIN' => 'Avatars are generally small, unique images a user can associate with themselves. Depending on the style they are usually displayed below the username when viewing topics. Here you can determine how users can define their avatars. Please note that in order to upload avatars you need to have created the directory you name below and ensure it can be written to by the web server. Please also note that filesize limits are only imposed on uploaded avatars, they do not apply to remotely linked images.',
'Allow_local' => 'Enable gallery avatars', 'Allow_local' => 'Enable gallery avatars',
'Allow_remote' => 'Enable remote avatars', 'Allow_remote' => 'Enable remote avatars',
'Allow_remote_explain' => 'Avatars linked to from another website', 'Allow_remote_explain' => 'Avatars linked to from another website',
@ -386,14 +387,16 @@ $lang = array_merge($lang, array(
'Avatar_storage_path_explain' => 'Path under your phpBB root dir, e.g. images/avatars', 'Avatar_storage_path_explain' => 'Path under your phpBB root dir, e.g. images/avatars',
'Avatar_gallery_path' => 'Avatar Gallery Path', 'Avatar_gallery_path' => 'Avatar Gallery Path',
'Avatar_gallery_path_explain' => 'Path under your phpBB root dir for pre-loaded images, e.g. images/avatars/gallery', 'Avatar_gallery_path_explain' => 'Path under your phpBB root dir for pre-loaded images, e.g. images/avatars/gallery',
'Server_settings_explain' => 'Here you define server and domain dependant settings. Please ensure the data you enter is accurate, errors will result in emails containing incorrect information. When entering the domain name remember it does include http:// or other protocol term. Only alter the port number if you know your server uses a different value, port 80 is correct in most cases.',
'SERVER_SETTINGS_EXPLAIN' => 'Here you define server and domain dependant settings. Please ensure the data you enter is accurate, errors will result in emails containing incorrect information. When entering the domain name remember it does include http:// or other protocol term. Only alter the port number if you know your server uses a different value, port 80 is correct in most cases.',
'Server_name' => 'Domain Name', 'Server_name' => 'Domain Name',
'Server_name_explain' => 'The domain name this board runs from', 'Server_name_explain' => 'The domain name this board runs from',
'Script_path' => 'Script path', 'Script_path' => 'Script path',
'Script_path_explain' => 'The path where phpBB2 is located relative to the domain name', 'Script_path_explain' => 'The path where phpBB2 is located relative to the domain name',
'Server_port' => 'Server Port', 'Server_port' => 'Server Port',
'Server_port_explain' => 'The port your server is running on, usually 80, only change if different', 'Server_port_explain' => 'The port your server is running on, usually 80, only change if different',
'Email_settings_explain' => 'This information is used when the board sends emails to your users. Please ensure the email address you specify is valid, any bounced or undeliverable messages will likely be sent to that address. If your host does not provide a native (PHP based) email service you can instead send messages directly using SMTP. This requires the address of an appropriate server (ask your provider if necessary), do not specify any old name here! If the server requires authentication (and only if it does) enter the necessary username and password. Please note only basic authentication is offered, different authentication implementations are not currently supported.',
'EMAIL_SETTINGS_EXPLAIN' => 'This information is used when the board sends emails to your users. Please ensure the email address you specify is valid, any bounced or undeliverable messages will likely be sent to that address. If your host does not provide a native (PHP based) email service you can instead send messages directly using SMTP. This requires the address of an appropriate server (ask your provider if necessary), do not specify any old name here! If the server requires authentication (and only if it does) enter the necessary username and password. Please note only basic authentication is offered, different authentication implementations are not currently supported.',
'Enable_email' => 'Enable board-wide emails', 'Enable_email' => 'Enable board-wide emails',
'Enable_email_explain' => 'If this is set to disabled no emails will be sent by the board at all.', 'Enable_email_explain' => 'If this is set to disabled no emails will be sent by the board at all.',
'Board_email_form' => 'Users send email via board', 'Board_email_form' => 'Users send email via board',
@ -409,7 +412,8 @@ $lang = array_merge($lang, array(
'SMTP_password' => 'SMTP Password', 'SMTP_password' => 'SMTP Password',
'SMTP_password_explain' => 'Only enter a password if your smtp server requires it', 'SMTP_password_explain' => 'Only enter a password if your smtp server requires it',
'Click_return_config' => 'Click %sHere%s to return to General Configuration', 'Click_return_config' => 'Click %sHere%s to return to General Configuration',
'Board_settings_explain' => 'Here you can determine the basic operation of your board, from the site name through user registration to private messaging.',
'BOARD_SETTINGS_EXPLAIN' => 'Here you can determine the basic operation of your board, from the site name through user registration to private messaging.',
'Site_name' => 'Site name', 'Site_name' => 'Site name',
'Site_desc' => 'Site description', 'Site_desc' => 'Site description',
'Board_disable' => 'Disable board', 'Board_disable' => 'Disable board',
@ -450,7 +454,8 @@ $lang = array_merge($lang, array(
'Min_search_chars_explain' => 'Words with at least this many characters will be indexed for searching.', 'Min_search_chars_explain' => 'Words with at least this many characters will be indexed for searching.',
'Max_search_chars' => 'Max characters indexed by search', 'Max_search_chars' => 'Max characters indexed by search',
'Max_search_chars_explain' => 'Words with no more than this many characters will be indexed for searching.', 'Max_search_chars_explain' => 'Words with no more than this many characters will be indexed for searching.',
'Auth_settings_explain' => 'phpBB2 supports authentication plug-ins, or modules. These allow you determine how users are authenticated when they log into the board. By default three plug-ins are provided; DB, LDAP and Apache. Not all methods require additional information so only fill out fields if they are relevant to the selected method.',
'AUTH_SETTINGS_EXPLAIN' => 'phpBB2 supports authentication plug-ins, or modules. These allow you determine how users are authenticated when they log into the board. By default three plug-ins are provided; DB, LDAP and Apache. Not all methods require additional information so only fill out fields if they are relevant to the selected method.',
'Auth_method' => 'Select an authentication method', 'Auth_method' => 'Select an authentication method',
'LDAP_server' => 'LDAP server name', 'LDAP_server' => 'LDAP server name',
'LDAP_server_explain' => 'If using LDAP this is the name or IP address of the server.', 'LDAP_server_explain' => 'If using LDAP this is the name or IP address of the server.',
@ -458,7 +463,8 @@ $lang = array_merge($lang, array(
'LDAP_dn_explain' => 'This is the <i>distinguished name</i>, locating the user information, e.g. o=My Company,c=US', 'LDAP_dn_explain' => 'This is the <i>distinguished name</i>, locating the user information, e.g. o=My Company,c=US',
'LDAP_uid' => 'LDAP uid', 'LDAP_uid' => 'LDAP uid',
'LDAP_uid_explain' => 'This is the key under which to search for a given login identity, e.g. uid, sn, etc.', 'LDAP_uid_explain' => 'This is the key under which to search for a given login identity, e.g. uid, sn, etc.',
'Board_defaults_explain' => 'These settings allow you to define a number of default or global settings used by the board. For example, to disable the use of HTML across the entire board alter the relevant setting below. This data is also used for new user registrations and (where relevant) guest users.',
'BOARD_DEFAULTS_EXPLAIN' => 'These settings allow you to define a number of default or global settings used by the board. For example, to disable the use of HTML across the entire board alter the relevant setting below. This data is also used for new user registrations and (where relevant) guest users.',
'Max_poll_options' => 'Max number of poll options', 'Max_poll_options' => 'Max number of poll options',
'Topics_per_page' => 'Topics Per Page', 'Topics_per_page' => 'Topics Per Page',
'Posts_per_page' => 'Posts Per Page', 'Posts_per_page' => 'Posts Per Page',
@ -495,9 +501,9 @@ $lang = array_merge($lang, array(
'Create_forum' => 'Create new forum', 'Create_forum' => 'Create new forum',
'Remove' => 'Remove', 'Remove' => 'Remove',
'Config_updated' => 'Forum configuration updated successfully', 'Config_updated' => 'Forum configuration updated successfully',
'Edit' => 'Edit', 'EDIT' => 'Edit',
'Move_up' => 'Move up', 'MOVE_UP' => 'Move up',
'Move_down' => 'Move down', 'MOVE_DOWN' => 'Move down',
'Resync' => 'Sync', 'Resync' => 'Sync',
'Category_name' => 'Category name', 'Category_name' => 'Category name',
'FORUM_TYPE' => 'Forum Type', 'FORUM_TYPE' => 'Forum Type',
@ -537,44 +543,63 @@ $lang = array_merge($lang, array(
'Forum_deleted' => 'Forum successfully deleted', 'Forum_deleted' => 'Forum successfully deleted',
'Click_return_forumadmin' => 'Click %sHere%s to return to Forum Administration', 'Click_return_forumadmin' => 'Click %sHere%s to return to Forum Administration',
'Emoticons_explain' => 'From this page you can add, remove and edit the emoticons or emoticons users can use in their posts and private messages.', 'ICONS_EXPLAIN' => 'From this page you can add, remove and edit the icons users may add to their topics or posts. These icons are generally displayed next to topic titles on the forum listing, or the post subjects in topic listings. You can also install and create new packages of icons.',
'Import_smilies' => 'Import emoticons pak', 'SMILE_EXPLAIN' => 'Smilies or emoticons are typically small, sometimes animated images used to convey an emotion or feeling. From this page you can add, remove and edit the emoticons users can use in their posts and private messages. You can also install and create new packages of smilies.',
'Import_smilies_explain' => 'Unzip the emoticons package to your emoticons directory then select the correct information in this form to import it.', 'IMPORT_SMILE' => 'Install smilies pak',
'Smilies_import' => 'Emoticons pack import', 'EXPORT_SMILE' => 'Create smilies pak',
'No_smilies_pak' => 'No emoticons pack found', 'IMPORT_ICONS' => 'Install icons pak',
'Select_package' => 'Select a package file', 'EXPORT_ICONS' => 'Create icons pak',
'Delete_existing_smilies' => 'Delete existing emoticons before import', 'ADD_SMILE' => 'Add smilie',
'Smilies_conflicts' => 'What should be done in case of conflicts?', 'ADD_ICONS' => 'Add icon',
'Keep_existing_smilies' => 'Keep existing emoticons', 'SMILE_NOT_DISPLAYED' => 'The following smilies are not displayed on the posting page',
'Replace_existing_smilies' => 'Replace existing emoticons', 'ICONS_NOT_DISPLAYED' => 'The following icons are not displayed on the posting page',
'Smilies_import_success' => 'The emoticons pack was imported successfully', 'EMOTION' => 'Emotion',
'Export_smilies' => 'Create emoticons pak', 'REORDER' => 'Reorder',
'Export_smilies_explain' => 'To create a package of your currently installed emoticons, %sclick here%s to download the emoticons.pak file. Name this file appropriately, making sure to keep the .pak file extension then create a zip file containing all of your emoticons images plus this .pak configuration file.', 'DISPLAY_ON_POSTING' => 'Display on posting',
'Add_smile' => 'Add a new emoticon', 'FIRST' => 'First',
'Edit_smile' => 'Edit emoticon', 'AFTER_SMILE' => 'After %s',
'Smilies_not_displayed' => 'The following emoticons are not displayed on posting page', 'AFTER_ICONS' => 'After %s',
'Reorder' => 'Reorder', 'SMILE_CONFIG' => 'Smilie configuration',
'Up' => 'Up', 'SMILE_CODE' => 'Smilie code',
'Down' => 'Down', 'SMILE_URL' => 'Smilie image file',
'First' => 'First', 'SMILE_HEIGHT' => 'Smilie height',
'After_smile' => 'After %s', 'SMILE_WIDTH' => 'Smilie width',
'Display_on_posting' => 'Display on posting', 'SMILE_ORDER' => 'Smilie order',
'Smile_config' => 'Emoticon configuration', 'SMILE_EMOTION' => 'Emotion',
'Smile_code' => 'Emoticon code', 'SMILE_ADD' => 'Add a new Smilie',
'Smile_url' => 'Emoticon image file', 'SMILE_EDIT' => 'Edit Smilie',
'Smile_height' => 'Emoticon height', 'SMILE' => 'Smile',
'Smile_width' => 'Emoticon width', 'ICONS_CONFIG' => 'Icon configuration',
'Smile_order' => 'Emoticon order', 'ICONS_URL' => 'Icon image file',
'Smile_emotion' => 'Emotion', 'ICONS_HEIGHT' => 'Icon height',
'Smile_add' => 'Add a new emoticon', 'ICONS_WIDTH' => 'Icon width',
'Smile_edit' => 'Edit emoticon', 'ICONS_ORDER' => 'Icon order',
'Smile' => 'Smile', 'ICONS_ADD' => 'Add a new Icon',
'Emotion' => 'Emotion', 'ICONS_EDIT' => 'Edit Icon',
'Smile_deleted' => 'This emoticon has been successfully removed', 'ICONS' => 'Icon',
'Smile_edited' => 'This emoticon has been successfully updated', 'EXPORT_SMILE_EXPLAIN' => 'To create a package of your currently installed smilies, click %sHERE%s to download the emoticons.pak file. Once downloaded create a zip or tgz file containing all of your smilies plus this .pak configuration file.',
'Smile_added' => 'This emoticon has been successfully added', 'EXPORT_ICONS_EXPLAIN' => 'To create a package of your currently installed icons, click %sHERE%s to download the icons package file. Once downloaded create a zip or tgz file containing all of your icons plus this .pak configuration file.',
'Smilies_imported' => 'The emoticons pack has been successfully imported', 'NO_SMILE_EXPORT' => 'You have no smilies with which to create a package.',
'Click_return_smileadmin' => 'Click %sHere%s to return to Emoticons Administration', 'NO_ICONS_EXPORT' => 'You have no icons with which to create a package.',
'WRONG_PAK_TYPE' => 'The specified package does not contain the appropriate data.',
'SELECT_PACKAGE' => 'Select a package file',
'DELETE_ALL' => 'Delete all',
'KEEP_ALL' => 'Keep all',
'REPLACE_MATCHES' => 'Replace matches',
'NO_SMILE_PAK' => 'No smilie packages found.',
'CURRENT_SMILE' => 'Current smilies',
'SMILE_IMPORT_SUCCESS' => 'The smilies pack was imported successfully',
'NO_ICONS_PAK' => 'No icon packages found.',
'CURRENT_ICONS' => 'Current icons',
'ICONS_IMPORT_SUCCESS' => 'The icons pack was imported successfully',
'SMILE_DELETED' => 'The smilie has been removed successfully.',
'SMILE_EDITED' => 'The smilie has been updated successfully.',
'SMILE_ADDED' => 'The smilie has been added successfully.',
'SMILE_IMPORTED' => 'The smilies pack has been installed successfully.',
'ICONS_DELETED' => 'The icon has been removed successfully.',
'ICONS_EDITED' => 'The icon has been updated successfully.',
'ICONS_ADDED' => 'The icon has been added successfully.',
'ICONS_IMPORTED' => 'The icons pack has been installed successfully.',
'User_admin' => 'User Administration', 'User_admin' => 'User Administration',
'User_admin_explain' => 'Here you can change your user\'s information and certain specific options. To modify the users permissions please use the user and group permissions system.', 'User_admin_explain' => 'Here you can change your user\'s information and certain specific options. To modify the users permissions please use the user and group permissions system.',