summaryrefslogtreecommitdiff
path: root/app/Locale
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-02-08 20:35:51 -0500
committerFrederic Guillot <fred@kanboard.net>2017-02-08 20:35:51 -0500
commit5c0b90bb298d53567c27be527c9caff16dd34f7f (patch)
treeaa291653fbdf2a46a876f977736abe59a978ac38 /app/Locale
parent647568cdddeaebdb0bd78cec53da9c8d6ac367a3 (diff)
Change wording for project status (use "closed" instead of "inactive")
Diffstat (limited to 'app/Locale')
-rw-r--r--app/Locale/bs_BA/translations.php11
-rw-r--r--app/Locale/cs_CZ/translations.php11
-rw-r--r--app/Locale/da_DK/translations.php11
-rw-r--r--app/Locale/de_DE/translations.php11
-rw-r--r--app/Locale/el_GR/translations.php11
-rw-r--r--app/Locale/es_ES/translations.php11
-rw-r--r--app/Locale/fi_FI/translations.php11
-rw-r--r--app/Locale/fr_FR/translations.php11
-rw-r--r--app/Locale/hu_HU/translations.php11
-rw-r--r--app/Locale/id_ID/translations.php11
-rw-r--r--app/Locale/it_IT/translations.php11
-rw-r--r--app/Locale/ja_JP/translations.php11
-rw-r--r--app/Locale/ko_KR/translations.php11
-rw-r--r--app/Locale/my_MY/translations.php11
-rw-r--r--app/Locale/nb_NO/translations.php11
-rw-r--r--app/Locale/nl_NL/translations.php11
-rw-r--r--app/Locale/pl_PL/translations.php11
-rw-r--r--app/Locale/pt_BR/translations.php11
-rw-r--r--app/Locale/pt_PT/translations.php11
-rw-r--r--app/Locale/ru_RU/translations.php11
-rw-r--r--app/Locale/sr_Latn_RS/translations.php11
-rw-r--r--app/Locale/sv_SE/translations.php11
-rw-r--r--app/Locale/th_TH/translations.php11
-rw-r--r--app/Locale/tr_TR/translations.php11
-rw-r--r--app/Locale/zh_CN/translations.php11
25 files changed, 200 insertions, 75 deletions
diff --git a/app/Locale/bs_BA/translations.php b/app/Locale/bs_BA/translations.php
index f9a9e7d8..62881552 100644
--- a/app/Locale/bs_BA/translations.php
+++ b/app/Locale/bs_BA/translations.php
@@ -316,9 +316,6 @@ return array(
'Disable public access' => 'Zabrani javni pristup',
'Enable public access' => 'Dozvoli javni pristup',
'Public access disabled' => 'Javni pristup onemogućen!',
- 'Do you really want to disable this project: "%s"?' => 'Da li zaista želiš da deaktiviraš projekat: "%s"?',
- 'Do you really want to enable this project: "%s"?' => 'Da li zaista želiš da aktiviraš projekat: "%s"?',
- 'Project activation' => 'Aktivacija projekta',
'Move the task to another project' => 'Premjesti zadatak u drugi projekat',
'Move to another project' => 'Premjesti u drugi projekat',
'Do you really want to duplicate this task?' => 'Da li zaista želiš duplicirati ovaj zadatak?',
@@ -1307,4 +1304,12 @@ return array(
// 'The project email is optional and could be used by several plugins.' => '',
// 'The email project must be unique across all projects' => '',
// 'The email configuration has been disabled by the administrator.' => '',
+ // 'Close this project' => '',
+ // 'Open this project' => '',
+ // 'Close a project' => '',
+ // 'Do you really want to close this project: "%s"?' => '',
+ // 'Reopen a project' => '',
+ // 'Do you really want to reopen this project: "%s"?' => '',
+ // 'This project is open' => '',
+ // 'This project is closed' => '',
);
diff --git a/app/Locale/cs_CZ/translations.php b/app/Locale/cs_CZ/translations.php
index 59f68325..823410b5 100644
--- a/app/Locale/cs_CZ/translations.php
+++ b/app/Locale/cs_CZ/translations.php
@@ -316,9 +316,6 @@ return array(
'Disable public access' => 'Zakázat veřejný přístup',
'Enable public access' => 'Povolit veřejný přístup',
'Public access disabled' => 'Veřejný přístup zakázán',
- 'Do you really want to disable this project: "%s"?' => 'Opravdu chcete zakázat projekt: "%s"',
- 'Do you really want to enable this project: "%s"?' => 'Opravdu chcete znovu povolit projekt: "%s"',
- 'Project activation' => 'Aktivace projektu',
'Move the task to another project' => 'Přesunutí úkolu do jiného projektu',
'Move to another project' => 'Přesunout do jiného projektu',
'Do you really want to duplicate this task?' => 'Opravdu chcete vytořit kopii tohoto úkolu?',
@@ -1307,4 +1304,12 @@ return array(
// 'The project email is optional and could be used by several plugins.' => '',
// 'The email project must be unique across all projects' => '',
// 'The email configuration has been disabled by the administrator.' => '',
+ // 'Close this project' => '',
+ // 'Open this project' => '',
+ // 'Close a project' => '',
+ // 'Do you really want to close this project: "%s"?' => '',
+ // 'Reopen a project' => '',
+ // 'Do you really want to reopen this project: "%s"?' => '',
+ // 'This project is open' => '',
+ // 'This project is closed' => '',
);
diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php
index e5d447a7..92f41d1e 100644
--- a/app/Locale/da_DK/translations.php
+++ b/app/Locale/da_DK/translations.php
@@ -316,9 +316,6 @@ return array(
'Disable public access' => 'Deaktiver offentlig adgang',
'Enable public access' => 'Aktivér offentlig adgang',
'Public access disabled' => 'Offentlig adgang deaktiveret',
- 'Do you really want to disable this project: "%s"?' => 'Vil du virkelig deaktivere dette projekt: "%s"?',
- 'Do you really want to enable this project: "%s"?' => 'Vil du virkelig aktiverer dette projekt: "%s"?',
- 'Project activation' => 'Projekt aktivering',
'Move the task to another project' => 'Flyt opgaven til et andet projekt',
'Move to another project' => 'Flyt til et andet projekt',
'Do you really want to duplicate this task?' => 'Vil du virkelig kopiere denne opgave?',
@@ -1307,4 +1304,12 @@ return array(
// 'The project email is optional and could be used by several plugins.' => '',
// 'The email project must be unique across all projects' => '',
// 'The email configuration has been disabled by the administrator.' => '',
+ // 'Close this project' => '',
+ // 'Open this project' => '',
+ // 'Close a project' => '',
+ // 'Do you really want to close this project: "%s"?' => '',
+ // 'Reopen a project' => '',
+ // 'Do you really want to reopen this project: "%s"?' => '',
+ // 'This project is open' => '',
+ // 'This project is closed' => '',
);
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php
index 6e7d0ed3..7d2e871f 100644
--- a/app/Locale/de_DE/translations.php
+++ b/app/Locale/de_DE/translations.php
@@ -316,9 +316,6 @@ return array(
'Disable public access' => 'Öffentlichen Zugriff deaktivieren',
'Enable public access' => 'Öffentlichen Zugriff aktivieren',
'Public access disabled' => 'Öffentlicher Zugriff deaktiviert',
- 'Do you really want to disable this project: "%s"?' => 'Möchten Sie dieses Projekt wirklich deaktivieren: "%s"',
- 'Do you really want to enable this project: "%s"?' => 'Möchten Sie dieses Projekt wirklich aktivieren: "%s"',
- 'Project activation' => 'Projektaktivierung',
'Move the task to another project' => 'Aufgabe in ein anderes Projekt verschieben',
'Move to another project' => 'In anderes Projekt verschieben',
'Do you really want to duplicate this task?' => 'Möchten Sie diese Aufgabe wirklich duplizieren?',
@@ -1307,4 +1304,12 @@ return array(
// 'The project email is optional and could be used by several plugins.' => '',
// 'The email project must be unique across all projects' => '',
// 'The email configuration has been disabled by the administrator.' => '',
+ // 'Close this project' => '',
+ // 'Open this project' => '',
+ // 'Close a project' => '',
+ // 'Do you really want to close this project: "%s"?' => '',
+ // 'Reopen a project' => '',
+ // 'Do you really want to reopen this project: "%s"?' => '',
+ // 'This project is open' => '',
+ // 'This project is closed' => '',
);
diff --git a/app/Locale/el_GR/translations.php b/app/Locale/el_GR/translations.php
index e76175fb..10e1f279 100644
--- a/app/Locale/el_GR/translations.php
+++ b/app/Locale/el_GR/translations.php
@@ -316,9 +316,6 @@ return array(
'Disable public access' => 'Απενεργοποίηση δημόσιας πρόσβασης',
'Enable public access' => 'Ενεργοποίηση δημόσιας πρόσβασης',
'Public access disabled' => 'Δημόσια πρόσβαση απενεργοποιήθηκε',
- 'Do you really want to disable this project: "%s"?' => 'Θέλετε πραγματικά να απενεργοποιήσετε το έργο: « %s » ?',
- 'Do you really want to enable this project: "%s"?' => 'Θέλετε πραγματικά να ενεργοποιήσετε το έργο: « %s » ?',
- 'Project activation' => 'Ενεργοποίηση έργου',
'Move the task to another project' => 'Μεταφορά της εργασίας σε άλλο έργο',
'Move to another project' => 'Μεταφορά σε άλλο έργο',
'Do you really want to duplicate this task?' => 'Θέλετε πραγματικά να επαναλάβετε αυτή την εργασία;?',
@@ -1307,4 +1304,12 @@ return array(
// 'The project email is optional and could be used by several plugins.' => '',
// 'The email project must be unique across all projects' => '',
// 'The email configuration has been disabled by the administrator.' => '',
+ // 'Close this project' => '',
+ // 'Open this project' => '',
+ // 'Close a project' => '',
+ // 'Do you really want to close this project: "%s"?' => '',
+ // 'Reopen a project' => '',
+ // 'Do you really want to reopen this project: "%s"?' => '',
+ // 'This project is open' => '',
+ // 'This project is closed' => '',
);
diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php
index e788b98a..9db936f9 100644
--- a/app/Locale/es_ES/translations.php
+++ b/app/Locale/es_ES/translations.php
@@ -316,9 +316,6 @@ return array(
'Disable public access' => 'Desactivar acceso público',
'Enable public access' => 'Activar acceso público',
'Public access disabled' => 'Acceso público desactivado',
- 'Do you really want to disable this project: "%s"?' => '¿Realmente desea desactivar este proyecto: «%s»?',
- 'Do you really want to enable this project: "%s"?' => '¿Realmente desea activar este proyecto: «%s»?',
- 'Project activation' => 'Activación de proyecto',
'Move the task to another project' => 'Mover la tarea a otro proyecto',
'Move to another project' => 'Mover a otro proyecto',
'Do you really want to duplicate this task?' => '¿Realmente desea duplicar esta tarea?',
@@ -1307,4 +1304,12 @@ return array(
// 'The project email is optional and could be used by several plugins.' => '',
// 'The email project must be unique across all projects' => '',
// 'The email configuration has been disabled by the administrator.' => '',
+ // 'Close this project' => '',
+ // 'Open this project' => '',
+ // 'Close a project' => '',
+ // 'Do you really want to close this project: "%s"?' => '',
+ // 'Reopen a project' => '',
+ // 'Do you really want to reopen this project: "%s"?' => '',
+ // 'This project is open' => '',
+ // 'This project is closed' => '',
);
diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php
index 3fb6bf29..68fb88d5 100644
--- a/app/Locale/fi_FI/translations.php
+++ b/app/Locale/fi_FI/translations.php
@@ -316,9 +316,6 @@ return array(
'Disable public access' => 'Poista käytöstä julkinen käyttöoikeus',
'Enable public access' => 'Ota käyttöön ',
'Public access disabled' => 'Julkinen käyttöoikeus ei ole käytössä',
- 'Do you really want to disable this project: "%s"?' => 'Haluatko varmasti tehdä projektista "%s" passiivisen?',
- 'Do you really want to enable this project: "%s"?' => 'Haluatko varmasti aktivoida projektinen "%s"',
- 'Project activation' => 'Projektin aktivointi',
'Move the task to another project' => 'Siirrä tehtävä toiseen projektiin',
'Move to another project' => 'Siirrä toiseen projektiin',
'Do you really want to duplicate this task?' => 'Haluatko varmasti kahdentaa tämän tehtävän?',
@@ -1307,4 +1304,12 @@ return array(
// 'The project email is optional and could be used by several plugins.' => '',
// 'The email project must be unique across all projects' => '',
// 'The email configuration has been disabled by the administrator.' => '',
+ // 'Close this project' => '',
+ // 'Open this project' => '',
+ // 'Close a project' => '',
+ // 'Do you really want to close this project: "%s"?' => '',
+ // 'Reopen a project' => '',
+ // 'Do you really want to reopen this project: "%s"?' => '',
+ // 'This project is open' => '',
+ // 'This project is closed' => '',
);
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php
index 4a34d32a..0c13728c 100644
--- a/app/Locale/fr_FR/translations.php
+++ b/app/Locale/fr_FR/translations.php
@@ -316,9 +316,6 @@ return array(
'Disable public access' => 'Désactiver l\'accès public',
'Enable public access' => 'Activer l\'accès public',
'Public access disabled' => 'Accès public désactivé',
- 'Do you really want to disable this project: "%s"?' => 'Voulez-vous vraiment désactiver ce projet : « %s » ?',
- 'Do you really want to enable this project: "%s"?' => 'Voulez-vous vraiment activer ce projet : « %s » ?',
- 'Project activation' => 'Activation du projet',
'Move the task to another project' => 'Déplacer la tâche vers un autre projet',
'Move to another project' => 'Déplacer vers un autre projet',
'Do you really want to duplicate this task?' => 'Voulez-vous vraiment dupliquer cette tâche ?',
@@ -1307,4 +1304,12 @@ return array(
'The project email is optional and could be used by several plugins.' => 'L\'adresse email d\'un projet est optionnel et pourrait être utilisé par plusieurs extensions.',
'The email project must be unique across all projects' => 'L\'adresse email d\'un projet doit être unique pour tous les projets',
'The email configuration has been disabled by the administrator.' => 'La configuration des emails a été désactivée par l\'administrateur.',
+ 'Close this project' => 'Fermer ce projet',
+ 'Open this project' => 'Ouvrir ce projet',
+ 'Close a project' => 'Fermer un projet',
+ 'Do you really want to close this project: "%s"?' => 'Voulez-vous vraiment fermer ce projet : « %s » ?',
+ 'Reopen a project' => 'Réouvrir un projet',
+ 'Do you really want to reopen this project: "%s"?' => 'Voulez-vous vraiment réouvrir ce projet : « %s » ?',
+ 'This project is open' => 'Ce projet est ouvert',
+ 'This project is closed' => 'Ce projet est fermé',
);
diff --git a/app/Locale/hu_HU/translations.php b/app/Locale/hu_HU/translations.php
index bd2a1f6e..cbf06cfc 100644
--- a/app/Locale/hu_HU/translations.php
+++ b/app/Locale/hu_HU/translations.php
@@ -316,9 +316,6 @@ return array(
'Disable public access' => 'Nyilvános hozzáférés letiltása',
'Enable public access' => 'Nyilvános hozzáférés engedélyezése',
'Public access disabled' => 'Nyilvános hozzáférés letiltva',
- 'Do you really want to disable this project: "%s"?' => 'Tényleg szeretné letiltani ezt a projektet: "%s"?',
- 'Do you really want to enable this project: "%s"?' => 'Tényleg szeretné engedélyezni ezt a projektet: "%s"?',
- 'Project activation' => 'Projekt aktiválás',
'Move the task to another project' => 'Feladat áthelyezése másik projektbe',
'Move to another project' => 'Áthelyezés másik projektbe',
'Do you really want to duplicate this task?' => 'Tényleg szeretné megkettőzni ezt a feladatot?',
@@ -1307,4 +1304,12 @@ return array(
// 'The project email is optional and could be used by several plugins.' => '',
// 'The email project must be unique across all projects' => '',
// 'The email configuration has been disabled by the administrator.' => '',
+ // 'Close this project' => '',
+ // 'Open this project' => '',
+ // 'Close a project' => '',
+ // 'Do you really want to close this project: "%s"?' => '',
+ // 'Reopen a project' => '',
+ // 'Do you really want to reopen this project: "%s"?' => '',
+ // 'This project is open' => '',
+ // 'This project is closed' => '',
);
diff --git a/app/Locale/id_ID/translations.php b/app/Locale/id_ID/translations.php
index 14ff1e02..eaf4ce74 100644
--- a/app/Locale/id_ID/translations.php
+++ b/app/Locale/id_ID/translations.php
@@ -316,9 +316,6 @@ return array(
'Disable public access' => 'Nonaktifkan akses publik',
'Enable public access' => 'Aktifkan akses publik',
'Public access disabled' => 'Akses publik dinonaktifkan',
- 'Do you really want to disable this project: "%s"?' => 'Apakah Anda yakin mau menonaktifkan proyek ini: "%s"?',
- 'Do you really want to enable this project: "%s"?' => 'Apakah Anda yakin mau mengaktifkan proyek ini: "%s"?',
- 'Project activation' => 'Aktivasi proyek',
'Move the task to another project' => 'Pindahkan tugas ke proyek lain',
'Move to another project' => 'Pindahkan ke proyek lain',
'Do you really want to duplicate this task?' => 'Apakah Anda yakin mau menduplikasi tugas ini?',
@@ -1307,4 +1304,12 @@ return array(
// 'The project email is optional and could be used by several plugins.' => '',
// 'The email project must be unique across all projects' => '',
// 'The email configuration has been disabled by the administrator.' => '',
+ // 'Close this project' => '',
+ // 'Open this project' => '',
+ // 'Close a project' => '',
+ // 'Do you really want to close this project: "%s"?' => '',
+ // 'Reopen a project' => '',
+ // 'Do you really want to reopen this project: "%s"?' => '',
+ // 'This project is open' => '',
+ // 'This project is closed' => '',
);
diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php
index eaff4d6e..bd0df667 100644
--- a/app/Locale/it_IT/translations.php
+++ b/app/Locale/it_IT/translations.php
@@ -316,9 +316,6 @@ return array(
'Disable public access' => 'Disabilita l\'accesso pubblico',
'Enable public access' => 'Abilita l\'accesso pubblico',
'Public access disabled' => 'Accesso pubblico disattivato',
- 'Do you really want to disable this project: "%s"?' => 'Vuoi davvero disabilitare il seguente progetto: "%s"?',
- 'Do you really want to enable this project: "%s"?' => 'Vuoi davvero abilitare il seguente progetto: "%s"?',
- 'Project activation' => 'Attivazione progetto',
'Move the task to another project' => 'Sposta il task in un altro progetto',
'Move to another project' => 'Sposta in un altro progetto',
'Do you really want to duplicate this task?' => 'Vuoi davvero duplicare questo task?',
@@ -1307,4 +1304,12 @@ return array(
// 'The project email is optional and could be used by several plugins.' => '',
// 'The email project must be unique across all projects' => '',
// 'The email configuration has been disabled by the administrator.' => '',
+ // 'Close this project' => '',
+ // 'Open this project' => '',
+ // 'Close a project' => '',
+ // 'Do you really want to close this project: "%s"?' => '',
+ // 'Reopen a project' => '',
+ // 'Do you really want to reopen this project: "%s"?' => '',
+ // 'This project is open' => '',
+ // 'This project is closed' => '',
);
diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php
index 58375e47..75220f84 100644
--- a/app/Locale/ja_JP/translations.php
+++ b/app/Locale/ja_JP/translations.php
@@ -316,9 +316,6 @@ return array(
'Disable public access' => '公開アクセスを無効にする',
'Enable public access' => '公開アクセスを有効にする',
'Public access disabled' => '公開アクセスは無効化されています',
- 'Do you really want to disable this project: "%s"?' => '「%s」を無効にしますか?',
- 'Do you really want to enable this project: "%s"?' => '「%s」を有効にしますか?',
- 'Project activation' => 'プロジェクトのアクティベーション',
'Move the task to another project' => 'タスクを別プロジェクトに移す',
'Move to another project' => '別プロジェクトに移す',
'Do you really want to duplicate this task?' => 'タスクを複製しますか?',
@@ -1307,4 +1304,12 @@ return array(
// 'The project email is optional and could be used by several plugins.' => '',
// 'The email project must be unique across all projects' => '',
// 'The email configuration has been disabled by the administrator.' => '',
+ // 'Close this project' => '',
+ // 'Open this project' => '',
+ // 'Close a project' => '',
+ // 'Do you really want to close this project: "%s"?' => '',
+ // 'Reopen a project' => '',
+ // 'Do you really want to reopen this project: "%s"?' => '',
+ // 'This project is open' => '',
+ // 'This project is closed' => '',
);
diff --git a/app/Locale/ko_KR/translations.php b/app/Locale/ko_KR/translations.php
index d327f978..effc46b9 100644
--- a/app/Locale/ko_KR/translations.php
+++ b/app/Locale/ko_KR/translations.php
@@ -316,9 +316,6 @@ return array(
'Disable public access' => '공개 접속 비활성화',
'Enable public access' => '공개 접속 활성화',
'Public access disabled' => '공개 접속 불가',
- 'Do you really want to disable this project: "%s"?' => '프로젝트를 비활성화하시겠습니까: "%s"?',
- 'Do you really want to enable this project: "%s"?' => '프로젝트를 활성화하시겠습니까: "%s"?',
- 'Project activation' => '프로젝트의 액티베ー션',
'Move the task to another project' => '할일별 프로젝트에 옮기',
'Move to another project' => '다른 프로젝트로 이동',
'Do you really want to duplicate this task?' => '할일을 복제합니까?',
@@ -1307,4 +1304,12 @@ return array(
// 'The project email is optional and could be used by several plugins.' => '',
// 'The email project must be unique across all projects' => '',
// 'The email configuration has been disabled by the administrator.' => '',
+ // 'Close this project' => '',
+ // 'Open this project' => '',
+ // 'Close a project' => '',
+ // 'Do you really want to close this project: "%s"?' => '',
+ // 'Reopen a project' => '',
+ // 'Do you really want to reopen this project: "%s"?' => '',
+ // 'This project is open' => '',
+ // 'This project is closed' => '',
);
diff --git a/app/Locale/my_MY/translations.php b/app/Locale/my_MY/translations.php
index 01cd05b9..5703d60e 100644
--- a/app/Locale/my_MY/translations.php
+++ b/app/Locale/my_MY/translations.php
@@ -316,9 +316,6 @@ return array(
'Disable public access' => 'Nyahaktifkan akses awam',
'Enable public access' => 'Aktifkan akses awam',
'Public access disabled' => 'Akses awam dinyahaktif',
- 'Do you really want to disable this project: "%s"?' => 'Anda yakin menyah-aktifkan projek ini : « %s » ?',
- 'Do you really want to enable this project: "%s"?' => 'Anda yakin untuk mengaktifkan projek ini : « %s » ?',
- 'Project activation' => 'Aktifkan projek',
'Move the task to another project' => 'Pindahkan tugas ke projek lain',
'Move to another project' => 'Pindahkan ke projek lain',
'Do you really want to duplicate this task?' => 'Anda yakin mengembarkan tugas ini ?',
@@ -1307,4 +1304,12 @@ return array(
// 'The project email is optional and could be used by several plugins.' => '',
// 'The email project must be unique across all projects' => '',
// 'The email configuration has been disabled by the administrator.' => '',
+ // 'Close this project' => '',
+ // 'Open this project' => '',
+ // 'Close a project' => '',
+ // 'Do you really want to close this project: "%s"?' => '',
+ // 'Reopen a project' => '',
+ // 'Do you really want to reopen this project: "%s"?' => '',
+ // 'This project is open' => '',
+ // 'This project is closed' => '',
);
diff --git a/app/Locale/nb_NO/translations.php b/app/Locale/nb_NO/translations.php
index d68545c2..df0e3579 100644
--- a/app/Locale/nb_NO/translations.php
+++ b/app/Locale/nb_NO/translations.php
@@ -316,9 +316,6 @@ return array(
'Disable public access' => 'Deaktiver offentlig tilgang',
'Enable public access' => 'Aktiver offentlig tilgang',
'Public access disabled' => 'Offentlig tilgang er deaktivert',
- 'Do you really want to disable this project: "%s"?' => 'Vil du deaktivere prosjektet: "%s"?',
- 'Do you really want to enable this project: "%s"?' => 'Vil du aktivere prosjektet: "%s"?',
- 'Project activation' => 'Prosjekt aktivering',
'Move the task to another project' => 'Flytt oppgaven til et annet prosjekt',
'Move to another project' => 'Flytt til et annet prosjekt',
'Do you really want to duplicate this task?' => 'Vil du kopiere denne oppgaven?',
@@ -1307,4 +1304,12 @@ return array(
// 'The project email is optional and could be used by several plugins.' => '',
// 'The email project must be unique across all projects' => '',
// 'The email configuration has been disabled by the administrator.' => '',
+ // 'Close this project' => '',
+ // 'Open this project' => '',
+ // 'Close a project' => '',
+ // 'Do you really want to close this project: "%s"?' => '',
+ // 'Reopen a project' => '',
+ // 'Do you really want to reopen this project: "%s"?' => '',
+ // 'This project is open' => '',
+ // 'This project is closed' => '',
);
diff --git a/app/Locale/nl_NL/translations.php b/app/Locale/nl_NL/translations.php
index a338be3e..0ecd03d2 100644
--- a/app/Locale/nl_NL/translations.php
+++ b/app/Locale/nl_NL/translations.php
@@ -316,9 +316,6 @@ return array(
'Disable public access' => 'Publieke toegang uitschakelen',
'Enable public access' => 'Publieke toegang inschakelen',
'Public access disabled' => 'Publieke toegang uitgeschakeld',
- 'Do you really want to disable this project: "%s"?' => 'Weet u zeker dat u dit project wil uitschakelen : « %s » ?',
- 'Do you really want to enable this project: "%s"?' => 'Weet u zeker dat u dit project wil activeren : « %s » ?',
- 'Project activation' => 'Project activatie',
'Move the task to another project' => 'Taak verplaatsen naar een ander project',
'Move to another project' => 'Verplaats naar een ander project',
'Do you really want to duplicate this task?' => 'Weet u zeker dat u deze taak wil dupliceren ?',
@@ -1307,4 +1304,12 @@ return array(
// 'The project email is optional and could be used by several plugins.' => '',
// 'The email project must be unique across all projects' => '',
// 'The email configuration has been disabled by the administrator.' => '',
+ // 'Close this project' => '',
+ // 'Open this project' => '',
+ // 'Close a project' => '',
+ // 'Do you really want to close this project: "%s"?' => '',
+ // 'Reopen a project' => '',
+ // 'Do you really want to reopen this project: "%s"?' => '',
+ // 'This project is open' => '',
+ // 'This project is closed' => '',
);
diff --git a/app/Locale/pl_PL/translations.php b/app/Locale/pl_PL/translations.php
index 3b753633..b4443321 100644
--- a/app/Locale/pl_PL/translations.php
+++ b/app/Locale/pl_PL/translations.php
@@ -316,9 +316,6 @@ return array(
'Disable public access' => 'Zablokuj dostęp publiczny',
'Enable public access' => 'Odblokuj dostęp publiczny',
'Public access disabled' => 'Dostęp publiczny zablokowany',
- 'Do you really want to disable this project: "%s"?' => 'Czy na pewno chcesz wyłączyć projekt: "%s"?',
- 'Do you really want to enable this project: "%s"?' => 'Czy na pewno chcesz włączyć projekt: "%s"?',
- 'Project activation' => 'Aktywacja projektu',
'Move the task to another project' => 'Przenieś zadanie do innego projektu',
'Move to another project' => 'Przenieś do innego projektu',
'Do you really want to duplicate this task?' => 'Czy na pewno chcesz zduplikować to zadanie?',
@@ -1307,4 +1304,12 @@ return array(
// 'The project email is optional and could be used by several plugins.' => '',
// 'The email project must be unique across all projects' => '',
// 'The email configuration has been disabled by the administrator.' => '',
+ // 'Close this project' => '',
+ // 'Open this project' => '',
+ // 'Close a project' => '',
+ // 'Do you really want to close this project: "%s"?' => '',
+ // 'Reopen a project' => '',
+ // 'Do you really want to reopen this project: "%s"?' => '',
+ // 'This project is open' => '',
+ // 'This project is closed' => '',
);
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php
index 38eac473..919c5897 100644
--- a/app/Locale/pt_BR/translations.php
+++ b/app/Locale/pt_BR/translations.php
@@ -316,9 +316,6 @@ return array(
'Disable public access' => 'Desabilitar o acesso público',
'Enable public access' => 'Habilitar o acesso público',
'Public access disabled' => 'Acesso público desabilitado',
- 'Do you really want to disable this project: "%s"?' => 'Você realmente deseja desativar este projeto: "%s"?',
- 'Do you really want to enable this project: "%s"?' => 'Você realmente deseja ativar este projeto: "%s"?',
- 'Project activation' => 'Ativação do projeto',
'Move the task to another project' => 'Mover a tarefa para outro projeto',
'Move to another project' => 'Mover para outro projeto',
'Do you really want to duplicate this task?' => 'Você realmente deseja duplicar esta tarefa?',
@@ -1307,4 +1304,12 @@ return array(
// 'The project email is optional and could be used by several plugins.' => '',
// 'The email project must be unique across all projects' => '',
// 'The email configuration has been disabled by the administrator.' => '',
+ // 'Close this project' => '',
+ // 'Open this project' => '',
+ // 'Close a project' => '',
+ // 'Do you really want to close this project: "%s"?' => '',
+ // 'Reopen a project' => '',
+ // 'Do you really want to reopen this project: "%s"?' => '',
+ // 'This project is open' => '',
+ // 'This project is closed' => '',
);
diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php
index ca23a662..d88cdab7 100644
--- a/app/Locale/pt_PT/translations.php
+++ b/app/Locale/pt_PT/translations.php
@@ -316,9 +316,6 @@ return array(
'Disable public access' => 'Desactivar o acesso público',
'Enable public access' => 'Activar o acesso público',
'Public access disabled' => 'Acesso público desactivado',
- 'Do you really want to disable this project: "%s"?' => 'Tem a certeza que quer desactivar este projeto: "%s"?',
- 'Do you really want to enable this project: "%s"?' => 'Tem a certeza que quer activar este projeto: "%s"?',
- 'Project activation' => 'Activação do projeto',
'Move the task to another project' => 'Mover a tarefa para outro projeto',
'Move to another project' => 'Mover para outro projeto',
'Do you really want to duplicate this task?' => 'Tem a certeza que quer duplicar esta tarefa?',
@@ -1307,4 +1304,12 @@ return array(
'The project email is optional and could be used by several plugins.' => 'O e-mail do projeto é opcional e pode ser usado por vários plugins.',
'The email project must be unique across all projects' => 'O e-mail do projeto tem de ser único em todos os projetos',
'The email configuration has been disabled by the administrator.' => 'A configuração de e-mail foi desativada pelo administrador.',
+ // 'Close this project' => '',
+ // 'Open this project' => '',
+ // 'Close a project' => '',
+ // 'Do you really want to close this project: "%s"?' => '',
+ // 'Reopen a project' => '',
+ // 'Do you really want to reopen this project: "%s"?' => '',
+ // 'This project is open' => '',
+ // 'This project is closed' => '',
);
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php
index 8cd10d87..268b9987 100644
--- a/app/Locale/ru_RU/translations.php
+++ b/app/Locale/ru_RU/translations.php
@@ -316,9 +316,6 @@ return array(
'Disable public access' => 'Отключить общий доступ',
'Enable public access' => 'Включить общий доступ',
'Public access disabled' => 'Общий доступ отключён',
- 'Do you really want to disable this project: "%s"?' => 'Вы точно хотите деактивировать проект: "%s"?',
- 'Do you really want to enable this project: "%s"?' => 'Вы точно хотите активировать проект: "%s"?',
- 'Project activation' => 'Активация проекта',
'Move the task to another project' => 'Переместить задачу в другой проект',
'Move to another project' => 'Переместить в другой проект',
'Do you really want to duplicate this task?' => 'Вы точно хотите клонировать задачу?',
@@ -1307,4 +1304,12 @@ return array(
// 'The project email is optional and could be used by several plugins.' => '',
// 'The email project must be unique across all projects' => '',
// 'The email configuration has been disabled by the administrator.' => '',
+ // 'Close this project' => '',
+ // 'Open this project' => '',
+ // 'Close a project' => '',
+ // 'Do you really want to close this project: "%s"?' => '',
+ // 'Reopen a project' => '',
+ // 'Do you really want to reopen this project: "%s"?' => '',
+ // 'This project is open' => '',
+ // 'This project is closed' => '',
);
diff --git a/app/Locale/sr_Latn_RS/translations.php b/app/Locale/sr_Latn_RS/translations.php
index bc342d05..cf831723 100644
--- a/app/Locale/sr_Latn_RS/translations.php
+++ b/app/Locale/sr_Latn_RS/translations.php
@@ -316,9 +316,6 @@ return array(
'Disable public access' => 'Zabrani javni pristup',
'Enable public access' => 'Dozvoli javni pristup',
'Public access disabled' => 'Javni pristup onemogućen!',
- 'Do you really want to disable this project: "%s"?' => 'Da li zaista želiš da deaktiviraš projekat: "%s"?',
- 'Do you really want to enable this project: "%s"?' => 'Da li zaista želiš da aktiviraš projekat: "%s"?',
- 'Project activation' => 'Aktivacija projekta',
'Move the task to another project' => 'Premesti zadatak u drugi projekat',
'Move to another project' => 'Premesti u drugi projekat',
'Do you really want to duplicate this task?' => 'Da li da napravim kopiju ovog projekta?',
@@ -1307,4 +1304,12 @@ return array(
// 'The project email is optional and could be used by several plugins.' => '',
// 'The email project must be unique across all projects' => '',
// 'The email configuration has been disabled by the administrator.' => '',
+ // 'Close this project' => '',
+ // 'Open this project' => '',
+ // 'Close a project' => '',
+ // 'Do you really want to close this project: "%s"?' => '',
+ // 'Reopen a project' => '',
+ // 'Do you really want to reopen this project: "%s"?' => '',
+ // 'This project is open' => '',
+ // 'This project is closed' => '',
);
diff --git a/app/Locale/sv_SE/translations.php b/app/Locale/sv_SE/translations.php
index 00e42412..c643c146 100644
--- a/app/Locale/sv_SE/translations.php
+++ b/app/Locale/sv_SE/translations.php
@@ -316,9 +316,6 @@ return array(
'Disable public access' => 'Inaktivera publik åtkomst',
'Enable public access' => 'Aktivera publik åtkomst',
'Public access disabled' => 'Publik åtkomst har inaktiverats',
- 'Do you really want to disable this project: "%s"?' => 'Vill du verkligen inaktivera detta projekt: "%s"?',
- 'Do you really want to enable this project: "%s"?' => 'Vill du verkligen aktivera detta projekt: "%s"?',
- 'Project activation' => 'Projektaktivering',
'Move the task to another project' => 'Flytta uppgiften till ett annat projekt',
'Move to another project' => 'Flytta till ett annat projekt',
'Do you really want to duplicate this task?' => 'Vill du verkligen kopiera denna uppgift?',
@@ -1307,4 +1304,12 @@ return array(
// 'The project email is optional and could be used by several plugins.' => '',
// 'The email project must be unique across all projects' => '',
// 'The email configuration has been disabled by the administrator.' => '',
+ // 'Close this project' => '',
+ // 'Open this project' => '',
+ // 'Close a project' => '',
+ // 'Do you really want to close this project: "%s"?' => '',
+ // 'Reopen a project' => '',
+ // 'Do you really want to reopen this project: "%s"?' => '',
+ // 'This project is open' => '',
+ // 'This project is closed' => '',
);
diff --git a/app/Locale/th_TH/translations.php b/app/Locale/th_TH/translations.php
index 06aa3256..883abe48 100644
--- a/app/Locale/th_TH/translations.php
+++ b/app/Locale/th_TH/translations.php
@@ -316,9 +316,6 @@ return array(
'Disable public access' => 'ปิดการเข้าถึงสาธารณะ',
'Enable public access' => 'เปิดการเข้าถึงสาธารณะ',
'Public access disabled' => 'การเข้าถึงสาธารณะถูกปิด',
- 'Do you really want to disable this project: "%s"?' => 'คุณต้องการปิดการใช้งานโปรเจคนี้: "%s" ใช่หรือไม่?',
- 'Do you really want to enable this project: "%s"?' => 'คุณต้องการเปิดการใช้งานโปรเจคนี้: "%s" ใช่หรือไม่?',
- 'Project activation' => 'การ เปิด/ปิด ใช้งานโปรเจค',
'Move the task to another project' => 'ย้ายงานไปโปรเจคอื่น',
'Move to another project' => 'ย้ายไปโปรเจคอื่น',
'Do you really want to duplicate this task?' => 'คุณต้องการทำซ้ำงานนี้ใช่หรือไม่?',
@@ -1307,4 +1304,12 @@ return array(
// 'The project email is optional and could be used by several plugins.' => '',
// 'The email project must be unique across all projects' => '',
// 'The email configuration has been disabled by the administrator.' => '',
+ // 'Close this project' => '',
+ // 'Open this project' => '',
+ // 'Close a project' => '',
+ // 'Do you really want to close this project: "%s"?' => '',
+ // 'Reopen a project' => '',
+ // 'Do you really want to reopen this project: "%s"?' => '',
+ // 'This project is open' => '',
+ // 'This project is closed' => '',
);
diff --git a/app/Locale/tr_TR/translations.php b/app/Locale/tr_TR/translations.php
index 9e12b97b..183acd4d 100644
--- a/app/Locale/tr_TR/translations.php
+++ b/app/Locale/tr_TR/translations.php
@@ -316,9 +316,6 @@ return array(
'Disable public access' => 'Dışa açık erişimi kapat',
'Enable public access' => 'Dışa açık erişimi aç',
'Public access disabled' => 'Dışa açık erişim kapatıldı',
- 'Do you really want to disable this project: "%s"?' => 'Bu projeyi devre dışı bırakmak istediğinize emin misiniz?: "%s"',
- 'Do you really want to enable this project: "%s"?' => 'Bu projeyi aktive etmek istediğinize emin misiniz?: "%s"',
- 'Project activation' => 'Proje aktivasyonu',
'Move the task to another project' => 'Görevi başka projeye taşı',
'Move to another project' => 'Başka projeye taşı',
'Do you really want to duplicate this task?' => 'Bu görevin kopyasını oluşturmak istediğinize emin misiniz?',
@@ -1307,4 +1304,12 @@ return array(
// 'The project email is optional and could be used by several plugins.' => '',
// 'The email project must be unique across all projects' => '',
// 'The email configuration has been disabled by the administrator.' => '',
+ // 'Close this project' => '',
+ // 'Open this project' => '',
+ // 'Close a project' => '',
+ // 'Do you really want to close this project: "%s"?' => '',
+ // 'Reopen a project' => '',
+ // 'Do you really want to reopen this project: "%s"?' => '',
+ // 'This project is open' => '',
+ // 'This project is closed' => '',
);
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php
index 838147ec..1935a7e8 100644
--- a/app/Locale/zh_CN/translations.php
+++ b/app/Locale/zh_CN/translations.php
@@ -316,9 +316,6 @@ return array(
'Disable public access' => '停止公开访问',
'Enable public access' => '开启公开访问',
'Public access disabled' => '已经禁止公开访问',
- 'Do you really want to disable this project: "%s"?' => '确认要禁用项目"%s"吗?',
- 'Do you really want to enable this project: "%s"?' => '确认要启用项目"%s"吗?',
- 'Project activation' => '项目启动',
'Move the task to another project' => '移动任务到其它项目',
'Move to another project' => '移动到其它项目',
'Do you really want to duplicate this task?' => '确定要复制此任务吗?',
@@ -1307,4 +1304,12 @@ return array(
// 'The project email is optional and could be used by several plugins.' => '',
// 'The email project must be unique across all projects' => '',
// 'The email configuration has been disabled by the administrator.' => '',
+ // 'Close this project' => '',
+ // 'Open this project' => '',
+ // 'Close a project' => '',
+ // 'Do you really want to close this project: "%s"?' => '',
+ // 'Reopen a project' => '',
+ // 'Do you really want to reopen this project: "%s"?' => '',
+ // 'This project is open' => '',
+ // 'This project is closed' => '',
);