diff options
author | Jonathan Stanley <shs@users.sourceforge.net> | 2006-11-14 17:48:52 +0000 |
---|---|---|
committer | Jonathan Stanley <shs@users.sourceforge.net> | 2006-11-14 17:48:52 +0000 |
commit | 503832cccecb94b685e3bc266d9711bc13d931c9 (patch) | |
tree | 8eaf34931694989c2267275685d2ce82448c8785 /phpBB/language/en/acp | |
parent | f6500e6730199e16bfe6ce928cae633913c6a40c (diff) | |
download | forums-503832cccecb94b685e3bc266d9711bc13d931c9.tar forums-503832cccecb94b685e3bc266d9711bc13d931c9.tar.gz forums-503832cccecb94b685e3bc266d9711bc13d931c9.tar.bz2 forums-503832cccecb94b685e3bc266d9711bc13d931c9.tar.xz forums-503832cccecb94b685e3bc266d9711bc13d931c9.zip |
#5298 - Semantics schemantics... :P
git-svn-id: file:///svn/phpbb/trunk@6582 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp')
-rw-r--r-- | phpBB/language/en/acp/posting.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/language/en/acp/posting.php b/phpBB/language/en/acp/posting.php index a1feb2acac..415c2682ae 100644 --- a/phpBB/language/en/acp/posting.php +++ b/phpBB/language/en/acp/posting.php @@ -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 <samp>.pak</samp> file.', 'REPLACE_MATCHES' => 'Replace matches', @@ -215,8 +215,8 @@ $lang = array_merge($lang, array( 'ADD_NEW_REASON' => 'Add new reason', 'AVAILABLE_TITLES' => 'Available localized reason titles', - 'IS_NOT_TRANSLATED' => 'Reason has <samp>not</samp> been localised.', - 'IS_NOT_TRANSLATED_EXPLAIN' => 'Reason has <samp>not</samp> been localised. If you want to provide the localized form, specify the correct key from the language files report reasons section.', + 'IS_NOT_TRANSLATED' => 'Reason has <strong>not</strong> been localised.', + 'IS_NOT_TRANSLATED_EXPLAIN' => 'Reason has <strong>not</strong> been localised. If you want to provide the localized form, specify the correct key from the language files report reasons section.', 'IS_TRANSLATED' => 'Reason has been localised.', 'IS_TRANSLATED_EXPLAIN' => 'Reason has been localised. If the title you enter here is specified within the language files report reasons section, the localized form of the title and description will be used.', |