From 03fa01ac7b036820ee232d893ec63241918c6012 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 28 Sep 2014 14:26:40 -0400 Subject: Improve automatic actions (check for compatible events/actions/parameters) --- app/Locales/de_DE/translations.php | 2 ++ app/Locales/es_ES/translations.php | 2 ++ app/Locales/fi_FI/translations.php | 2 ++ app/Locales/fr_FR/translations.php | 2 ++ app/Locales/it_IT/translations.php | 2 ++ app/Locales/pl_PL/translations.php | 2 ++ app/Locales/pt_BR/translations.php | 2 ++ app/Locales/ru_RU/translations.php | 2 ++ app/Locales/sv_SE/translations.php | 2 ++ app/Locales/zh_CN/translations.php | 2 ++ 10 files changed, 20 insertions(+) (limited to 'app/Locales') diff --git a/app/Locales/de_DE/translations.php b/app/Locales/de_DE/translations.php index b32b9778..cfb1a7e2 100644 --- a/app/Locales/de_DE/translations.php +++ b/app/Locales/de_DE/translations.php @@ -503,4 +503,6 @@ return array( // '[%s][Position Change] %s (#%d)' => '', // '[%s][Assignee Change] %s (#%d)' => '', // 'New password for the user "%s"' => '', + // 'Choose an event' => '', + // 'Github commit received' => '', ); diff --git a/app/Locales/es_ES/translations.php b/app/Locales/es_ES/translations.php index 262e0e3a..d99b1a3e 100644 --- a/app/Locales/es_ES/translations.php +++ b/app/Locales/es_ES/translations.php @@ -503,4 +503,6 @@ return array( '[%s][Position Change] %s (#%d)' => '[%s][Cambia Posición] %s (#%d)', '[%s][Assignee Change] %s (#%d)' => '[%s][Cambia Persona Asignada] %s (#%d)', 'New password for the user "%s"' => 'Nueva contraseña para el usuario "%s"', + // 'Choose an event' => '', + // 'Github commit received' => '', ); diff --git a/app/Locales/fi_FI/translations.php b/app/Locales/fi_FI/translations.php index e146be7c..b2372eb9 100644 --- a/app/Locales/fi_FI/translations.php +++ b/app/Locales/fi_FI/translations.php @@ -503,4 +503,6 @@ return array( // '[%s][Position Change] %s (#%d)' => '', // '[%s][Assignee Change] %s (#%d)' => '', // 'New password for the user "%s"' => '', + // 'Choose an event' => '', + // 'Github commit received' => '', ); diff --git a/app/Locales/fr_FR/translations.php b/app/Locales/fr_FR/translations.php index 5f5a5c20..92fa35cf 100644 --- a/app/Locales/fr_FR/translations.php +++ b/app/Locales/fr_FR/translations.php @@ -503,4 +503,6 @@ return array( '[%s][Position Change] %s (#%d)' => '[%s][Changement de position] %s (#%d)', '[%s][Assignee Change] %s (#%d)' => '[%s][Changement d\'assigné] %s (#%d)', 'New password for the user "%s"' => 'Nouveau mot de passe pour l\'utilisateur « %s »', + 'Choose an event' => 'Choisir un événement', + 'Github commit received' => '« Commit » reçu via Github', ); diff --git a/app/Locales/it_IT/translations.php b/app/Locales/it_IT/translations.php index 1e16640b..5db07c99 100644 --- a/app/Locales/it_IT/translations.php +++ b/app/Locales/it_IT/translations.php @@ -503,4 +503,6 @@ return array( // '[%s][Position Change] %s (#%d)' => '', // '[%s][Assignee Change] %s (#%d)' => '', // 'New password for the user "%s"' => '', + // 'Choose an event' => '', + // 'Github commit received' => '', ); diff --git a/app/Locales/pl_PL/translations.php b/app/Locales/pl_PL/translations.php index 06410535..e065a4d2 100644 --- a/app/Locales/pl_PL/translations.php +++ b/app/Locales/pl_PL/translations.php @@ -503,4 +503,6 @@ return array( // '[%s][Position Change] %s (#%d)' => '', // '[%s][Assignee Change] %s (#%d)' => '', // 'New password for the user "%s"' => '', + // 'Choose an event' => '', + // 'Github commit received' => '', ); diff --git a/app/Locales/pt_BR/translations.php b/app/Locales/pt_BR/translations.php index 1856b086..0473b592 100644 --- a/app/Locales/pt_BR/translations.php +++ b/app/Locales/pt_BR/translations.php @@ -503,4 +503,6 @@ return array( // '[%s][Position Change] %s (#%d)' => '', // '[%s][Assignee Change] %s (#%d)' => '', // 'New password for the user "%s"' => '', + // 'Choose an event' => '', + // 'Github commit received' => '', ); diff --git a/app/Locales/ru_RU/translations.php b/app/Locales/ru_RU/translations.php index 682b8bd5..c8e12abd 100644 --- a/app/Locales/ru_RU/translations.php +++ b/app/Locales/ru_RU/translations.php @@ -503,4 +503,6 @@ return array( // '[%s][Position Change] %s (#%d)' => '', // '[%s][Assignee Change] %s (#%d)' => '', // 'New password for the user "%s"' => '', + // 'Choose an event' => '', + // 'Github commit received' => '', ); diff --git a/app/Locales/sv_SE/translations.php b/app/Locales/sv_SE/translations.php index 9b2ca188..496a0959 100644 --- a/app/Locales/sv_SE/translations.php +++ b/app/Locales/sv_SE/translations.php @@ -503,4 +503,6 @@ return array( // '[%s][Position Change] %s (#%d)' => '', // '[%s][Assignee Change] %s (#%d)' => '', // 'New password for the user "%s"' => '', + // 'Choose an event' => '', + // 'Github commit received' => '', ); diff --git a/app/Locales/zh_CN/translations.php b/app/Locales/zh_CN/translations.php index cb669296..b8b67a38 100644 --- a/app/Locales/zh_CN/translations.php +++ b/app/Locales/zh_CN/translations.php @@ -503,4 +503,6 @@ return array( // '[%s][Position Change] %s (#%d)' => '', // '[%s][Assignee Change] %s (#%d)' => '', // 'New password for the user "%s"' => '', + // 'Choose an event' => '', + // 'Github commit received' => '', ); -- cgit v1.2.3