From c0ac22b7040cb5774544754d10a03dc67a218059 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Thu, 11 Sep 2014 12:44:22 +0200 Subject: Update French locales --- app/Locales/de_DE/translations.php | 26 ++++++++++++++++++++++++++ app/Locales/es_ES/translations.php | 26 ++++++++++++++++++++++++++ app/Locales/fi_FI/translations.php | 26 ++++++++++++++++++++++++++ app/Locales/fr_FR/translations.php | 26 ++++++++++++++++++++++++++ app/Locales/it_IT/translations.php | 26 ++++++++++++++++++++++++++ app/Locales/pl_PL/translations.php | 26 ++++++++++++++++++++++++++ app/Locales/pt_BR/translations.php | 26 ++++++++++++++++++++++++++ app/Locales/sv_SE/translations.php | 26 ++++++++++++++++++++++++++ app/Locales/zh_CN/translations.php | 26 ++++++++++++++++++++++++++ app/Model/TaskHistory.php | 4 ++-- app/Templates/project_activity.php | 4 +++- 11 files changed, 239 insertions(+), 3 deletions(-) (limited to 'app') diff --git a/app/Locales/de_DE/translations.php b/app/Locales/de_DE/translations.php index 3e1fd252..fc36b235 100644 --- a/app/Locales/de_DE/translations.php +++ b/app/Locales/de_DE/translations.php @@ -468,4 +468,30 @@ return array( // 'Unable to change the password.' => '', // 'Change category for the task "%s"' => '', // 'Change category' => '', + // '%s updated the task #%d' => '', + // '%s open the task #%d' => '', + // '%s moved the task #%d to the position #%d in the column "%s"' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s created the task #%d' => '', + // '%s closed the task #%d' => '', + // '%s created a subtask for the task #%d' => '', + // '%s updated a subtask for the task #%d' => '', + // 'Assigned to %s with an estimate of %s/%sh' => '', + // 'Not assigned, estimate of %sh' => '', + // '%s updated a comment on the task #%d' => '', + // '%s commented the task #%d' => '', + // '%s\'s activity' => '', + // 'No activity.' => '', + // 'RSS feed' => '', + // '%s updated a comment on the task #%d' => '', + // '%s commented on the task #%d' => '', + // '%s updated a subtask for the task #%d' => '', + // '%s created a subtask for the task #%d' => '', + // '%s updated the task #%d' => '', + // '%s created the task #%d' => '', + // '%s closed the task #%d' => '', + // '%s open the task #%d' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // 'Activity' => '', ); diff --git a/app/Locales/es_ES/translations.php b/app/Locales/es_ES/translations.php index ee023492..2cb19e1b 100644 --- a/app/Locales/es_ES/translations.php +++ b/app/Locales/es_ES/translations.php @@ -468,4 +468,30 @@ return array( 'Unable to change the password.' => 'No pude cambiar la contraseña.', 'Change category for the task "%s"' => 'Cambiar la categoría de la tarea "%s"', 'Change category' => 'Cambiar categoría', + // '%s updated the task #%d' => '', + // '%s open the task #%d' => '', + // '%s moved the task #%d to the position #%d in the column "%s"' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s created the task #%d' => '', + // '%s closed the task #%d' => '', + // '%s created a subtask for the task #%d' => '', + // '%s updated a subtask for the task #%d' => '', + // 'Assigned to %s with an estimate of %s/%sh' => '', + // 'Not assigned, estimate of %sh' => '', + // '%s updated a comment on the task #%d' => '', + // '%s commented the task #%d' => '', + // '%s\'s activity' => '', + // 'No activity.' => '', + // 'RSS feed' => '', + // '%s updated a comment on the task #%d' => '', + // '%s commented on the task #%d' => '', + // '%s updated a subtask for the task #%d' => '', + // '%s created a subtask for the task #%d' => '', + // '%s updated the task #%d' => '', + // '%s created the task #%d' => '', + // '%s closed the task #%d' => '', + // '%s open the task #%d' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // 'Activity' => '', ); diff --git a/app/Locales/fi_FI/translations.php b/app/Locales/fi_FI/translations.php index 809be56d..4481078d 100644 --- a/app/Locales/fi_FI/translations.php +++ b/app/Locales/fi_FI/translations.php @@ -468,4 +468,30 @@ return array( // 'Unable to change the password.' => '', // 'Change category for the task "%s"' => '', // 'Change category' => '', + // '%s updated the task #%d' => '', + // '%s open the task #%d' => '', + // '%s moved the task #%d to the position #%d in the column "%s"' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s created the task #%d' => '', + // '%s closed the task #%d' => '', + // '%s created a subtask for the task #%d' => '', + // '%s updated a subtask for the task #%d' => '', + // 'Assigned to %s with an estimate of %s/%sh' => '', + // 'Not assigned, estimate of %sh' => '', + // '%s updated a comment on the task #%d' => '', + // '%s commented the task #%d' => '', + // '%s\'s activity' => '', + // 'No activity.' => '', + // 'RSS feed' => '', + // '%s updated a comment on the task #%d' => '', + // '%s commented on the task #%d' => '', + // '%s updated a subtask for the task #%d' => '', + // '%s created a subtask for the task #%d' => '', + // '%s updated the task #%d' => '', + // '%s created the task #%d' => '', + // '%s closed the task #%d' => '', + // '%s open the task #%d' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // 'Activity' => '', ); diff --git a/app/Locales/fr_FR/translations.php b/app/Locales/fr_FR/translations.php index 96fb3a51..1e725a7e 100644 --- a/app/Locales/fr_FR/translations.php +++ b/app/Locales/fr_FR/translations.php @@ -468,4 +468,30 @@ return array( 'Unable to change the password.' => 'Impossible de changer le mot de passe.', 'Change category for the task "%s"' => 'Changer la catégorie pour la tâche « %s »', 'Change category' => 'Changer de catégorie', + '%s updated the task #%d' => '%s a mis à jour la tâche n°%d', + '%s open the task #%d' => '%s a ouvert la tâche n°%d', + '%s moved the task #%d to the position #%d in the column "%s"' => '%s a déplacé la tâche n°%d à la position n°%d dans la colonne « %s »', + '%s moved the task #%d to the column "%s"' => '%s a déplacé la tâche n°%d dans la colonne « %s »', + '%s created the task #%d' => '%s a créé la tâche n°%d', + '%s closed the task #%d' => '%s a fermé la tâche n°%d', + '%s created a subtask for the task #%d' => '%s a créé une sous-tâche pour la tâche n°%d', + '%s updated a subtask for the task #%d' => '%s a mis à jour une sous-tâche appartenant à la tâche n°%d', + 'Assigned to %s with an estimate of %s/%sh' => 'Assigné à %s avec un estimé de %s/%sh', + 'Not assigned, estimate of %sh' => 'Personne assigné, estimé de %sh', + '%s updated a comment on the task #%d' => '%s a mis à jour un commentaire appartenant à la tâche n°%d', + '%s commented the task #%d' => '%s a ajouté un commentaire sur la tâche n°%d', + '%s\'s activity' => 'Activité du projet %s', + 'No activity.' => 'Aucune activité.', + 'RSS feed' => 'Flux RSS', + '%s updated a comment on the task #%d' => '%s a mis à jour un commentaire sur la tâche n°%d', + '%s commented on the task #%d' => '%s a ajouté un commentaire sur la tâche n°%d', + '%s updated a subtask for the task #%d' => '%s a mis à jour une sous-tâche appartenant à la tâche n°%d', + '%s created a subtask for the task #%d' => '%s a créé une sous-tâche pour la tâche n°%d', + '%s updated the task #%d' => '%s a mis à jour la tâche n°%d', + '%s created the task #%d' => '%s a créé la tâche n°%d', + '%s closed the task #%d' => '%s a fermé la tâche n°%d', + '%s open the task #%d' => '%s a ouvert la tâche n°%d', + '%s moved the task #%d to the column "%s"' => '%s a déplacé la tâche n°%d dans la colonne « %s »', + '%s moved the task #%d to the position %d in the column "%s"' => '%s a déplacé la tâche n°%d à la position n°%d dans la colonne « %s »', + 'Activity' => 'Activité', ); diff --git a/app/Locales/it_IT/translations.php b/app/Locales/it_IT/translations.php index 33ad358f..5834faf2 100644 --- a/app/Locales/it_IT/translations.php +++ b/app/Locales/it_IT/translations.php @@ -468,4 +468,30 @@ return array( // 'Unable to change the password.' => '', // 'Change category for the task "%s"' => '', // 'Change category' => '', + // '%s updated the task #%d' => '', + // '%s open the task #%d' => '', + // '%s moved the task #%d to the position #%d in the column "%s"' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s created the task #%d' => '', + // '%s closed the task #%d' => '', + // '%s created a subtask for the task #%d' => '', + // '%s updated a subtask for the task #%d' => '', + // 'Assigned to %s with an estimate of %s/%sh' => '', + // 'Not assigned, estimate of %sh' => '', + // '%s updated a comment on the task #%d' => '', + // '%s commented the task #%d' => '', + // '%s\'s activity' => '', + // 'No activity.' => '', + // 'RSS feed' => '', + // '%s updated a comment on the task #%d' => '', + // '%s commented on the task #%d' => '', + // '%s updated a subtask for the task #%d' => '', + // '%s created a subtask for the task #%d' => '', + // '%s updated the task #%d' => '', + // '%s created the task #%d' => '', + // '%s closed the task #%d' => '', + // '%s open the task #%d' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // 'Activity' => '', ); diff --git a/app/Locales/pl_PL/translations.php b/app/Locales/pl_PL/translations.php index 34d4a704..ca48f2e6 100644 --- a/app/Locales/pl_PL/translations.php +++ b/app/Locales/pl_PL/translations.php @@ -468,4 +468,30 @@ return array( // 'Unable to change the password.' => '', // 'Change category for the task "%s"' => '', // 'Change category' => '', + // '%s updated the task #%d' => '', + // '%s open the task #%d' => '', + // '%s moved the task #%d to the position #%d in the column "%s"' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s created the task #%d' => '', + // '%s closed the task #%d' => '', + // '%s created a subtask for the task #%d' => '', + // '%s updated a subtask for the task #%d' => '', + // 'Assigned to %s with an estimate of %s/%sh' => '', + // 'Not assigned, estimate of %sh' => '', + // '%s updated a comment on the task #%d' => '', + // '%s commented the task #%d' => '', + // '%s\'s activity' => '', + // 'No activity.' => '', + // 'RSS feed' => '', + // '%s updated a comment on the task #%d' => '', + // '%s commented on the task #%d' => '', + // '%s updated a subtask for the task #%d' => '', + // '%s created a subtask for the task #%d' => '', + // '%s updated the task #%d' => '', + // '%s created the task #%d' => '', + // '%s closed the task #%d' => '', + // '%s open the task #%d' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // 'Activity' => '', ); diff --git a/app/Locales/pt_BR/translations.php b/app/Locales/pt_BR/translations.php index cd337939..b72fbb62 100644 --- a/app/Locales/pt_BR/translations.php +++ b/app/Locales/pt_BR/translations.php @@ -468,4 +468,30 @@ return array( // 'Unable to change the password.' => '', // 'Change category for the task "%s"' => '', // 'Change category' => '', + // '%s updated the task #%d' => '', + // '%s open the task #%d' => '', + // '%s moved the task #%d to the position #%d in the column "%s"' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s created the task #%d' => '', + // '%s closed the task #%d' => '', + // '%s created a subtask for the task #%d' => '', + // '%s updated a subtask for the task #%d' => '', + // 'Assigned to %s with an estimate of %s/%sh' => '', + // 'Not assigned, estimate of %sh' => '', + // '%s updated a comment on the task #%d' => '', + // '%s commented the task #%d' => '', + // '%s\'s activity' => '', + // 'No activity.' => '', + // 'RSS feed' => '', + // '%s updated a comment on the task #%d' => '', + // '%s commented on the task #%d' => '', + // '%s updated a subtask for the task #%d' => '', + // '%s created a subtask for the task #%d' => '', + // '%s updated the task #%d' => '', + // '%s created the task #%d' => '', + // '%s closed the task #%d' => '', + // '%s open the task #%d' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // 'Activity' => '', ); diff --git a/app/Locales/sv_SE/translations.php b/app/Locales/sv_SE/translations.php index a2ce9016..aa63f6aa 100644 --- a/app/Locales/sv_SE/translations.php +++ b/app/Locales/sv_SE/translations.php @@ -468,4 +468,30 @@ return array( // 'Unable to change the password.' => '', // 'Change category for the task "%s"' => '', // 'Change category' => '', + // '%s updated the task #%d' => '', + // '%s open the task #%d' => '', + // '%s moved the task #%d to the position #%d in the column "%s"' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s created the task #%d' => '', + // '%s closed the task #%d' => '', + // '%s created a subtask for the task #%d' => '', + // '%s updated a subtask for the task #%d' => '', + // 'Assigned to %s with an estimate of %s/%sh' => '', + // 'Not assigned, estimate of %sh' => '', + // '%s updated a comment on the task #%d' => '', + // '%s commented the task #%d' => '', + // '%s\'s activity' => '', + // 'No activity.' => '', + // 'RSS feed' => '', + // '%s updated a comment on the task #%d' => '', + // '%s commented on the task #%d' => '', + // '%s updated a subtask for the task #%d' => '', + // '%s created a subtask for the task #%d' => '', + // '%s updated the task #%d' => '', + // '%s created the task #%d' => '', + // '%s closed the task #%d' => '', + // '%s open the task #%d' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // 'Activity' => '', ); diff --git a/app/Locales/zh_CN/translations.php b/app/Locales/zh_CN/translations.php index 8a4b8836..9c45809a 100644 --- a/app/Locales/zh_CN/translations.php +++ b/app/Locales/zh_CN/translations.php @@ -468,4 +468,30 @@ return array( // 'Unable to change the password.' => '', // 'Change category for the task "%s"' => '', // 'Change category' => '', + // '%s updated the task #%d' => '', + // '%s open the task #%d' => '', + // '%s moved the task #%d to the position #%d in the column "%s"' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s created the task #%d' => '', + // '%s closed the task #%d' => '', + // '%s created a subtask for the task #%d' => '', + // '%s updated a subtask for the task #%d' => '', + // 'Assigned to %s with an estimate of %s/%sh' => '', + // 'Not assigned, estimate of %sh' => '', + // '%s updated a comment on the task #%d' => '', + // '%s commented the task #%d' => '', + // '%s\'s activity' => '', + // 'No activity.' => '', + // 'RSS feed' => '', + // '%s updated a comment on the task #%d' => '', + // '%s commented on the task #%d' => '', + // '%s updated a subtask for the task #%d' => '', + // '%s created a subtask for the task #%d' => '', + // '%s updated the task #%d' => '', + // '%s created the task #%d' => '', + // '%s closed the task #%d' => '', + // '%s open the task #%d' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // 'Activity' => '', ); diff --git a/app/Model/TaskHistory.php b/app/Model/TaskHistory.php index af0b4cff..c81e3eb4 100644 --- a/app/Model/TaskHistory.php +++ b/app/Model/TaskHistory.php @@ -126,8 +126,8 @@ class TaskHistory extends BaseHistory Task::EVENT_CREATE => t('%s created the task #%d', $event['author'], $event['task_id']), Task::EVENT_CLOSE => t('%s closed the task #%d', $event['author'], $event['task_id']), Task::EVENT_OPEN => t('%s open the task #%d', $event['author'], $event['task_id']), - Task::EVENT_MOVE_COLUMN => t('%s moved the task #%d to the column %s', $event['author'], $event['task_id'], $event['task_column_name']), - Task::EVENT_MOVE_POSITION => t('%s moved the task #%d to the position %d in the column %s', $event['author'], $event['task_id'], $event['task_position'], $event['task_column_name']), + Task::EVENT_MOVE_COLUMN => t('%s moved the task #%d to the column "%s"', $event['author'], $event['task_id'], $event['task_column_name']), + Task::EVENT_MOVE_POSITION => t('%s moved the task #%d to the position %d in the column "%s"', $event['author'], $event['task_id'], $event['task_position'], $event['task_column_name']), ); return isset($titles[$event['event_name']]) ? $titles[$event['event_name']] : ''; diff --git a/app/Templates/project_activity.php b/app/Templates/project_activity.php index 86e17e7f..ad91f8b8 100644 --- a/app/Templates/project_activity.php +++ b/app/Templates/project_activity.php @@ -13,7 +13,9 @@

-

+ +

+
-- cgit v1.2.3