diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-05-29 10:51:17 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-05-29 10:51:17 +0000 |
| commit | d68aecf13d0d04b83869b7d63d21a340b1f5f0ac (patch) | |
| tree | fa856a3816020372beb2aba1cdce9a55acf08288 /roundcubemail/program/localization/index.inc | |
| parent | a1c5ba4b25fd32671d27a87b80595d149ce96cf8 (diff) | |
- pl -> pl_PL
git-svn-id: https://svn.roundcube.net/trunk@1451 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/index.inc')
| -rw-r--r-- | roundcubemail/program/localization/index.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/roundcubemail/program/localization/index.inc b/roundcubemail/program/localization/index.inc index a11f889c7..91b97db1b 100644 --- a/roundcubemail/program/localization/index.inc +++ b/roundcubemail/program/localization/index.inc @@ -64,7 +64,7 @@ 'nb_NO' => 'Norsk (bokmål)', 'nn_NO' => 'Norsk (nynorsk)', 'fa' => 'Persian', - 'pl' => 'Polski', + 'pl_PL' => 'Polski', 'pt_BR' => 'Portuguese (Brazilian)', 'pt_PT' => 'Portuguese (Standard)', 'ro' => 'Romanian', @@ -93,7 +93,8 @@ $rcube_language_aliases = array( 'no' => 'nn_NO', 'pt' => 'pt_PT', 'th' => 'th_TH', - 'tw' => 'zh_TW' + 'tw' => 'zh_TW', + 'pl' => 'pl_PL' ); $rcube_charsets = array(); |
