diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2008-01-22 15:29:58 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2008-01-22 15:29:58 +0000 |
commit | c16d34f995647c763d894689deea6aac0439b6eb (patch) | |
tree | 638dc8d47d44354c6103457997b7c0ed67803f73 /phpBB/language/en | |
parent | b29ba5343d86aeeacdb59d44560c486e52f3ffa7 (diff) | |
download | forums-c16d34f995647c763d894689deea6aac0439b6eb.tar forums-c16d34f995647c763d894689deea6aac0439b6eb.tar.gz forums-c16d34f995647c763d894689deea6aac0439b6eb.tar.bz2 forums-c16d34f995647c763d894689deea6aac0439b6eb.tar.xz forums-c16d34f995647c763d894689deea6aac0439b6eb.zip |
#19675
and
#19675
Language changes, so take care.
I guess it's time to close up shop :)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8326 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/acp/posting.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/posting.php b/phpBB/language/en/acp/posting.php index 2f390dfebd..961ca2612c 100644 --- a/phpBB/language/en/acp/posting.php +++ b/phpBB/language/en/acp/posting.php @@ -162,6 +162,8 @@ $lang = array_merge($lang, array( 'SMILIES_CONFIG' => 'Smiley configuration', 'SMILIES_DELETED' => 'The smiley has been removed successfully.', 'SMILIES_EDIT' => 'Edit smiley', + 'SMILIE_NO_CODE' => 'The smilie ā%sā was ignored, as there was no code entered.', + 'SMILIE_NO_EMOTION' => 'The smilie ā%sā was ignored, as there was no emotion entered.', 'SMILIES_NONE_EDITED' => 'No smilies were updated.', 'SMILIES_ONE_EDITED' => 'The smiley has been updated successfully.', 'SMILIES_EDITED' => 'The smilies have been updated successfully.', |