From a88d13c30e5b25a3416df7e97a24b995576e73a8 Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 10 Apr 2008 11:44:01 +0000 Subject: #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 --- .../program/localization/en_US/labels.inc | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'roundcubemail/program/localization/en_US') 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'; -- cgit v1.2.3