diff options
| author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-05-13 00:36:16 -0500 |
|---|---|---|
| committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-05-13 00:36:16 -0500 |
| commit | 4e073eb818fc377ced5471c704d0755b0e5494e6 (patch) | |
| tree | 5e0055151c517b59dc188cd89c378acc46730e2a /phpBB/language/en/common.php | |
| parent | a4d6486d8061049f5c40e971463b171f4ee33708 (diff) | |
| parent | 7d66a9ad525049b8df453ba0325e3dd38fb1157a (diff) | |
| download | forums-4e073eb818fc377ced5471c704d0755b0e5494e6.tar forums-4e073eb818fc377ced5471c704d0755b0e5494e6.tar.gz forums-4e073eb818fc377ced5471c704d0755b0e5494e6.tar.bz2 forums-4e073eb818fc377ced5471c704d0755b0e5494e6.tar.xz forums-4e073eb818fc377ced5471c704d0755b0e5494e6.zip | |
Merge branch 'ticket/11413' of github.com:EXreaction/phpbb3 into ticket/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.', |
