summaryrefslogtreecommitdiff
path: root/plugins/kolab_addressbook/localization
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-11-25 18:53:14 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-11-25 18:53:14 +0000
commit7ba2c23d26f12bd53b39ce677c6c3de594cea0cb (patch)
tree984f379e1341708e5a22b22ffe13e07455a8cb96 /plugins/kolab_addressbook/localization
parent2106a1f886fa89cad8df5b6e5746f24046419ce6 (diff)
Complete implementation of rcube_kolab_contacts; add localization texts for proprietary contact fields
git-svn-id: https://svn.roundcube.net/trunk@4269 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/kolab_addressbook/localization')
-rw-r--r--plugins/kolab_addressbook/localization/en_US.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/kolab_addressbook/localization/en_US.inc b/plugins/kolab_addressbook/localization/en_US.inc
new file mode 100644
index 000000000..d22318b04
--- /dev/null
+++ b/plugins/kolab_addressbook/localization/en_US.inc
@@ -0,0 +1,7 @@
+<?php
+
+$labels = array();
+$labels['initials'] = 'Initials';
+$labels['anniversary'] = 'Anniversary';
+
+?> \ No newline at end of file