diff options
| author | Fyorl <gaelreth@gmail.com> | 2012-04-03 19:29:34 +0800 |
|---|---|---|
| committer | Fyorl <gaelreth@gmail.com> | 2012-04-04 11:38:15 +0800 |
| commit | 0ceb77fb995e7433242a87c1fe0c22840a2b23e1 (patch) | |
| tree | 20edcacfe49561795c082bc6f414138d1d274a2f /phpBB/language/en/common.php | |
| parent | 51bc9540cf10d41b34ff5f6afb90697557f4d050 (diff) | |
| download | forums-0ceb77fb995e7433242a87c1fe0c22840a2b23e1.tar forums-0ceb77fb995e7433242a87c1fe0c22840a2b23e1.tar.gz forums-0ceb77fb995e7433242a87c1fe0c22840a2b23e1.tar.bz2 forums-0ceb77fb995e7433242a87c1fe0c22840a2b23e1.tar.xz forums-0ceb77fb995e7433242a87c1fe0c22840a2b23e1.zip | |
[ticket/10607] Added 'Powered by' translation string.
Added POWERED_BY line to common.php and modified the templates
to use it.
PHPBB3-10607
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 005640b7dd..ff0a20abca 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -450,6 +450,7 @@ $lang = array_merge($lang, array( 'POST_TIME' => 'Post time', 'POST_TOPIC' => 'Post a new topic', 'POST_UNAPPROVED' => 'This post is waiting for approval', + 'POWERED_BY' => 'Powered by %s', 'PREVIEW' => 'Preview', 'PREVIOUS' => 'Previous', // Used in pagination 'PREVIOUS_STEP' => 'Previous', |
