diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-05-08 09:46:12 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-05-08 09:46:12 -0400 |
commit | 03179a1269cd27aad99becceab6b0aacc30e0f2a (patch) | |
tree | 25b888e2081069dc8667cf3d7fdb954aca6eebe4 | |
parent | 1a1e5e3d933a8d7fff1e6cc15504378b9e09397f (diff) |
Change button label for tasks/projects upload form
28 files changed, 30 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Version 1.0.28 (unreleased) +Version 1.0.28 -------------- New features: @@ -7,6 +7,7 @@ New features: * Added support for LDAP Posix Groups (OpenLDAP with memberUid) * Added support for LDAP user photo attribute (Avatar image) * Added support for language LDAP attribute +* Added support for Mysql SSL connection * Search in activity stream * Search in comments * Search by task creator @@ -15,8 +16,7 @@ New features: Improvements: * Improve Avatar upload form -* User roles are synced with LDAP at each login -* Added support for Mysql SSL connection +* User roles are now synced with LDAP at each login * Improve web page title on the task view * Unify task drop-down menu between different views * Improve LDAP user group membership synchronization diff --git a/app/Locale/bs_BA/translations.php b/app/Locale/bs_BA/translations.php index b32e344f..3f385a41 100644 --- a/app/Locale/bs_BA/translations.php +++ b/app/Locale/bs_BA/translations.php @@ -1165,4 +1165,5 @@ return array( 'Closed tasks assigned to "%s"' => 'Zatvoreni zadaci dodijeljeni "%s"', // 'Assign automatically a color based on a priority' => '', 'Overdue tasks for the project(s) "%s"' => 'Zadaci u kašnjenju za projekat(te) "%s"', + // 'Upload files' => '', ); diff --git a/app/Locale/cs_CZ/translations.php b/app/Locale/cs_CZ/translations.php index 119416a1..e1414cd0 100644 --- a/app/Locale/cs_CZ/translations.php +++ b/app/Locale/cs_CZ/translations.php @@ -1165,4 +1165,5 @@ return array( // 'Closed tasks assigned to "%s"' => '', // 'Assign automatically a color based on a priority' => '', // 'Overdue tasks for the project(s) "%s"' => '', + // 'Upload files' => '', ); diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index ffe42d1f..a38042bf 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -1165,4 +1165,5 @@ return array( // 'Closed tasks assigned to "%s"' => '', // 'Assign automatically a color based on a priority' => '', // 'Overdue tasks for the project(s) "%s"' => '', + // 'Upload files' => '', ); diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index e553795e..519a9b11 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1165,4 +1165,5 @@ return array( 'Closed tasks assigned to "%s"' => 'Geschlossene Aufgaben, die "%s" zugeteilt sind', // 'Assign automatically a color based on a priority' => '', // 'Overdue tasks for the project(s) "%s"' => '', + // 'Upload files' => '', ); diff --git a/app/Locale/el_GR/translations.php b/app/Locale/el_GR/translations.php index 45cdabe7..55aae4ad 100644 --- a/app/Locale/el_GR/translations.php +++ b/app/Locale/el_GR/translations.php @@ -1165,4 +1165,5 @@ return array( // 'Closed tasks assigned to "%s"' => '', // 'Assign automatically a color based on a priority' => '', // 'Overdue tasks for the project(s) "%s"' => '', + // 'Upload files' => '', ); diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index 3a5e680e..316521b3 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -1165,4 +1165,5 @@ return array( // 'Closed tasks assigned to "%s"' => '', // 'Assign automatically a color based on a priority' => '', // 'Overdue tasks for the project(s) "%s"' => '', + // 'Upload files' => '', ); diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php index 080ef5d7..db3a0539 100644 --- a/app/Locale/fi_FI/translations.php +++ b/app/Locale/fi_FI/translations.php @@ -1165,4 +1165,5 @@ return array( // 'Closed tasks assigned to "%s"' => '', // 'Assign automatically a color based on a priority' => '', // 'Overdue tasks for the project(s) "%s"' => '', + // 'Upload files' => '', ); diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index b816e93b..374c581c 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1166,4 +1166,5 @@ return array( 'Closed tasks assigned to "%s"' => 'Tâches fermées assignées à « %s »', 'Assign automatically a color based on a priority' => 'Assigner automatiquement une couleur par rapport à une priorité', 'Overdue tasks for the project(s) "%s"' => 'Tâches en retard pour le projet(s) « %s »', + 'Upload files' => 'Uploader les fichiers', ); diff --git a/app/Locale/hu_HU/translations.php b/app/Locale/hu_HU/translations.php index f128ec5c..6c66ac6d 100644 --- a/app/Locale/hu_HU/translations.php +++ b/app/Locale/hu_HU/translations.php @@ -1165,4 +1165,5 @@ return array( // 'Closed tasks assigned to "%s"' => '', // 'Assign automatically a color based on a priority' => '', // 'Overdue tasks for the project(s) "%s"' => '', + // 'Upload files' => '', ); diff --git a/app/Locale/id_ID/translations.php b/app/Locale/id_ID/translations.php index 9a6ed974..0e6b6942 100644 --- a/app/Locale/id_ID/translations.php +++ b/app/Locale/id_ID/translations.php @@ -1165,4 +1165,5 @@ return array( // 'Closed tasks assigned to "%s"' => '', // 'Assign automatically a color based on a priority' => '', // 'Overdue tasks for the project(s) "%s"' => '', + // 'Upload files' => '', ); diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php index e41cbd83..5eabfd14 100644 --- a/app/Locale/it_IT/translations.php +++ b/app/Locale/it_IT/translations.php @@ -1165,4 +1165,5 @@ return array( 'Closed tasks assigned to "%s"' => 'Task chiusi assegnati a "%s"', // 'Assign automatically a color based on a priority' => '', // 'Overdue tasks for the project(s) "%s"' => '', + // 'Upload files' => '', ); diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index 8597f070..40ce955e 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -1165,4 +1165,5 @@ return array( // 'Closed tasks assigned to "%s"' => '', // 'Assign automatically a color based on a priority' => '', // 'Overdue tasks for the project(s) "%s"' => '', + // 'Upload files' => '', ); diff --git a/app/Locale/ko_KR/translations.php b/app/Locale/ko_KR/translations.php index 5b52df7e..0fbf78f9 100644 --- a/app/Locale/ko_KR/translations.php +++ b/app/Locale/ko_KR/translations.php @@ -1165,4 +1165,5 @@ return array( // 'Closed tasks assigned to "%s"' => '', // 'Assign automatically a color based on a priority' => '', // 'Overdue tasks for the project(s) "%s"' => '', + // 'Upload files' => '', ); diff --git a/app/Locale/my_MY/translations.php b/app/Locale/my_MY/translations.php index 4d9f2399..0eb948a5 100644 --- a/app/Locale/my_MY/translations.php +++ b/app/Locale/my_MY/translations.php @@ -1165,4 +1165,5 @@ return array( // 'Closed tasks assigned to "%s"' => '', // 'Assign automatically a color based on a priority' => '', 'Overdue tasks for the project(s) "%s"' => 'Tugas terlambat untuk projek « %s »', + // 'Upload files' => '', ); diff --git a/app/Locale/nb_NO/translations.php b/app/Locale/nb_NO/translations.php index 6de3c128..b608375b 100644 --- a/app/Locale/nb_NO/translations.php +++ b/app/Locale/nb_NO/translations.php @@ -1165,4 +1165,5 @@ return array( // 'Closed tasks assigned to "%s"' => '', // 'Assign automatically a color based on a priority' => '', // 'Overdue tasks for the project(s) "%s"' => '', + // 'Upload files' => '', ); diff --git a/app/Locale/nl_NL/translations.php b/app/Locale/nl_NL/translations.php index a9cadf3b..92dc29d7 100644 --- a/app/Locale/nl_NL/translations.php +++ b/app/Locale/nl_NL/translations.php @@ -1165,4 +1165,5 @@ return array( // 'Closed tasks assigned to "%s"' => '', // 'Assign automatically a color based on a priority' => '', // 'Overdue tasks for the project(s) "%s"' => '', + // 'Upload files' => '', ); diff --git a/app/Locale/pl_PL/translations.php b/app/Locale/pl_PL/translations.php index 5de489ff..096b178e 100644 --- a/app/Locale/pl_PL/translations.php +++ b/app/Locale/pl_PL/translations.php @@ -1165,4 +1165,5 @@ return array( 'Closed tasks assigned to "%s"' => 'Zamknięte zadania przypisane do "%s"', // 'Assign automatically a color based on a priority' => '', 'Overdue tasks for the project(s) "%s"' => 'Zaległe zadania dla projektu/projektów "%s"', + // 'Upload files' => '', ); diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index bb0eed9f..dfb34ff4 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -1165,4 +1165,5 @@ return array( // 'Closed tasks assigned to "%s"' => '', // 'Assign automatically a color based on a priority' => '', // 'Overdue tasks for the project(s) "%s"' => '', + // 'Upload files' => '', ); diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index 34aeb0d1..cbd9a7ac 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -1165,4 +1165,5 @@ return array( 'Closed tasks assigned to "%s"' => 'Tarefas fechadas assignadas a "%s"', // 'Assign automatically a color based on a priority' => '', // 'Overdue tasks for the project(s) "%s"' => '', + // 'Upload files' => '', ); diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index 05313428..28c94675 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -1165,4 +1165,5 @@ return array( 'Closed tasks assigned to "%s"' => 'Закрытые задачи, назначенные на "%s"', // 'Assign automatically a color based on a priority' => '', // 'Overdue tasks for the project(s) "%s"' => '', + // 'Upload files' => '', ); diff --git a/app/Locale/sr_Latn_RS/translations.php b/app/Locale/sr_Latn_RS/translations.php index de56b343..dbf0fad9 100644 --- a/app/Locale/sr_Latn_RS/translations.php +++ b/app/Locale/sr_Latn_RS/translations.php @@ -1165,4 +1165,5 @@ return array( // 'Closed tasks assigned to "%s"' => '', // 'Assign automatically a color based on a priority' => '', // 'Overdue tasks for the project(s) "%s"' => '', + // 'Upload files' => '', ); diff --git a/app/Locale/sv_SE/translations.php b/app/Locale/sv_SE/translations.php index 1d0ba2da..81585e0c 100644 --- a/app/Locale/sv_SE/translations.php +++ b/app/Locale/sv_SE/translations.php @@ -1165,4 +1165,5 @@ return array( // 'Closed tasks assigned to "%s"' => '', // 'Assign automatically a color based on a priority' => '', // 'Overdue tasks for the project(s) "%s"' => '', + // 'Upload files' => '', ); diff --git a/app/Locale/th_TH/translations.php b/app/Locale/th_TH/translations.php index 0a4f278d..a9e6d8e5 100644 --- a/app/Locale/th_TH/translations.php +++ b/app/Locale/th_TH/translations.php @@ -1165,4 +1165,5 @@ return array( // 'Closed tasks assigned to "%s"' => '', // 'Assign automatically a color based on a priority' => '', // 'Overdue tasks for the project(s) "%s"' => '', + // 'Upload files' => '', ); diff --git a/app/Locale/tr_TR/translations.php b/app/Locale/tr_TR/translations.php index 20ddef1d..667155f9 100644 --- a/app/Locale/tr_TR/translations.php +++ b/app/Locale/tr_TR/translations.php @@ -1165,4 +1165,5 @@ return array( // 'Closed tasks assigned to "%s"' => '', // 'Assign automatically a color based on a priority' => '', // 'Overdue tasks for the project(s) "%s"' => '', + // 'Upload files' => '', ); diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index 8d3001c0..98d7f778 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -1165,4 +1165,5 @@ return array( // 'Closed tasks assigned to "%s"' => '', // 'Assign automatically a color based on a priority' => '', // 'Overdue tasks for the project(s) "%s"' => '', + // 'Upload files' => '', ); diff --git a/app/Template/project_file/create.php b/app/Template/project_file/create.php index 67315285..9858b273 100644 --- a/app/Template/project_file/create.php +++ b/app/Template/project_file/create.php @@ -27,7 +27,7 @@ <input type="file" name="files[]" multiple style="display:none" id="file-form-element"> <div class="form-actions"> - <input type="submit" value="<?= t('Save') ?>" class="btn btn-blue" id="file-upload-button" disabled> + <input type="submit" value="<?= t('Upload files') ?>" class="btn btn-blue" id="file-upload-button" disabled> <?= t('or') ?> <?= $this->url->link(t('cancel'), 'ProjectOverview', 'show', array('project_id' => $project['id']), false, 'close-popover') ?> </div> diff --git a/app/Template/task_file/create.php b/app/Template/task_file/create.php index f03ce8dc..4abe6634 100644 --- a/app/Template/task_file/create.php +++ b/app/Template/task_file/create.php @@ -27,7 +27,7 @@ <input type="file" name="files[]" multiple style="display:none" id="file-form-element"> <div class="form-actions"> - <input type="submit" value="<?= t('Save') ?>" class="btn btn-blue" id="file-upload-button" disabled> + <input type="submit" value="<?= t('Upload files') ?>" class="btn btn-blue" id="file-upload-button" disabled> <?= t('or') ?> <?= $this->url->link(t('cancel'), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'close-popover') ?> </div> |