diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-08-03 18:42:57 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-08-03 18:42:57 +0000 |
| commit | c771b5ddac45b01e155f76c6f1b518d90409e038 (patch) | |
| tree | 01cc62c07e642447371c000d83157293b9cb0320 /roundcubemail/program/localization | |
| parent | cd308a049bf0c3854de4cbe5cd1c97effe6b0511 (diff) | |
- new labels for r2830
git-svn-id: https://svn.roundcube.net/trunk@2831 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization')
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 7 | ||||
| -rw-r--r-- | roundcubemail/program/localization/pl_PL/labels.inc | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index 443b4bbcd..2f817b184 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -29,7 +29,7 @@ $labels['login'] = 'Login'; // taskbar $labels['logout'] = 'Logout'; $labels['mail'] = 'E-Mail'; -$labels['settings'] = 'Personal Settings'; +$labels['settings'] = 'Settings'; $labels['addressbook'] = 'Address Book'; // mailbox names @@ -306,6 +306,11 @@ $labels['advancedoptions'] = 'Advanced options'; $labels['focusonnewmessage'] = 'Focus browser window on new message'; $labels['checkallfolders'] = 'Check all folders for new messages'; $labels['displaynext'] = 'After message delete/move display the next message'; +$labels['mainoptions'] = 'Main Options'; +$labels['section'] = 'Section'; +$labels['maintenance'] = 'Maintenance'; +$labels['newmessage'] = 'New Message'; +$labels['listoptions'] = 'List Options'; $labels['folder'] = 'Folder'; $labels['folders'] = 'Folders'; diff --git a/roundcubemail/program/localization/pl_PL/labels.inc b/roundcubemail/program/localization/pl_PL/labels.inc index 84e7ca593..e876c592b 100644 --- a/roundcubemail/program/localization/pl_PL/labels.inc +++ b/roundcubemail/program/localization/pl_PL/labels.inc @@ -229,7 +229,7 @@ $labels['uisettings'] = 'Interfejs użytkownika'; $labels['serversettings'] = 'Ustawienia serwera'; $labels['mailboxview'] = 'Widok skrzynki pocztowej'; $labels['mdnrequests'] = 'Potwierdzenia odbioru'; -$labels['askuser'] = 'spytaj użytkownika'; +$labels['askuser'] = 'pytaj'; $labels['autosend'] = 'wyślij automatycznie'; $labels['ignore'] = 'ignoruj'; $labels['mimeparamfolding'] = 'Nazwy załączników'; @@ -275,5 +275,10 @@ $labels['KB'] = 'KB'; $labels['MB'] = 'MB'; $labels['GB'] = 'GB'; $labels['checkallfolders'] = 'Sprawdzaj czy nadeszły nowe wiadomości we wszystkich folderach'; +$labels['mainoptions'] = 'Opcje główne'; +$labels['section'] = 'Sekcja'; +$labels['maintenance'] = 'Konserwacja'; +$labels['newmessage'] = 'Nowa wiadomość'; +$labels['listoptions'] = 'Opcje list'; ?> |
