summaryrefslogtreecommitdiff
path: root/plugins/kolab_addressbook/localization
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kolab_addressbook/localization')
-rw-r--r--plugins/kolab_addressbook/localization/en_US.inc12
-rw-r--r--plugins/kolab_addressbook/localization/ja_JP.inc14
-rw-r--r--plugins/kolab_addressbook/localization/ru_RU.inc29
3 files changed, 0 insertions, 55 deletions
diff --git a/plugins/kolab_addressbook/localization/en_US.inc b/plugins/kolab_addressbook/localization/en_US.inc
deleted file mode 100644
index 968d9e691..000000000
--- a/plugins/kolab_addressbook/localization/en_US.inc
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-
-$labels = array();
-$labels['initials'] = 'Initials';
-$labels['profession'] = 'Profession';
-$labels['officelocation'] = 'Office location';
-$labels['children'] = 'Children';
-$labels['pgppublickey'] = 'PGP publickey';
-$labels['freebusyurl'] = 'Free-busy URL';
-$labels['settings'] = 'Settings';
-
-?> \ No newline at end of file
diff --git a/plugins/kolab_addressbook/localization/ja_JP.inc b/plugins/kolab_addressbook/localization/ja_JP.inc
deleted file mode 100644
index 7f1a7c5e7..000000000
--- a/plugins/kolab_addressbook/localization/ja_JP.inc
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-
-// EN-Revision: 4383
-
-$labels = array();
-$labels['initials'] = 'イニシャル';
-$labels['profession'] = '職業';
-$labels['officelocation'] = 'オフィスの所在地';
-$labels['children'] = '子供';
-$labels['pgppublickey'] = 'PGP 公開鍵';
-$labels['freebusyurl'] = 'Free-busy URL';
-$labels['settings'] = '設定';
-
-?> \ No newline at end of file
diff --git a/plugins/kolab_addressbook/localization/ru_RU.inc b/plugins/kolab_addressbook/localization/ru_RU.inc
deleted file mode 100644
index 28526319c..000000000
--- a/plugins/kolab_addressbook/localization/ru_RU.inc
+++ /dev/null
@@ -1,29 +0,0 @@
-<?php
-/*
-
-+-----------------------------------------------------------------------+
-| plugins/kolab_addressbook/localization/ru_RU.inc |
-| |
-| Russian translation for roundcube/kolab_addressbook plugin |
-| Copyright (C) 2008-2011 |
-| Licensed under the GNU GPL |
-| |
-+-----------------------------------------------------------------------+
-| Author: Sergey Dukachev <iam@dukess.ru> |
-| Updates: |
-+-----------------------------------------------------------------------+
-
-@version 2011-05-11
-
-*/
-
-$labels = array();
-$labels['initials'] = 'Инициалы';
-$labels['profession'] = 'Профессия';
-$labels['officelocation'] = 'Адрес офиса';
-$labels['children'] = 'Дети';
-$labels['pgppublickey'] = 'Публичный ключ PGP';
-$labels['freebusyurl'] = 'URL свободен/занят';
-$labels['settings'] = 'Настройки';
-
-?> \ No newline at end of file