From 57fd967a9ea068f45e4e0b8a2a9e3c2a121fb960 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Tue, 24 Mar 2015 14:38:18 +0100 Subject: [PATCH] Cleanup localizations for kolab_delegation plugin --- .../kolab_delegation/localization/bg_BG.inc | 21 ----------- .../kolab_delegation/localization/ca_ES.inc | 23 ------------ .../kolab_delegation/localization/da_DK.inc | 2 -- .../kolab_delegation/localization/de_CH.inc | 5 --- .../kolab_delegation/localization/et_EE.inc | 26 -------------- plugins/kolab_delegation/localization/he.inc | 11 ------ plugins/kolab_delegation/localization/hr.inc | 11 ------ .../kolab_delegation/localization/hu_HU.inc | 3 -- .../kolab_delegation/localization/ja_JP.inc | 5 --- .../kolab_delegation/localization/ku_IQ.inc | 9 ----- plugins/kolab_delegation/localization/pl.inc | 11 ------ .../kolab_delegation/localization/pt_BR.inc | 3 -- plugins/kolab_delegation/localization/ro.inc | 9 ----- plugins/kolab_delegation/localization/sk.inc | 10 ------ plugins/kolab_delegation/localization/sl.inc | 36 ------------------- plugins/kolab_delegation/localization/sv.inc | 9 ----- plugins/kolab_delegation/localization/th.inc | 32 ----------------- .../kolab_delegation/localization/tr_TR.inc | 9 ----- plugins/kolab_delegation/localization/uk.inc | 24 ------------- plugins/kolab_delegation/localization/vi.inc | 11 ------ .../kolab_delegation/localization/vi_VN.inc | 11 ------ .../kolab_delegation/localization/zh_TW.inc | 11 ------ 22 files changed, 292 deletions(-) delete mode 100644 plugins/kolab_delegation/localization/he.inc delete mode 100644 plugins/kolab_delegation/localization/hr.inc delete mode 100644 plugins/kolab_delegation/localization/ku_IQ.inc delete mode 100644 plugins/kolab_delegation/localization/pl.inc delete mode 100644 plugins/kolab_delegation/localization/ro.inc delete mode 100644 plugins/kolab_delegation/localization/sk.inc delete mode 100644 plugins/kolab_delegation/localization/sl.inc delete mode 100644 plugins/kolab_delegation/localization/sv.inc delete mode 100644 plugins/kolab_delegation/localization/th.inc delete mode 100644 plugins/kolab_delegation/localization/tr_TR.inc delete mode 100644 plugins/kolab_delegation/localization/uk.inc delete mode 100644 plugins/kolab_delegation/localization/vi.inc delete mode 100644 plugins/kolab_delegation/localization/vi_VN.inc delete mode 100644 plugins/kolab_delegation/localization/zh_TW.inc diff --git a/plugins/kolab_delegation/localization/bg_BG.inc b/plugins/kolab_delegation/localization/bg_BG.inc index ba4d658d..1b6445e7 100644 --- a/plugins/kolab_delegation/localization/bg_BG.inc +++ b/plugins/kolab_delegation/localization/bg_BG.inc @@ -6,31 +6,10 @@ * * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_delegation/ */ -$labels['tabtitle'] = 'Delegation'; -$labels['delegationtitle'] = 'Manage delegates'; -$labels['delegates'] = 'Delegates'; -$labels['delegate'] = 'Delegate'; $labels['mail'] = 'Електронна поща'; $labels['contact'] = 'Адресни книги'; $labels['event'] = 'Календари'; $labels['task'] = 'Задачи'; $labels['note'] = 'Бележки'; -$labels['yes'] = 'Yes'; -$labels['no'] = 'No'; -$labels['read'] = 'Read-only'; -$labels['write'] = 'Write'; -$labels['adddelegate'] = 'Add delegate'; -$labels['deletedelegate'] = 'Delete delegate'; $labels['savingdata'] = 'Запазване на данни...'; -$labels['delegatedeleteconfirm'] = 'Do you really want to delete this delegate?'; -$labels['delegateremoveacl'] = 'remove access rights on folders assigned to this user'; -$labels['deleteconfirm'] = 'Confirmation'; -$labels['deletesuccess'] = 'The delegate was successfully removed.'; -$labels['deleteerror'] = 'Could not remove delegate.'; -$labels['updatesuccess'] = 'The delegate was successfully updated.'; -$labels['updateerror'] = 'Could not update delegate.'; -$labels['createsuccess'] = 'The delegate was successfully added.'; -$labels['createerror'] = 'Could not add delegate.'; -$labels['arialabeldelegatedelete'] = 'Delegate deletion dialog'; -$labels['arialabeldelegateform'] = 'Delegate properties form'; ?> diff --git a/plugins/kolab_delegation/localization/ca_ES.inc b/plugins/kolab_delegation/localization/ca_ES.inc index c23aa0d7..3038b4e2 100644 --- a/plugins/kolab_delegation/localization/ca_ES.inc +++ b/plugins/kolab_delegation/localization/ca_ES.inc @@ -6,31 +6,8 @@ * * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_delegation/ */ -$labels['tabtitle'] = 'Delegation'; -$labels['delegationtitle'] = 'Manage delegates'; -$labels['delegates'] = 'Delegates'; -$labels['delegate'] = 'Delegate'; -$labels['mail'] = 'Email'; -$labels['contact'] = 'Address Books'; $labels['event'] = 'Calendaris'; $labels['task'] = 'Tasques'; -$labels['note'] = 'Notes'; -$labels['yes'] = 'Yes'; -$labels['no'] = 'No'; -$labels['read'] = 'Read-only'; -$labels['write'] = 'Write'; -$labels['adddelegate'] = 'Add delegate'; $labels['deletedelegate'] = 'Delete delegate'; $labels['savingdata'] = 'S\'estan desant les dades...'; -$labels['delegatedeleteconfirm'] = 'Do you really want to delete this delegate?'; -$labels['delegateremoveacl'] = 'remove access rights on folders assigned to this user'; -$labels['deleteconfirm'] = 'Confirmation'; -$labels['deletesuccess'] = 'The delegate was successfully removed.'; -$labels['deleteerror'] = 'Could not remove delegate.'; -$labels['updatesuccess'] = 'The delegate was successfully updated.'; -$labels['updateerror'] = 'Could not update delegate.'; -$labels['createsuccess'] = 'The delegate was successfully added.'; -$labels['createerror'] = 'Could not add delegate.'; -$labels['arialabeldelegatedelete'] = 'Delegate deletion dialog'; -$labels['arialabeldelegateform'] = 'Delegate properties form'; ?> diff --git a/plugins/kolab_delegation/localization/da_DK.inc b/plugins/kolab_delegation/localization/da_DK.inc index 328d818a..ebc6c04f 100644 --- a/plugins/kolab_delegation/localization/da_DK.inc +++ b/plugins/kolab_delegation/localization/da_DK.inc @@ -31,6 +31,4 @@ $labels['updatesuccess'] = 'Gennemførte opdatering af delegerede.'; $labels['updateerror'] = 'Kunne ikke opdatere delegerede.'; $labels['createsuccess'] = 'Gennemførte tilføjelse af den delegerede.'; $labels['createerror'] = 'Kunne ikke tilføje delegerede.'; -$labels['arialabeldelegatedelete'] = 'Delegate deletion dialog'; -$labels['arialabeldelegateform'] = 'Delegate properties form'; ?> diff --git a/plugins/kolab_delegation/localization/de_CH.inc b/plugins/kolab_delegation/localization/de_CH.inc index d45f76c5..95b109b8 100644 --- a/plugins/kolab_delegation/localization/de_CH.inc +++ b/plugins/kolab_delegation/localization/de_CH.inc @@ -7,7 +7,6 @@ * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_delegation/ */ $labels['tabtitle'] = 'Vertretung'; -$labels['delegationtitle'] = 'Manage delegates'; $labels['delegates'] = 'Vertreter'; $labels['delegate'] = 'Vertreter'; $labels['mail'] = 'E-Mail'; @@ -17,8 +16,6 @@ $labels['task'] = 'Aufgaben'; $labels['note'] = 'Notizen'; $labels['yes'] = 'Ja'; $labels['no'] = 'Nein'; -$labels['read'] = 'Read-only'; -$labels['write'] = 'Write'; $labels['adddelegate'] = 'Vertreter hinzufügen'; $labels['deletedelegate'] = 'Vertreter löschen'; $labels['savingdata'] = 'Speichere Daten...'; @@ -31,6 +28,4 @@ $labels['updatesuccess'] = 'Der Vertreter wurde erfolgreich aktualisiert.'; $labels['updateerror'] = 'Vertreter konnte nicht aktualisiert werden.'; $labels['createsuccess'] = 'Der Vertreter wurde erfolgreich hinzugefügt.'; $labels['createerror'] = 'Vertreter konnte nicht hinzugefügt werden.'; -$labels['arialabeldelegatedelete'] = 'Delegate deletion dialog'; -$labels['arialabeldelegateform'] = 'Delegate properties form'; ?> diff --git a/plugins/kolab_delegation/localization/et_EE.inc b/plugins/kolab_delegation/localization/et_EE.inc index aadfeefe..b0f0b680 100644 --- a/plugins/kolab_delegation/localization/et_EE.inc +++ b/plugins/kolab_delegation/localization/et_EE.inc @@ -6,31 +6,5 @@ * * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_delegation/ */ -$labels['tabtitle'] = 'Delegation'; -$labels['delegationtitle'] = 'Manage delegates'; -$labels['delegates'] = 'Delegates'; -$labels['delegate'] = 'Delegate'; $labels['mail'] = 'E-post'; -$labels['contact'] = 'Address Books'; -$labels['event'] = 'Calendars'; -$labels['task'] = 'Tasks'; -$labels['note'] = 'Notes'; -$labels['yes'] = 'Yes'; -$labels['no'] = 'No'; -$labels['read'] = 'Read-only'; -$labels['write'] = 'Write'; -$labels['adddelegate'] = 'Add delegate'; -$labels['deletedelegate'] = 'Delete delegate'; -$labels['savingdata'] = 'Saving data...'; -$labels['delegatedeleteconfirm'] = 'Do you really want to delete this delegate?'; -$labels['delegateremoveacl'] = 'remove access rights on folders assigned to this user'; -$labels['deleteconfirm'] = 'Confirmation'; -$labels['deletesuccess'] = 'The delegate was successfully removed.'; -$labels['deleteerror'] = 'Could not remove delegate.'; -$labels['updatesuccess'] = 'The delegate was successfully updated.'; -$labels['updateerror'] = 'Could not update delegate.'; -$labels['createsuccess'] = 'The delegate was successfully added.'; -$labels['createerror'] = 'Could not add delegate.'; -$labels['arialabeldelegatedelete'] = 'Delegate deletion dialog'; -$labels['arialabeldelegateform'] = 'Delegate properties form'; ?> diff --git a/plugins/kolab_delegation/localization/he.inc b/plugins/kolab_delegation/localization/he.inc deleted file mode 100644 index 66efa10a..00000000 --- a/plugins/kolab_delegation/localization/he.inc +++ /dev/null @@ -1,11 +0,0 @@ - diff --git a/plugins/kolab_delegation/localization/hr.inc b/plugins/kolab_delegation/localization/hr.inc deleted file mode 100644 index 2c16c005..00000000 --- a/plugins/kolab_delegation/localization/hr.inc +++ /dev/null @@ -1,11 +0,0 @@ - diff --git a/plugins/kolab_delegation/localization/hu_HU.inc b/plugins/kolab_delegation/localization/hu_HU.inc index 4d0d2ea2..c4c2ac45 100644 --- a/plugins/kolab_delegation/localization/hu_HU.inc +++ b/plugins/kolab_delegation/localization/hu_HU.inc @@ -7,7 +7,6 @@ * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_delegation/ */ $labels['tabtitle'] = 'Meghatalmazás'; -$labels['delegationtitle'] = 'Manage delegates'; $labels['delegates'] = 'Meghatalmazottak'; $labels['delegate'] = 'Meghatalmazott:'; $labels['mail'] = 'E-mail'; @@ -31,6 +30,4 @@ $labels['updatesuccess'] = 'A meghatalmazás sikeresen frissítve lett.'; $labels['updateerror'] = 'Nem sikerült frissíteni a meghatalmazást.'; $labels['createsuccess'] = 'A meghatalmazás sikeresen létre lett hozva.'; $labels['createerror'] = 'Nem sikerült létrehozni a meghatalmazást.'; -$labels['arialabeldelegatedelete'] = 'Delegate deletion dialog'; -$labels['arialabeldelegateform'] = 'Delegate properties form'; ?> diff --git a/plugins/kolab_delegation/localization/ja_JP.inc b/plugins/kolab_delegation/localization/ja_JP.inc index 2427551b..4e553bb0 100644 --- a/plugins/kolab_delegation/localization/ja_JP.inc +++ b/plugins/kolab_delegation/localization/ja_JP.inc @@ -7,10 +7,8 @@ * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_delegation/ */ $labels['tabtitle'] = '委任'; -$labels['delegationtitle'] = 'Manage delegates'; $labels['delegates'] = '委任者'; $labels['delegate'] = '委任者'; -$labels['mail'] = 'Email'; $labels['contact'] = 'アドレス帳'; $labels['event'] = 'カレンダー'; $labels['task'] = 'タスク'; @@ -18,7 +16,6 @@ $labels['note'] = 'ノート'; $labels['yes'] = 'はい'; $labels['no'] = 'いいえ'; $labels['read'] = '読込のみ'; -$labels['write'] = 'Write'; $labels['adddelegate'] = '委任者を追加'; $labels['deletedelegate'] = '委任者を削除'; $labels['savingdata'] = 'データを保存中…'; @@ -31,6 +28,4 @@ $labels['updatesuccess'] = '委任者の更新に成功しました。'; $labels['updateerror'] = '委任者の更新ができません。'; $labels['createsuccess'] = '委任者の追加に成功しました。'; $labels['createerror'] = '委任者の追加ができません。'; -$labels['arialabeldelegatedelete'] = 'Delegate deletion dialog'; -$labels['arialabeldelegateform'] = 'Delegate properties form'; ?> diff --git a/plugins/kolab_delegation/localization/ku_IQ.inc b/plugins/kolab_delegation/localization/ku_IQ.inc deleted file mode 100644 index d20efb2d..00000000 --- a/plugins/kolab_delegation/localization/ku_IQ.inc +++ /dev/null @@ -1,9 +0,0 @@ - diff --git a/plugins/kolab_delegation/localization/pl.inc b/plugins/kolab_delegation/localization/pl.inc deleted file mode 100644 index 77215c2e..00000000 --- a/plugins/kolab_delegation/localization/pl.inc +++ /dev/null @@ -1,11 +0,0 @@ - diff --git a/plugins/kolab_delegation/localization/pt_BR.inc b/plugins/kolab_delegation/localization/pt_BR.inc index 3bec6245..26a39908 100644 --- a/plugins/kolab_delegation/localization/pt_BR.inc +++ b/plugins/kolab_delegation/localization/pt_BR.inc @@ -7,7 +7,6 @@ * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_delegation/ */ $labels['tabtitle'] = 'Delegação'; -$labels['delegationtitle'] = 'Manage delegates'; $labels['delegates'] = 'Delegados'; $labels['delegate'] = 'Delegado'; $labels['mail'] = 'E-mail'; @@ -31,6 +30,4 @@ $labels['updatesuccess'] = 'O delegado foi atualizado com sucesso.'; $labels['updateerror'] = 'Não foi possível atualizar o delegado'; $labels['createsuccess'] = 'O delegado foi adicionado com sucesso.'; $labels['createerror'] = 'Não foi possível adicionar o delegado'; -$labels['arialabeldelegatedelete'] = 'Delegate deletion dialog'; -$labels['arialabeldelegateform'] = 'Delegate properties form'; ?> diff --git a/plugins/kolab_delegation/localization/ro.inc b/plugins/kolab_delegation/localization/ro.inc deleted file mode 100644 index d20efb2d..00000000 --- a/plugins/kolab_delegation/localization/ro.inc +++ /dev/null @@ -1,9 +0,0 @@ - diff --git a/plugins/kolab_delegation/localization/sk.inc b/plugins/kolab_delegation/localization/sk.inc deleted file mode 100644 index b61cbb91..00000000 --- a/plugins/kolab_delegation/localization/sk.inc +++ /dev/null @@ -1,10 +0,0 @@ - diff --git a/plugins/kolab_delegation/localization/sl.inc b/plugins/kolab_delegation/localization/sl.inc deleted file mode 100644 index c74ce581..00000000 --- a/plugins/kolab_delegation/localization/sl.inc +++ /dev/null @@ -1,36 +0,0 @@ - diff --git a/plugins/kolab_delegation/localization/sv.inc b/plugins/kolab_delegation/localization/sv.inc deleted file mode 100644 index d20efb2d..00000000 --- a/plugins/kolab_delegation/localization/sv.inc +++ /dev/null @@ -1,9 +0,0 @@ - diff --git a/plugins/kolab_delegation/localization/th.inc b/plugins/kolab_delegation/localization/th.inc deleted file mode 100644 index f374ddff..00000000 --- a/plugins/kolab_delegation/localization/th.inc +++ /dev/null @@ -1,32 +0,0 @@ - diff --git a/plugins/kolab_delegation/localization/tr_TR.inc b/plugins/kolab_delegation/localization/tr_TR.inc deleted file mode 100644 index d20efb2d..00000000 --- a/plugins/kolab_delegation/localization/tr_TR.inc +++ /dev/null @@ -1,9 +0,0 @@ - diff --git a/plugins/kolab_delegation/localization/uk.inc b/plugins/kolab_delegation/localization/uk.inc deleted file mode 100644 index c581521c..00000000 --- a/plugins/kolab_delegation/localization/uk.inc +++ /dev/null @@ -1,24 +0,0 @@ - diff --git a/plugins/kolab_delegation/localization/vi.inc b/plugins/kolab_delegation/localization/vi.inc deleted file mode 100644 index 66efa10a..00000000 --- a/plugins/kolab_delegation/localization/vi.inc +++ /dev/null @@ -1,11 +0,0 @@ - diff --git a/plugins/kolab_delegation/localization/vi_VN.inc b/plugins/kolab_delegation/localization/vi_VN.inc deleted file mode 100644 index 66efa10a..00000000 --- a/plugins/kolab_delegation/localization/vi_VN.inc +++ /dev/null @@ -1,11 +0,0 @@ - diff --git a/plugins/kolab_delegation/localization/zh_TW.inc b/plugins/kolab_delegation/localization/zh_TW.inc deleted file mode 100644 index 66efa10a..00000000 --- a/plugins/kolab_delegation/localization/zh_TW.inc +++ /dev/null @@ -1,11 +0,0 @@ -