summaryrefslogtreecommitdiff
path: root/plugins/kolab_addressbook/localization
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-21 10:29:57 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-21 10:29:57 +0000
commitfa2d393cc420adec1bb6d9a44aa2071a29f412af (patch)
treefd67c0d8602e903069abbb44a5dc329a5d15d790 /plugins/kolab_addressbook/localization
parentce076e953378e1c3867d9ebf64fc614b56281a22 (diff)
Removed kolab plugins; they will be maintaied and published in the Kolab project
git-svn-id: https://svn.roundcube.net/trunk@4797 208e9e7b-5314-0410-a742-e7e81cd9613c
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