diff options
| author | Jonathan Stanley <shs@users.sourceforge.net> | 2007-04-13 05:52:30 +0000 |
|---|---|---|
| committer | Jonathan Stanley <shs@users.sourceforge.net> | 2007-04-13 05:52:30 +0000 |
| commit | 3b60c51604d50467f459464cba7a52c1f15c47a8 (patch) | |
| tree | dcc0447341198e5b0406477722d70ec169d4d266 /phpBB/language/en/common.php | |
| parent | 001f548a33f20934dad654196c1aaeadb81ee647 (diff) | |
| download | forums-3b60c51604d50467f459464cba7a52c1f15c47a8.tar forums-3b60c51604d50467f459464cba7a52c1f15c47a8.tar.gz forums-3b60c51604d50467f459464cba7a52c1f15c47a8.tar.bz2 forums-3b60c51604d50467f459464cba7a52c1f15c47a8.tar.xz forums-3b60c51604d50467f459464cba7a52c1f15c47a8.zip | |
#9524
git-svn-id: file:///svn/phpbb/trunk@7349 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/common.php')
| -rw-r--r-- | phpBB/language/en/common.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index eb62f3a495..bc8989f8c2 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -110,7 +110,7 @@ $lang = array_merge($lang, array( 'COLLAPSE_VIEW' => 'Collapse view', 'CLOSE_WINDOW' => 'Close window', 'COLOUR_SWATCH' => 'Colour swatch', - 'COMMA_SEPARATOR' => ', ', // Used in pagination and secret yet-to-be-release style, use localised comma if appropriate, eg: Ideographic or Arabic + 'COMMA_SEPARATOR' => ', ', // Used in pagination of ACP & prosilver, use localised comma if appropriate, eg: Ideographic or Arabic 'CONFIRM' => 'Confirm', 'CONFIRM_CODE' => 'Confirmation code', 'CONFIRM_CODE_EXPLAIN' => 'Enter the code exactly as you see it in the image, it is case insensitive. Please note that a zero does not exist.', @@ -680,7 +680,7 @@ $lang = array_merge($lang, array( 'Feb' => 'Feb', 'Mar' => 'Mar', 'Apr' => 'Apr', - 'May_short' => 'May', // Short representation of "May". May_short used because in english the short and long date are the same for May. + 'May_short' => 'May', // Short representation of "May". May_short used because in English the short and long date are the same for May. 'Jun' => 'Jun', 'Jul' => 'Jul', 'Aug' => 'Aug', |
