diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-10 11:44:01 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-10 11:44:01 +0000 |
| commit | a88d13c30e5b25a3416df7e97a24b995576e73a8 (patch) | |
| tree | ff57ec631b339bc68d24ae5ab4f5e91776c2f95a /roundcubemail/program/localization/en_US | |
| parent | 2a7bd5f3e226e0dfe45dea158b7fe05757cd9718 (diff) | |
#1484980: fixed problem with month abbreviations localization (problem with May and maybe others)
git-svn-id: https://svn.roundcube.net/trunk@1278 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/en_US')
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index bd88e52f9..2e5f1bab2 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -103,18 +103,18 @@ $labels['nov'] = 'Nov'; $labels['dec'] = 'Dec'; // months long -$labels['january'] = 'January'; -$labels['february'] = 'February'; -$labels['march'] = 'March'; -$labels['april'] = 'April'; -$labels['may'] = 'May'; -$labels['june'] = 'June'; -$labels['july'] = 'July'; -$labels['august'] = 'August'; -$labels['september'] = 'September'; -$labels['october'] = 'October'; -$labels['november'] = 'November'; -$labels['december'] = 'December'; +$labels['longjan'] = 'January'; +$labels['longfeb'] = 'February'; +$labels['longmar'] = 'March'; +$labels['longapr'] = 'April'; +$labels['longmay'] = 'May'; +$labels['longjun'] = 'June'; +$labels['longjul'] = 'July'; +$labels['longaug'] = 'August'; +$labels['longsep'] = 'September'; +$labels['longoct'] = 'October'; +$labels['longnov'] = 'November'; +$labels['longdec'] = 'December'; $labels['today'] = 'Today'; |
