From 9f3486f7481ea5f7ecd9de724549c168072dd046 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Thu, 16 Nov 2017 13:09:46 -0800 Subject: Add help message on project sharing page --- app/Locale/bs_BA/translations.php | 1 + app/Locale/ca_ES/translations.php | 1 + app/Locale/cs_CZ/translations.php | 1 + app/Locale/da_DK/translations.php | 1 + app/Locale/de_DE/translations.php | 1 + app/Locale/el_GR/translations.php | 1 + app/Locale/es_ES/translations.php | 1 + app/Locale/fi_FI/translations.php | 1 + app/Locale/fr_FR/translations.php | 1 + app/Locale/hr_HR/translations.php | 1 + app/Locale/hu_HU/translations.php | 1 + app/Locale/id_ID/translations.php | 1 + app/Locale/it_IT/translations.php | 1 + app/Locale/ja_JP/translations.php | 1 + app/Locale/ko_KR/translations.php | 1 + app/Locale/my_MY/translations.php | 1 + app/Locale/nb_NO/translations.php | 1 + app/Locale/nl_NL/translations.php | 1 + app/Locale/pl_PL/translations.php | 1 + app/Locale/pt_BR/translations.php | 1 + app/Locale/pt_PT/translations.php | 1 + app/Locale/ro_RO/translations.php | 1 + app/Locale/ru_RU/translations.php | 1 + app/Locale/sr_Latn_RS/translations.php | 1 + app/Locale/sv_SE/translations.php | 1 + app/Locale/th_TH/translations.php | 1 + app/Locale/tr_TR/translations.php | 1 + app/Locale/vi_VN/translations.php | 1 + app/Locale/zh_CN/translations.php | 1 + app/Template/project_view/share.php | 2 ++ 30 files changed, 31 insertions(+) (limited to 'app') diff --git a/app/Locale/bs_BA/translations.php b/app/Locale/bs_BA/translations.php index 62aaea64..12b96009 100644 --- a/app/Locale/bs_BA/translations.php +++ b/app/Locale/bs_BA/translations.php @@ -1366,4 +1366,5 @@ return array( // 'Time Estimated' => '', // 'Time Spent' => '', // 'External Link' => '', + // 'This feature enable the iCal feed, RSS feed and the public board view.' => '', ); diff --git a/app/Locale/ca_ES/translations.php b/app/Locale/ca_ES/translations.php index 1240d560..60769225 100644 --- a/app/Locale/ca_ES/translations.php +++ b/app/Locale/ca_ES/translations.php @@ -1366,4 +1366,5 @@ return array( // 'Time Estimated' => '', // 'Time Spent' => '', // 'External Link' => '', + // 'This feature enable the iCal feed, RSS feed and the public board view.' => '', ); diff --git a/app/Locale/cs_CZ/translations.php b/app/Locale/cs_CZ/translations.php index dce15afe..c21b22f7 100644 --- a/app/Locale/cs_CZ/translations.php +++ b/app/Locale/cs_CZ/translations.php @@ -1366,4 +1366,5 @@ return array( // 'Time Estimated' => '', // 'Time Spent' => '', // 'External Link' => '', + // 'This feature enable the iCal feed, RSS feed and the public board view.' => '', ); diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index 2149920d..1d58fe84 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -1366,4 +1366,5 @@ return array( // 'Time Estimated' => '', // 'Time Spent' => '', // 'External Link' => '', + // 'This feature enable the iCal feed, RSS feed and the public board view.' => '', ); diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index 1499fcdc..71b6ae76 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1366,4 +1366,5 @@ return array( // 'Time Estimated' => '', // 'Time Spent' => '', // 'External Link' => '', + // 'This feature enable the iCal feed, RSS feed and the public board view.' => '', ); diff --git a/app/Locale/el_GR/translations.php b/app/Locale/el_GR/translations.php index c0e1e4e1..ce53ef59 100644 --- a/app/Locale/el_GR/translations.php +++ b/app/Locale/el_GR/translations.php @@ -1366,4 +1366,5 @@ return array( // 'Time Estimated' => '', // 'Time Spent' => '', // 'External Link' => '', + // 'This feature enable the iCal feed, RSS feed and the public board view.' => '', ); diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index 0d01ee7a..df9dee49 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -1366,4 +1366,5 @@ return array( // 'Time Estimated' => '', // 'Time Spent' => '', // 'External Link' => '', + // 'This feature enable the iCal feed, RSS feed and the public board view.' => '', ); diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php index 3c4915a6..edfa7dd8 100644 --- a/app/Locale/fi_FI/translations.php +++ b/app/Locale/fi_FI/translations.php @@ -1366,4 +1366,5 @@ return array( // 'Time Estimated' => '', // 'Time Spent' => '', // 'External Link' => '', + // 'This feature enable the iCal feed, RSS feed and the public board view.' => '', ); diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index c86aa18e..adb88eb0 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1366,4 +1366,5 @@ return array( 'Time Estimated' => 'Durée estimée', 'Time Spent' => 'Temps passé', 'External Link' => 'Lien externe', + 'This feature enable the iCal feed, RSS feed and the public board view.' => 'Cette fonctionalité active l\'abonnement iCal, le flux RSS et la vue publique du tableau.', ); diff --git a/app/Locale/hr_HR/translations.php b/app/Locale/hr_HR/translations.php index b57dc3b9..39159c53 100644 --- a/app/Locale/hr_HR/translations.php +++ b/app/Locale/hr_HR/translations.php @@ -1366,4 +1366,5 @@ return array( // 'Time Estimated' => '', // 'Time Spent' => '', // 'External Link' => '', + // 'This feature enable the iCal feed, RSS feed and the public board view.' => '', ); diff --git a/app/Locale/hu_HU/translations.php b/app/Locale/hu_HU/translations.php index eac0761e..c0bd0a70 100644 --- a/app/Locale/hu_HU/translations.php +++ b/app/Locale/hu_HU/translations.php @@ -1366,4 +1366,5 @@ return array( // 'Time Estimated' => '', // 'Time Spent' => '', // 'External Link' => '', + // 'This feature enable the iCal feed, RSS feed and the public board view.' => '', ); diff --git a/app/Locale/id_ID/translations.php b/app/Locale/id_ID/translations.php index 6f9f5d02..59c92695 100644 --- a/app/Locale/id_ID/translations.php +++ b/app/Locale/id_ID/translations.php @@ -1366,4 +1366,5 @@ return array( // 'Time Estimated' => '', // 'Time Spent' => '', // 'External Link' => '', + // 'This feature enable the iCal feed, RSS feed and the public board view.' => '', ); diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php index b7e11f75..5e925c29 100644 --- a/app/Locale/it_IT/translations.php +++ b/app/Locale/it_IT/translations.php @@ -1366,4 +1366,5 @@ return array( // 'Time Estimated' => '', // 'Time Spent' => '', // 'External Link' => '', + // 'This feature enable the iCal feed, RSS feed and the public board view.' => '', ); diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index 69162e2a..f8635aa4 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -1366,4 +1366,5 @@ return array( // 'Time Estimated' => '', // 'Time Spent' => '', // 'External Link' => '', + // 'This feature enable the iCal feed, RSS feed and the public board view.' => '', ); diff --git a/app/Locale/ko_KR/translations.php b/app/Locale/ko_KR/translations.php index a4ae9319..c83690b5 100644 --- a/app/Locale/ko_KR/translations.php +++ b/app/Locale/ko_KR/translations.php @@ -1366,4 +1366,5 @@ return array( // 'Time Estimated' => '', // 'Time Spent' => '', // 'External Link' => '', + // 'This feature enable the iCal feed, RSS feed and the public board view.' => '', ); diff --git a/app/Locale/my_MY/translations.php b/app/Locale/my_MY/translations.php index eee1428c..587721ce 100644 --- a/app/Locale/my_MY/translations.php +++ b/app/Locale/my_MY/translations.php @@ -1366,4 +1366,5 @@ return array( // 'Time Estimated' => '', // 'Time Spent' => '', // 'External Link' => '', + // 'This feature enable the iCal feed, RSS feed and the public board view.' => '', ); diff --git a/app/Locale/nb_NO/translations.php b/app/Locale/nb_NO/translations.php index 0ffc7ee1..49f39bd3 100644 --- a/app/Locale/nb_NO/translations.php +++ b/app/Locale/nb_NO/translations.php @@ -1366,4 +1366,5 @@ return array( // 'Time Estimated' => '', // 'Time Spent' => '', // 'External Link' => '', + // 'This feature enable the iCal feed, RSS feed and the public board view.' => '', ); diff --git a/app/Locale/nl_NL/translations.php b/app/Locale/nl_NL/translations.php index 12db3656..6a7a9782 100644 --- a/app/Locale/nl_NL/translations.php +++ b/app/Locale/nl_NL/translations.php @@ -1366,4 +1366,5 @@ return array( // 'Time Estimated' => '', // 'Time Spent' => '', // 'External Link' => '', + // 'This feature enable the iCal feed, RSS feed and the public board view.' => '', ); diff --git a/app/Locale/pl_PL/translations.php b/app/Locale/pl_PL/translations.php index 78c0c2ea..0eeae221 100644 --- a/app/Locale/pl_PL/translations.php +++ b/app/Locale/pl_PL/translations.php @@ -1366,4 +1366,5 @@ return array( // 'Time Estimated' => '', // 'Time Spent' => '', // 'External Link' => '', + // 'This feature enable the iCal feed, RSS feed and the public board view.' => '', ); diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index ebe4582a..a7568b6b 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -1366,4 +1366,5 @@ return array( // 'Time Estimated' => '', // 'Time Spent' => '', // 'External Link' => '', + // 'This feature enable the iCal feed, RSS feed and the public board view.' => '', ); diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index 091e6c68..92a1503b 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -1366,4 +1366,5 @@ return array( // 'Time Estimated' => '', // 'Time Spent' => '', // 'External Link' => '', + // 'This feature enable the iCal feed, RSS feed and the public board view.' => '', ); diff --git a/app/Locale/ro_RO/translations.php b/app/Locale/ro_RO/translations.php index 9bdd19cd..bbe6cffb 100644 --- a/app/Locale/ro_RO/translations.php +++ b/app/Locale/ro_RO/translations.php @@ -1366,4 +1366,5 @@ return array( // 'Time Estimated' => '', // 'Time Spent' => '', // 'External Link' => '', + // 'This feature enable the iCal feed, RSS feed and the public board view.' => '', ); diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index eb991f38..f35c36bd 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -1366,4 +1366,5 @@ return array( // 'Time Estimated' => '', // 'Time Spent' => '', // 'External Link' => '', + // 'This feature enable the iCal feed, RSS feed and the public board view.' => '', ); diff --git a/app/Locale/sr_Latn_RS/translations.php b/app/Locale/sr_Latn_RS/translations.php index 6c288acb..5d85e1d6 100644 --- a/app/Locale/sr_Latn_RS/translations.php +++ b/app/Locale/sr_Latn_RS/translations.php @@ -1366,4 +1366,5 @@ return array( // 'Time Estimated' => '', // 'Time Spent' => '', // 'External Link' => '', + // 'This feature enable the iCal feed, RSS feed and the public board view.' => '', ); diff --git a/app/Locale/sv_SE/translations.php b/app/Locale/sv_SE/translations.php index 97b4142d..b8f9dbf6 100644 --- a/app/Locale/sv_SE/translations.php +++ b/app/Locale/sv_SE/translations.php @@ -1366,4 +1366,5 @@ return array( // 'Time Estimated' => '', // 'Time Spent' => '', // 'External Link' => '', + // 'This feature enable the iCal feed, RSS feed and the public board view.' => '', ); diff --git a/app/Locale/th_TH/translations.php b/app/Locale/th_TH/translations.php index fb2e0cbe..4f4de735 100644 --- a/app/Locale/th_TH/translations.php +++ b/app/Locale/th_TH/translations.php @@ -1366,4 +1366,5 @@ return array( // 'Time Estimated' => '', // 'Time Spent' => '', // 'External Link' => '', + // 'This feature enable the iCal feed, RSS feed and the public board view.' => '', ); diff --git a/app/Locale/tr_TR/translations.php b/app/Locale/tr_TR/translations.php index c16d48f2..82853a92 100644 --- a/app/Locale/tr_TR/translations.php +++ b/app/Locale/tr_TR/translations.php @@ -1366,4 +1366,5 @@ return array( // 'Time Estimated' => '', // 'Time Spent' => '', // 'External Link' => '', + // 'This feature enable the iCal feed, RSS feed and the public board view.' => '', ); diff --git a/app/Locale/vi_VN/translations.php b/app/Locale/vi_VN/translations.php index fad538a4..13ed8f6b 100644 --- a/app/Locale/vi_VN/translations.php +++ b/app/Locale/vi_VN/translations.php @@ -1372,4 +1372,5 @@ return array( // 'Time Estimated' => '', // 'Time Spent' => '', // 'External Link' => '', + // 'This feature enable the iCal feed, RSS feed and the public board view.' => '', ); diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index 46bffe6a..1ec8ac4d 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -1366,4 +1366,5 @@ return array( // 'Time Estimated' => '', // 'Time Spent' => '', // 'External Link' => '', + // 'This feature enable the iCal feed, RSS feed and the public board view.' => '', ); diff --git a/app/Template/project_view/share.php b/app/Template/project_view/share.php index 87c63916..15e1d7ca 100644 --- a/app/Template/project_view/share.php +++ b/app/Template/project_view/share.php @@ -2,6 +2,7 @@

+
@@ -14,5 +15,6 @@ url->link(t('Disable public access'), 'ProjectViewController', 'updateSharing', array('project_id' => $project['id'], 'switch' => 'disable'), true, 'btn btn-red') ?> +

url->link(t('Enable public access'), 'ProjectViewController', 'updateSharing', array('project_id' => $project['id'], 'switch' => 'enable'), true, 'btn btn-blue') ?> -- cgit v1.2.3