diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-05-10 13:42:54 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-05-10 13:42:54 -0500 |
commit | 7d66a9ad525049b8df453ba0325e3dd38fb1157a (patch) | |
tree | 43bf645b29ae6b08fd9327cee78c48c2bd4aa12a /phpBB/language/en/common.php | |
parent | c9ff3151323fd764354dad5538740baa7c9d8104 (diff) | |
download | forums-7d66a9ad525049b8df453ba0325e3dd38fb1157a.tar forums-7d66a9ad525049b8df453ba0325e3dd38fb1157a.tar.gz forums-7d66a9ad525049b8df453ba0325e3dd38fb1157a.tar.bz2 forums-7d66a9ad525049b8df453ba0325e3dd38fb1157a.tar.xz forums-7d66a9ad525049b8df453ba0325e3dd38fb1157a.zip |
[ticket/11413] Translate the error
PHPBB3-11413
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r-- | phpBB/language/en/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index c1d6ef4af3..47a77d1dee 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -424,6 +424,7 @@ $lang = array_merge($lang, array( 'NOTIFICATION_TOPIC_APPROVED' => 'Your topic "%2$s" in the forum "%3$s" was approved.', 'NOTIFICATION_TOPIC_DISAPPROVED' => 'Your topic "%1$s" was disapproved for reason: "%2$s".', 'NOTIFICATION_TOPIC_IN_QUEUE' => 'A new topic titled "%2$s" was posted by %1$s and needs approval.', + 'NOTIFICATION_TYPE_NOT_EXIST' => 'The notification type "%s" is missing from the file system.', 'NOTIFY_ADMIN' => 'Please notify the board administrator or webmaster.', 'NOTIFY_ADMIN_EMAIL' => 'Please notify the board administrator or webmaster: <a href="mailto:%1$s">%1$s</a>', 'NO_ACCESS_ATTACHMENT' => 'You are not allowed to access this file.', |