summaryrefslogtreecommitdiff
path: root/roundcubemail/plugins/vcard_attachments/localization
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-10-28 16:16:09 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-10-28 16:16:09 +0000
commitff3d9c08999a1bbeb8231e3c5f09a7755fdeaed0 (patch)
treeee6e6238fbeacf395c0e12e72a6d6b2ebf2302dc /roundcubemail/plugins/vcard_attachments/localization
parentb5fe65da4a88f796e1a7bbdbd0b4443cd9ce5193 (diff)
Localize vcard_attachments plugin + add Russian translation for archive plugin
git-svn-id: https://svn.roundcube.net/trunk@3069 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/plugins/vcard_attachments/localization')
-rw-r--r--roundcubemail/plugins/vcard_attachments/localization/de_CH.inc7
-rw-r--r--roundcubemail/plugins/vcard_attachments/localization/de_DE.inc7
-rw-r--r--roundcubemail/plugins/vcard_attachments/localization/en_US.inc7
-rw-r--r--roundcubemail/plugins/vcard_attachments/localization/ru_RU.inc7
4 files changed, 28 insertions, 0 deletions
diff --git a/roundcubemail/plugins/vcard_attachments/localization/de_CH.inc b/roundcubemail/plugins/vcard_attachments/localization/de_CH.inc
new file mode 100644
index 000000000..dcc8ce713
--- /dev/null
+++ b/roundcubemail/plugins/vcard_attachments/localization/de_CH.inc
@@ -0,0 +1,7 @@
+<?php
+
+$labels = array();
+$labels['addvardmsg'] = 'Kontakt im Adressbuch speichern';
+$labels['vcardsavefailed'] = 'Der Kontakt konnte nicht gespeichert werden';
+
+?> \ No newline at end of file
diff --git a/roundcubemail/plugins/vcard_attachments/localization/de_DE.inc b/roundcubemail/plugins/vcard_attachments/localization/de_DE.inc
new file mode 100644
index 000000000..dcc8ce713
--- /dev/null
+++ b/roundcubemail/plugins/vcard_attachments/localization/de_DE.inc
@@ -0,0 +1,7 @@
+<?php
+
+$labels = array();
+$labels['addvardmsg'] = 'Kontakt im Adressbuch speichern';
+$labels['vcardsavefailed'] = 'Der Kontakt konnte nicht gespeichert werden';
+
+?> \ No newline at end of file
diff --git a/roundcubemail/plugins/vcard_attachments/localization/en_US.inc b/roundcubemail/plugins/vcard_attachments/localization/en_US.inc
new file mode 100644
index 000000000..59a36e9bd
--- /dev/null
+++ b/roundcubemail/plugins/vcard_attachments/localization/en_US.inc
@@ -0,0 +1,7 @@
+<?php
+
+$labels = array();
+$labels['addvardmsg'] = 'Add vCard to addressbook';
+$labels['vcardsavefailed'] = 'Unable to save vCard';
+
+?> \ No newline at end of file
diff --git a/roundcubemail/plugins/vcard_attachments/localization/ru_RU.inc b/roundcubemail/plugins/vcard_attachments/localization/ru_RU.inc
new file mode 100644
index 000000000..e127b58d6
--- /dev/null
+++ b/roundcubemail/plugins/vcard_attachments/localization/ru_RU.inc
@@ -0,0 +1,7 @@
+<?php
+
+$labels = array();
+$labels['addvardmsg'] = 'Добавить в контакты';
+$labels['vcardsavefailed'] = 'Не удалось сохранить vCard';
+
+?> \ No newline at end of file