summaryrefslogtreecommitdiff
path: root/roundcubemail/program/localization
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-06-17 19:08:00 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-06-17 19:08:00 +0000
commitd0190da3e2b98fd213ddb97f6729259f9422b9d2 (patch)
tree04042f15605d7f096f2b00b4cc7c5ae5a82be203 /roundcubemail/program/localization
parent2456a3181102773e541b4c8c908932c5dd2f3ae0 (diff)
- UI unification
- Added button to hide/unhide the preview pane (#1484215) git-svn-id: https://svn.roundcube.net/trunk@3757 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization')
-rw-r--r--roundcubemail/program/localization/en_US/labels.inc2
-rw-r--r--roundcubemail/program/localization/pl_PL/labels.inc2
2 files changed, 4 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc
index 20f9f7ecb..34de9159b 100644
--- a/roundcubemail/program/localization/en_US/labels.inc
+++ b/roundcubemail/program/localization/en_US/labels.inc
@@ -142,6 +142,7 @@ $labels['markunread'] = 'As unread';
$labels['markflagged'] = 'As flagged';
$labels['markunflagged'] = 'As unflagged';
$labels['messageactions'] = 'More actions...';
+$labels['preview'] = 'Preview';
$labels['select'] = 'Select';
$labels['all'] = 'All';
@@ -246,6 +247,7 @@ $labels['email'] = 'E-Mail';
$labels['addcontact'] = 'Add new contact';
$labels['editcontact'] = 'Edit contact';
+$labels['contacts'] = 'Contacts';
$labels['edit'] = 'Edit';
$labels['cancel'] = 'Cancel';
diff --git a/roundcubemail/program/localization/pl_PL/labels.inc b/roundcubemail/program/localization/pl_PL/labels.inc
index 35b9d61dd..4f2646b21 100644
--- a/roundcubemail/program/localization/pl_PL/labels.inc
+++ b/roundcubemail/program/localization/pl_PL/labels.inc
@@ -345,5 +345,7 @@ $labels['japanese'] = 'japoński';
$labels['korean'] = 'koreański';
$labels['chinese'] = 'chiński';
$labels['folderactions'] = 'Działania na folderach...';
+$labels['contacts'] = 'Kontakty';
+$labels['preview'] = 'Podgląd';
?>