diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-06 09:22:05 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-06 09:22:05 +0000 |
| commit | 8fd0b52efb28b1e1754e8bf29baf0af31f77b69f (patch) | |
| tree | 44e5c0ac416b8bfab32c0aceaf13b9616b133f9d /roundcubemail/program/localization/en_US | |
| parent | 27ac575ce817d0db1c5c7b9c6c6de41010f901f7 (diff) | |
#1484188: added month names localization
git-svn-id: https://svn.roundcube.net/trunk@1263 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/en_US')
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index 823fb2ab5..bd88e52f9 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -88,6 +88,34 @@ $labels['thursday'] = 'Thursday'; $labels['friday'] = 'Friday'; $labels['saturday'] = 'Saturday'; +// months short +$labels['jan'] = 'Jan'; +$labels['feb'] = 'Feb'; +$labels['mar'] = 'Mar'; +$labels['apr'] = 'Apr'; +$labels['may'] = 'May'; +$labels['jun'] = 'Jun'; +$labels['jul'] = 'Jul'; +$labels['aug'] = 'Aug'; +$labels['sep'] = 'Sep'; +$labels['oct'] = 'Oct'; +$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['today'] = 'Today'; // toolbar buttons |
