plugins/kolab_tags

Thomas Brüderli bruederli at kolabsys.com
Tue Mar 24 15:07:23 CET 2015


 plugins/kolab_tags/localization/bg_BG.inc |    2 -
 plugins/kolab_tags/localization/ca_ES.inc |   18 -----------------
 plugins/kolab_tags/localization/da_DK.inc |   16 ---------------
 plugins/kolab_tags/localization/en_US.inc |    4 ---
 plugins/kolab_tags/localization/es_ES.inc |    2 -
 plugins/kolab_tags/localization/et_EE.inc |    5 ----
 plugins/kolab_tags/localization/he.inc    |   12 -----------
 plugins/kolab_tags/localization/hr.inc    |   12 -----------
 plugins/kolab_tags/localization/hu_HU.inc |   18 -----------------
 plugins/kolab_tags/localization/ja_JP.inc |   16 ---------------
 plugins/kolab_tags/localization/ku_IQ.inc |    8 -------
 plugins/kolab_tags/localization/nl_NL.inc |   16 ---------------
 plugins/kolab_tags/localization/pl.inc    |   13 ------------
 plugins/kolab_tags/localization/pt_BR.inc |   16 ---------------
 plugins/kolab_tags/localization/ro.inc    |    8 -------
 plugins/kolab_tags/localization/sk.inc    |   11 ----------
 plugins/kolab_tags/localization/sl.inc    |   31 ------------------------------
 plugins/kolab_tags/localization/sv.inc    |    8 -------
 plugins/kolab_tags/localization/th.inc    |   28 ---------------------------
 plugins/kolab_tags/localization/tr_TR.inc |    8 -------
 plugins/kolab_tags/localization/uk.inc    |   12 -----------
 plugins/kolab_tags/localization/vi.inc    |   12 -----------
 plugins/kolab_tags/localization/vi_VN.inc |   12 -----------
 plugins/kolab_tags/localization/zh_TW.inc |   12 -----------
 24 files changed, 1 insertion(+), 299 deletions(-)

New commits:
commit 6d8f6d197f310c665f08a0508887b4891046ed44
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Tue Mar 24 15:07:18 2015 +0100

    Cleanup localizations for kolab_tags plugin

diff --git a/plugins/kolab_tags/localization/bg_BG.inc b/plugins/kolab_tags/localization/bg_BG.inc
index 5c6bf75..4bcf6ce 100644
--- a/plugins/kolab_tags/localization/bg_BG.inc
+++ b/plugins/kolab_tags/localization/bg_BG.inc
@@ -6,8 +6,6 @@
  *
  * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
  */
-$labels['tags'] = 'Tags';
-$labels['untag'] = 'Remove tag';
 $labels['edit'] = 'Промяна';
 $labels['delete'] = 'Delete';
 $labels['tagname'] = 'Име';
diff --git a/plugins/kolab_tags/localization/ca_ES.inc b/plugins/kolab_tags/localization/ca_ES.inc
index 20b6cbd..34d26fa 100644
--- a/plugins/kolab_tags/localization/ca_ES.inc
+++ b/plugins/kolab_tags/localization/ca_ES.inc
@@ -7,25 +7,7 @@
  * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
  */
 $labels['tags'] = 'Etiquetes';
-$labels['unset'] = 'Unselect all';
-$labels['manage'] = 'Manage tags...';
-$labels['tagactions'] = 'Tag actions...';
-$labels['tagadd'] = 'Tag as...';
-$labels['tagremove'] = 'Remove tag...';
-$labels['untag'] = 'Remove tag';
-$labels['tagremoveall'] = 'Remove all tags';
-$labels['add'] = 'Add';
 $labels['edit'] = 'Edita';
 $labels['delete'] = 'Suprimeix';
 $labels['tagname'] = 'Nom';
-$labels['tagcolor'] = 'Color';
-$labels['nameempty'] = 'Tag name cannot be empty!';
-$labels['nameexists'] = 'Tag with specified name already exists!';
-$labels['colorinvalid'] = 'Invalid color specification!';
 $labels['saving'] = 'S\'estan desant les dades...';
-$labels['updatesuccess'] = 'Tags have beed updated successfully.';
-$labels['updateerror'] = 'Failed to update tags information.';
-$labels['taggingsuccess'] = 'Tags have beed assigned successfully.';
-$labels['taggingerror'] = 'Failed to assign tags.';
-$labels['untaggingsuccess'] = 'Tag(s) have beed removed successfully.';
-$labels['untaggingerror'] = 'Failed to remove tag assignments.';
diff --git a/plugins/kolab_tags/localization/da_DK.inc b/plugins/kolab_tags/localization/da_DK.inc
index c36a7c0..9102c44 100644
--- a/plugins/kolab_tags/localization/da_DK.inc
+++ b/plugins/kolab_tags/localization/da_DK.inc
@@ -7,25 +7,9 @@
  * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
  */
 $labels['tags'] = 'Mærker';
-$labels['unset'] = 'Unselect all';
-$labels['manage'] = 'Manage tags...';
-$labels['tagactions'] = 'Tag actions...';
-$labels['tagadd'] = 'Tag as...';
-$labels['tagremove'] = 'Remove tag...';
-$labels['untag'] = 'Remove tag';
-$labels['tagremoveall'] = 'Remove all tags';
 $labels['add'] = 'Tilføj';
 $labels['edit'] = 'Redigér';
 $labels['delete'] = 'Slet';
 $labels['tagname'] = 'Navn';
 $labels['tagcolor'] = 'Farve';
-$labels['nameempty'] = 'Tag name cannot be empty!';
-$labels['nameexists'] = 'Tag with specified name already exists!';
-$labels['colorinvalid'] = 'Invalid color specification!';
 $labels['saving'] = 'Gemmer data...';
-$labels['updatesuccess'] = 'Tags have beed updated successfully.';
-$labels['updateerror'] = 'Failed to update tags information.';
-$labels['taggingsuccess'] = 'Tags have beed assigned successfully.';
-$labels['taggingerror'] = 'Failed to assign tags.';
-$labels['untaggingsuccess'] = 'Tag(s) have beed removed successfully.';
-$labels['untaggingerror'] = 'Failed to remove tag assignments.';
diff --git a/plugins/kolab_tags/localization/en_US.inc b/plugins/kolab_tags/localization/en_US.inc
index 7e64ad7..a3bcfa1 100644
--- a/plugins/kolab_tags/localization/en_US.inc
+++ b/plugins/kolab_tags/localization/en_US.inc
@@ -3,7 +3,7 @@
 /**
  * Localizations for the Kolab Tags plugin
  *
- * Copyright (C) 2014-2015, Kolab Systems AG
+ * Copyright (C) 2014, Kolab Systems AG
  *
  * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
  */
@@ -31,5 +31,3 @@ $labels['taggingsuccess'] = 'Tags have beed assigned successfully.';
 $labels['taggingerror'] = 'Failed to assign tags.';
 $labels['untaggingsuccess'] = 'Tag(s) have beed removed successfully.';
 $labels['untaggingerror'] = 'Failed to remove tag assignments.';
-$labels['newtag'] = 'New tag';
-$labels['tagsearchnew'] = 'Enter text to search or create a new tag';
diff --git a/plugins/kolab_tags/localization/es_ES.inc b/plugins/kolab_tags/localization/es_ES.inc
index cf92e3d..9074f59 100644
--- a/plugins/kolab_tags/localization/es_ES.inc
+++ b/plugins/kolab_tags/localization/es_ES.inc
@@ -6,8 +6,6 @@
  *
  * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
  */
-$labels['tags'] = 'Tags';
-$labels['untag'] = 'Remove tag';
 $labels['add'] = 'Añadir';
 $labels['edit'] = 'Editar';
 $labels['delete'] = 'Borrar';
diff --git a/plugins/kolab_tags/localization/et_EE.inc b/plugins/kolab_tags/localization/et_EE.inc
index bbd5c67..708abdf 100644
--- a/plugins/kolab_tags/localization/et_EE.inc
+++ b/plugins/kolab_tags/localization/et_EE.inc
@@ -6,11 +6,6 @@
  *
  * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
  */
-$labels['tags'] = 'Tags';
-$labels['untag'] = 'Remove tag';
 $labels['add'] = 'Lisa';
-$labels['edit'] = 'Edit';
 $labels['delete'] = 'Kustuta';
 $labels['tagname'] = 'Nimi';
-$labels['tagcolor'] = 'Color';
-$labels['saving'] = 'Saving data...';
diff --git a/plugins/kolab_tags/localization/he.inc b/plugins/kolab_tags/localization/he.inc
deleted file mode 100644
index 3d5166b..0000000
--- a/plugins/kolab_tags/localization/he.inc
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-/**
- * Localizations for the Kolab Tags plugin
- *
- * Copyright (C) 2014, Kolab Systems AG
- *
- * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
- */
-$labels['edit'] = 'Edit';
-$labels['tagname'] = 'Name';
-$labels['tagcolor'] = 'Color';
-$labels['saving'] = 'Saving data...';
diff --git a/plugins/kolab_tags/localization/hr.inc b/plugins/kolab_tags/localization/hr.inc
deleted file mode 100644
index 3d5166b..0000000
--- a/plugins/kolab_tags/localization/hr.inc
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-/**
- * Localizations for the Kolab Tags plugin
- *
- * Copyright (C) 2014, Kolab Systems AG
- *
- * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
- */
-$labels['edit'] = 'Edit';
-$labels['tagname'] = 'Name';
-$labels['tagcolor'] = 'Color';
-$labels['saving'] = 'Saving data...';
diff --git a/plugins/kolab_tags/localization/hu_HU.inc b/plugins/kolab_tags/localization/hu_HU.inc
index 64105b7..685f185 100644
--- a/plugins/kolab_tags/localization/hu_HU.inc
+++ b/plugins/kolab_tags/localization/hu_HU.inc
@@ -7,25 +7,7 @@
  * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
  */
 $labels['tags'] = 'Kulcsszavak';
-$labels['unset'] = 'Unselect all';
-$labels['manage'] = 'Manage tags...';
-$labels['tagactions'] = 'Tag actions...';
-$labels['tagadd'] = 'Tag as...';
-$labels['tagremove'] = 'Remove tag...';
-$labels['untag'] = 'Remove tag';
-$labels['tagremoveall'] = 'Remove all tags';
-$labels['add'] = 'Add';
 $labels['edit'] = 'Módosítás';
-$labels['delete'] = 'Delete';
 $labels['tagname'] = 'Név';
 $labels['tagcolor'] = 'Szín';
-$labels['nameempty'] = 'Tag name cannot be empty!';
-$labels['nameexists'] = 'Tag with specified name already exists!';
-$labels['colorinvalid'] = 'Invalid color specification!';
 $labels['saving'] = 'Adatok mentése...';
-$labels['updatesuccess'] = 'Tags have beed updated successfully.';
-$labels['updateerror'] = 'Failed to update tags information.';
-$labels['taggingsuccess'] = 'Tags have beed assigned successfully.';
-$labels['taggingerror'] = 'Failed to assign tags.';
-$labels['untaggingsuccess'] = 'Tag(s) have beed removed successfully.';
-$labels['untaggingerror'] = 'Failed to remove tag assignments.';
diff --git a/plugins/kolab_tags/localization/ja_JP.inc b/plugins/kolab_tags/localization/ja_JP.inc
index 49c39f9..d73a5be 100644
--- a/plugins/kolab_tags/localization/ja_JP.inc
+++ b/plugins/kolab_tags/localization/ja_JP.inc
@@ -7,25 +7,9 @@
  * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
  */
 $labels['tags'] = 'ã‚¿ã‚°';
-$labels['unset'] = 'Unselect all';
-$labels['manage'] = 'Manage tags...';
-$labels['tagactions'] = 'Tag actions...';
-$labels['tagadd'] = 'Tag as...';
-$labels['tagremove'] = 'Remove tag...';
-$labels['untag'] = 'Remove tag';
-$labels['tagremoveall'] = 'Remove all tags';
 $labels['add'] = '追加';
 $labels['edit'] = '編集';
 $labels['delete'] = '削除';
 $labels['tagname'] = '名前';
 $labels['tagcolor'] = '色';
-$labels['nameempty'] = 'Tag name cannot be empty!';
-$labels['nameexists'] = 'Tag with specified name already exists!';
-$labels['colorinvalid'] = 'Invalid color specification!';
 $labels['saving'] = 'データを保存中…';
-$labels['updatesuccess'] = 'Tags have beed updated successfully.';
-$labels['updateerror'] = 'Failed to update tags information.';
-$labels['taggingsuccess'] = 'Tags have beed assigned successfully.';
-$labels['taggingerror'] = 'Failed to assign tags.';
-$labels['untaggingsuccess'] = 'Tag(s) have beed removed successfully.';
-$labels['untaggingerror'] = 'Failed to remove tag assignments.';
diff --git a/plugins/kolab_tags/localization/ku_IQ.inc b/plugins/kolab_tags/localization/ku_IQ.inc
deleted file mode 100644
index 13599cf..0000000
--- a/plugins/kolab_tags/localization/ku_IQ.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-/**
- * Localizations for the Kolab Tags plugin
- *
- * Copyright (C) 2014, Kolab Systems AG
- *
- * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
- */
diff --git a/plugins/kolab_tags/localization/nl_NL.inc b/plugins/kolab_tags/localization/nl_NL.inc
index dc8e58c..209864a 100644
--- a/plugins/kolab_tags/localization/nl_NL.inc
+++ b/plugins/kolab_tags/localization/nl_NL.inc
@@ -7,25 +7,9 @@
  * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
  */
 $labels['tags'] = 'Labels';
-$labels['unset'] = 'Unselect all';
-$labels['manage'] = 'Manage tags...';
-$labels['tagactions'] = 'Tag actions...';
-$labels['tagadd'] = 'Tag as...';
-$labels['tagremove'] = 'Remove tag...';
-$labels['untag'] = 'Remove tag';
-$labels['tagremoveall'] = 'Remove all tags';
 $labels['add'] = 'Toevoegen';
 $labels['edit'] = 'Wijzig';
 $labels['delete'] = 'Verwijderen';
 $labels['tagname'] = 'Naam';
 $labels['tagcolor'] = 'Kleur';
-$labels['nameempty'] = 'Tag name cannot be empty!';
-$labels['nameexists'] = 'Tag with specified name already exists!';
-$labels['colorinvalid'] = 'Invalid color specification!';
 $labels['saving'] = 'Data wordt opgeslagen...';
-$labels['updatesuccess'] = 'Tags have beed updated successfully.';
-$labels['updateerror'] = 'Failed to update tags information.';
-$labels['taggingsuccess'] = 'Tags have beed assigned successfully.';
-$labels['taggingerror'] = 'Failed to assign tags.';
-$labels['untaggingsuccess'] = 'Tag(s) have beed removed successfully.';
-$labels['untaggingerror'] = 'Failed to remove tag assignments.';
diff --git a/plugins/kolab_tags/localization/pl.inc b/plugins/kolab_tags/localization/pl.inc
deleted file mode 100644
index db6d74a..0000000
--- a/plugins/kolab_tags/localization/pl.inc
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-/**
- * Localizations for the Kolab Tags plugin
- *
- * Copyright (C) 2014, Kolab Systems AG
- *
- * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
- */
-$labels['tags'] = 'Tagi';
-$labels['edit'] = 'Edytuj';
-$labels['delete'] = 'Usuń';
-$labels['tagname'] = 'Nazwa';
-$labels['tagcolor'] = 'Kolor';
diff --git a/plugins/kolab_tags/localization/pt_BR.inc b/plugins/kolab_tags/localization/pt_BR.inc
index 9e5deb5..d9cf0ae 100644
--- a/plugins/kolab_tags/localization/pt_BR.inc
+++ b/plugins/kolab_tags/localization/pt_BR.inc
@@ -7,25 +7,9 @@
  * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
  */
 $labels['tags'] = 'Etiquetas';
-$labels['unset'] = 'Unselect all';
-$labels['manage'] = 'Manage tags...';
-$labels['tagactions'] = 'Tag actions...';
-$labels['tagadd'] = 'Tag as...';
-$labels['tagremove'] = 'Remove tag...';
-$labels['untag'] = 'Remove tag';
-$labels['tagremoveall'] = 'Remove all tags';
 $labels['add'] = 'Adicionar';
 $labels['edit'] = 'Editar';
 $labels['delete'] = 'Deletar';
 $labels['tagname'] = 'Nome';
 $labels['tagcolor'] = 'Cor';
-$labels['nameempty'] = 'Tag name cannot be empty!';
-$labels['nameexists'] = 'Tag with specified name already exists!';
-$labels['colorinvalid'] = 'Invalid color specification!';
 $labels['saving'] = 'Salvando dados...';
-$labels['updatesuccess'] = 'Tags have beed updated successfully.';
-$labels['updateerror'] = 'Failed to update tags information.';
-$labels['taggingsuccess'] = 'Tags have beed assigned successfully.';
-$labels['taggingerror'] = 'Failed to assign tags.';
-$labels['untaggingsuccess'] = 'Tag(s) have beed removed successfully.';
-$labels['untaggingerror'] = 'Failed to remove tag assignments.';
diff --git a/plugins/kolab_tags/localization/ro.inc b/plugins/kolab_tags/localization/ro.inc
deleted file mode 100644
index 13599cf..0000000
--- a/plugins/kolab_tags/localization/ro.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-/**
- * Localizations for the Kolab Tags plugin
- *
- * Copyright (C) 2014, Kolab Systems AG
- *
- * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
- */
diff --git a/plugins/kolab_tags/localization/sk.inc b/plugins/kolab_tags/localization/sk.inc
deleted file mode 100644
index ef8711b..0000000
--- a/plugins/kolab_tags/localization/sk.inc
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-/**
- * Localizations for the Kolab Tags plugin
- *
- * Copyright (C) 2014, Kolab Systems AG
- *
- * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
- */
-$labels['edit'] = 'Upraviť';
-$labels['tagname'] = 'Meno';
-$labels['tagcolor'] = 'Farba';
diff --git a/plugins/kolab_tags/localization/sl.inc b/plugins/kolab_tags/localization/sl.inc
deleted file mode 100644
index 9358b0f..0000000
--- a/plugins/kolab_tags/localization/sl.inc
+++ /dev/null
@@ -1,31 +0,0 @@
-<?php
-/**
- * Localizations for the Kolab Tags plugin
- *
- * Copyright (C) 2014, Kolab Systems AG
- *
- * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
- */
-$labels['tags'] = 'Tagi';
-$labels['unset'] = 'Odznači vse';
-$labels['manage'] = 'Uredi tage...';
-$labels['tagactions'] = 'Možnosti taga...';
-$labels['tagadd'] = 'Označi kot tag...';
-$labels['tagremove'] = 'Odstrani tag...';
-$labels['untag'] = 'Odstrani tag';
-$labels['tagremoveall'] = 'Odstrani vse tage';
-$labels['add'] = 'Dodaj';
-$labels['edit'] = 'Uredi';
-$labels['delete'] = 'Izbriši';
-$labels['tagname'] = 'Ime';
-$labels['tagcolor'] = 'Barva';
-$labels['nameempty'] = 'Ime taga ne more biti prazno!';
-$labels['nameexists'] = 'Tag z izbranim imenom že obstaja!';
-$labels['colorinvalid'] = 'Napačna izbira barve!';
-$labels['saving'] = 'Shranjujem...';
-$labels['updatesuccess'] = 'Tagi so bili uspešno posodobljeni.';
-$labels['updateerror'] = 'Napaka. Posodabljanje tagov ni uspelo.';
-$labels['taggingsuccess'] = 'Tagi so bili uspešno dodeljeni.';
-$labels['taggingerror'] = 'Napaka. Tagi niso bili dodeljeni.';
-$labels['untaggingsuccess'] = 'Tag(i) so bili uspešno odstranjeni.';
-$labels['untaggingerror'] = 'Napaka. Tagi nalog niso bili odstranjeni.';
diff --git a/plugins/kolab_tags/localization/sv.inc b/plugins/kolab_tags/localization/sv.inc
deleted file mode 100644
index 13599cf..0000000
--- a/plugins/kolab_tags/localization/sv.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-/**
- * Localizations for the Kolab Tags plugin
- *
- * Copyright (C) 2014, Kolab Systems AG
- *
- * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
- */
diff --git a/plugins/kolab_tags/localization/th.inc b/plugins/kolab_tags/localization/th.inc
deleted file mode 100644
index 80e35ef..0000000
--- a/plugins/kolab_tags/localization/th.inc
+++ /dev/null
@@ -1,28 +0,0 @@
-<?php
-/**
- * Localizations for the Kolab Tags plugin
- *
- * Copyright (C) 2014, Kolab Systems AG
- *
- * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
- */
-$labels['tags'] = 'แท็ก';
-$labels['unset'] = 'ยกเลิกการเลือกทั้งหมด';
-$labels['manage'] = 'จัดการ แท็ก...';
-$labels['tagremove'] = 'ยกเลิก แท็ก...';
-$labels['untag'] = 'ยกเลิกแท็ก';
-$labels['tagremoveall'] = 'ยกเลิกแท็กทั้งหมด';
-$labels['add'] = 'เพิ่ม';
-$labels['edit'] = 'แก้ไข';
-$labels['delete'] = 'ลบ';
-$labels['tagname'] = 'ชื่อ';
-$labels['tagcolor'] = 'สี';
-$labels['nameempty'] = 'ชื่อของแท็กต้องไม่ว่างเปล่า';
-$labels['nameexists'] = 'แท็กชื่อนี้มีอยู่แล้ว';
-$labels['colorinvalid'] = 'ข้อมูลสีไม่ถูกต้อง';
-$labels['saving'] = 'กำลังจัดเก็บข้อมูล...';
-$labels['updatesuccess'] = 'แท็กถูกปรับปรุงเรียบร้อยแล้ว';
-$labels['updateerror'] = 'การปรับปรุงข้อมูลแท็กล้มเหลว';
-$labels['taggingsuccess'] = 'การติดตั้งแท็กเรียบร้อยแล้ว';
-$labels['taggingerror'] = 'การติดตั้งแท็กล้มเหลว';
-$labels['untaggingsuccess'] = 'แท็กถูกลบเรียบร้อยแล้ว';
diff --git a/plugins/kolab_tags/localization/tr_TR.inc b/plugins/kolab_tags/localization/tr_TR.inc
deleted file mode 100644
index 13599cf..0000000
--- a/plugins/kolab_tags/localization/tr_TR.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-/**
- * Localizations for the Kolab Tags plugin
- *
- * Copyright (C) 2014, Kolab Systems AG
- *
- * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
- */
diff --git a/plugins/kolab_tags/localization/uk.inc b/plugins/kolab_tags/localization/uk.inc
deleted file mode 100644
index 3c4042b..0000000
--- a/plugins/kolab_tags/localization/uk.inc
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-/**
- * Localizations for the Kolab Tags plugin
- *
- * Copyright (C) 2014, Kolab Systems AG
- *
- * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
- */
-$labels['edit'] = 'Редагувати';
-$labels['tagname'] = 'Назва';
-$labels['tagcolor'] = 'Колір';
-$labels['saving'] = 'Збереження даних...';
diff --git a/plugins/kolab_tags/localization/vi.inc b/plugins/kolab_tags/localization/vi.inc
deleted file mode 100644
index 3d5166b..0000000
--- a/plugins/kolab_tags/localization/vi.inc
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-/**
- * Localizations for the Kolab Tags plugin
- *
- * Copyright (C) 2014, Kolab Systems AG
- *
- * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
- */
-$labels['edit'] = 'Edit';
-$labels['tagname'] = 'Name';
-$labels['tagcolor'] = 'Color';
-$labels['saving'] = 'Saving data...';
diff --git a/plugins/kolab_tags/localization/vi_VN.inc b/plugins/kolab_tags/localization/vi_VN.inc
deleted file mode 100644
index 3d5166b..0000000
--- a/plugins/kolab_tags/localization/vi_VN.inc
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-/**
- * Localizations for the Kolab Tags plugin
- *
- * Copyright (C) 2014, Kolab Systems AG
- *
- * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
- */
-$labels['edit'] = 'Edit';
-$labels['tagname'] = 'Name';
-$labels['tagcolor'] = 'Color';
-$labels['saving'] = 'Saving data...';
diff --git a/plugins/kolab_tags/localization/zh_TW.inc b/plugins/kolab_tags/localization/zh_TW.inc
deleted file mode 100644
index 3d5166b..0000000
--- a/plugins/kolab_tags/localization/zh_TW.inc
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-/**
- * Localizations for the Kolab Tags plugin
- *
- * Copyright (C) 2014, Kolab Systems AG
- *
- * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
- */
-$labels['edit'] = 'Edit';
-$labels['tagname'] = 'Name';
-$labels['tagcolor'] = 'Color';
-$labels['saving'] = 'Saving data...';




More information about the commits mailing list