summaryrefslogtreecommitdiff
path: root/app/Locale
diff options
context:
space:
mode:
Diffstat (limited to 'app/Locale')
-rw-r--r--app/Locale/da_DK/translations.php6
-rw-r--r--app/Locale/de_DE/translations.php6
-rw-r--r--app/Locale/es_ES/translations.php6
-rw-r--r--app/Locale/fi_FI/translations.php6
-rw-r--r--app/Locale/fr_FR/translations.php10
-rw-r--r--app/Locale/hu_HU/translations.php6
-rw-r--r--app/Locale/it_IT/translations.php6
-rw-r--r--app/Locale/ja_JP/translations.php6
-rw-r--r--app/Locale/nl_NL/translations.php6
-rw-r--r--app/Locale/pl_PL/translations.php6
-rw-r--r--app/Locale/pt_BR/translations.php6
-rw-r--r--app/Locale/ru_RU/translations.php6
-rw-r--r--app/Locale/sr_Latn_RS/translations.php6
-rw-r--r--app/Locale/sv_SE/translations.php7
-rw-r--r--app/Locale/th_TH/translations.php6
-rw-r--r--app/Locale/tr_TR/translations.php6
-rw-r--r--app/Locale/zh_CN/translations.php6
17 files changed, 104 insertions, 3 deletions
diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php
index e9725a00..564a4e89 100644
--- a/app/Locale/da_DK/translations.php
+++ b/app/Locale/da_DK/translations.php
@@ -853,4 +853,10 @@ return array(
// 'Burndown chart for "%s"' => '',
// 'Burndown chart' => '',
// 'This chart show the task complexity over the time (Work Remaining).' => '',
+ // 'Screenshot taken %s' => '',
+ // 'Add a screenshot' => '',
+ // 'Copy and paste images are only supported with Mozilla Firefox and Google Chrome.' => '',
+ // 'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => '',
+ // 'Screenshot uploaded successfully.' => '',
+ // 'SEK - Swedish Krona' => '',
);
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php
index cd0b4b7f..32880fce 100644
--- a/app/Locale/de_DE/translations.php
+++ b/app/Locale/de_DE/translations.php
@@ -853,4 +853,10 @@ return array(
// 'Burndown chart for "%s"' => '',
// 'Burndown chart' => '',
// 'This chart show the task complexity over the time (Work Remaining).' => '',
+ // 'Screenshot taken %s' => '',
+ // 'Add a screenshot' => '',
+ // 'Copy and paste images are only supported with Mozilla Firefox and Google Chrome.' => '',
+ // 'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => '',
+ // 'Screenshot uploaded successfully.' => '',
+ // 'SEK - Swedish Krona' => '',
);
diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php
index efbf589e..fa4dd4be 100644
--- a/app/Locale/es_ES/translations.php
+++ b/app/Locale/es_ES/translations.php
@@ -853,4 +853,10 @@ return array(
// 'Burndown chart for "%s"' => '',
// 'Burndown chart' => '',
// 'This chart show the task complexity over the time (Work Remaining).' => '',
+ // 'Screenshot taken %s' => '',
+ // 'Add a screenshot' => '',
+ // 'Copy and paste images are only supported with Mozilla Firefox and Google Chrome.' => '',
+ // 'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => '',
+ // 'Screenshot uploaded successfully.' => '',
+ // 'SEK - Swedish Krona' => '',
);
diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php
index e8df52d0..8699f74c 100644
--- a/app/Locale/fi_FI/translations.php
+++ b/app/Locale/fi_FI/translations.php
@@ -853,4 +853,10 @@ return array(
// 'Burndown chart for "%s"' => '',
// 'Burndown chart' => '',
// 'This chart show the task complexity over the time (Work Remaining).' => '',
+ // 'Screenshot taken %s' => '',
+ // 'Add a screenshot' => '',
+ // 'Copy and paste images are only supported with Mozilla Firefox and Google Chrome.' => '',
+ // 'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => '',
+ // 'Screenshot uploaded successfully.' => '',
+ // 'SEK - Swedish Krona' => '',
);
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php
index 63270415..a4aacd80 100644
--- a/app/Locale/fr_FR/translations.php
+++ b/app/Locale/fr_FR/translations.php
@@ -849,10 +849,16 @@ return array(
'Test your device' => 'Testez votre appareil',
'Assign a color when the task is moved to a specific column' => 'Assigner une couleur lorsque la tâche est déplacée dans une colonne spécifique',
'%s via Kanboard' => '%s via Kanboard',
- 'uploaded by: %s' => 'Télécharger par : %s',
- 'uploaded on: %s' => 'Télécharger le : %s',
+ 'uploaded by: %s' => 'Téléchargé par %s',
+ 'uploaded on: %s' => 'Téléchargé le %s',
'size: %s' => 'Taille : %s',
'Burndown chart for "%s"' => 'Graphique d\'avancement pour « %s »',
'Burndown chart' => 'Graphique d\'avancement',
'This chart show the task complexity over the time (Work Remaining).' => 'Ce graphique représente la complexité des tâches en fonction du temps (travail restant).',
+ 'Screenshot taken %s' => 'Capture d\'écran prise le %s',
+ 'Add a screenshot' => 'Ajouter une capture d\'écran',
+ 'Copy and paste images are only supported with Mozilla Firefox and Google Chrome.' => 'Copier/coller des images est uniquement supporté par Mozilla Firefox et Google Chrome.',
+ 'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => 'Prenez une capture d\'écran et appuyez sur CTRL+V ou ⌘+V pour coller ici.',
+ 'Screenshot uploaded successfully.' => 'Capture d\'écran téléchargée avec succès.',
+ 'SEK - Swedish Krona' => 'SEK - Couronne suédoise',
);
diff --git a/app/Locale/hu_HU/translations.php b/app/Locale/hu_HU/translations.php
index ca6e540f..b0caa154 100644
--- a/app/Locale/hu_HU/translations.php
+++ b/app/Locale/hu_HU/translations.php
@@ -853,4 +853,10 @@ return array(
// 'Burndown chart for "%s"' => '',
// 'Burndown chart' => '',
// 'This chart show the task complexity over the time (Work Remaining).' => '',
+ // 'Screenshot taken %s' => '',
+ // 'Add a screenshot' => '',
+ // 'Copy and paste images are only supported with Mozilla Firefox and Google Chrome.' => '',
+ // 'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => '',
+ // 'Screenshot uploaded successfully.' => '',
+ // 'SEK - Swedish Krona' => '',
);
diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php
index 7c932d02..8a117d0a 100644
--- a/app/Locale/it_IT/translations.php
+++ b/app/Locale/it_IT/translations.php
@@ -853,4 +853,10 @@ return array(
// 'Burndown chart for "%s"' => '',
// 'Burndown chart' => '',
// 'This chart show the task complexity over the time (Work Remaining).' => '',
+ // 'Screenshot taken %s' => '',
+ // 'Add a screenshot' => '',
+ // 'Copy and paste images are only supported with Mozilla Firefox and Google Chrome.' => '',
+ // 'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => '',
+ // 'Screenshot uploaded successfully.' => '',
+ // 'SEK - Swedish Krona' => '',
);
diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php
index 4b56298a..206d4650 100644
--- a/app/Locale/ja_JP/translations.php
+++ b/app/Locale/ja_JP/translations.php
@@ -853,4 +853,10 @@ return array(
// 'Burndown chart for "%s"' => '',
// 'Burndown chart' => '',
// 'This chart show the task complexity over the time (Work Remaining).' => '',
+ // 'Screenshot taken %s' => '',
+ // 'Add a screenshot' => '',
+ // 'Copy and paste images are only supported with Mozilla Firefox and Google Chrome.' => '',
+ // 'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => '',
+ // 'Screenshot uploaded successfully.' => '',
+ // 'SEK - Swedish Krona' => '',
);
diff --git a/app/Locale/nl_NL/translations.php b/app/Locale/nl_NL/translations.php
index 374bfe20..3321f1b6 100644
--- a/app/Locale/nl_NL/translations.php
+++ b/app/Locale/nl_NL/translations.php
@@ -853,4 +853,10 @@ return array(
// 'Burndown chart for "%s"' => '',
// 'Burndown chart' => '',
// 'This chart show the task complexity over the time (Work Remaining).' => '',
+ // 'Screenshot taken %s' => '',
+ // 'Add a screenshot' => '',
+ // 'Copy and paste images are only supported with Mozilla Firefox and Google Chrome.' => '',
+ // 'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => '',
+ // 'Screenshot uploaded successfully.' => '',
+ // 'SEK - Swedish Krona' => '',
);
diff --git a/app/Locale/pl_PL/translations.php b/app/Locale/pl_PL/translations.php
index 99de9460..047e32dc 100644
--- a/app/Locale/pl_PL/translations.php
+++ b/app/Locale/pl_PL/translations.php
@@ -853,4 +853,10 @@ return array(
// 'Burndown chart for "%s"' => '',
// 'Burndown chart' => '',
// 'This chart show the task complexity over the time (Work Remaining).' => '',
+ // 'Screenshot taken %s' => '',
+ // 'Add a screenshot' => '',
+ // 'Copy and paste images are only supported with Mozilla Firefox and Google Chrome.' => '',
+ // 'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => '',
+ // 'Screenshot uploaded successfully.' => '',
+ // 'SEK - Swedish Krona' => '',
);
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php
index e02489a6..2684724e 100644
--- a/app/Locale/pt_BR/translations.php
+++ b/app/Locale/pt_BR/translations.php
@@ -853,4 +853,10 @@ return array(
// 'Burndown chart for "%s"' => '',
// 'Burndown chart' => '',
// 'This chart show the task complexity over the time (Work Remaining).' => '',
+ // 'Screenshot taken %s' => '',
+ // 'Add a screenshot' => '',
+ // 'Copy and paste images are only supported with Mozilla Firefox and Google Chrome.' => '',
+ // 'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => '',
+ // 'Screenshot uploaded successfully.' => '',
+ // 'SEK - Swedish Krona' => '',
);
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php
index 8f2ed825..baedde36 100644
--- a/app/Locale/ru_RU/translations.php
+++ b/app/Locale/ru_RU/translations.php
@@ -853,4 +853,10 @@ return array(
// 'Burndown chart for "%s"' => '',
// 'Burndown chart' => '',
// 'This chart show the task complexity over the time (Work Remaining).' => '',
+ // 'Screenshot taken %s' => '',
+ // 'Add a screenshot' => '',
+ // 'Copy and paste images are only supported with Mozilla Firefox and Google Chrome.' => '',
+ // 'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => '',
+ // 'Screenshot uploaded successfully.' => '',
+ // 'SEK - Swedish Krona' => '',
);
diff --git a/app/Locale/sr_Latn_RS/translations.php b/app/Locale/sr_Latn_RS/translations.php
index 8245d177..281afb26 100644
--- a/app/Locale/sr_Latn_RS/translations.php
+++ b/app/Locale/sr_Latn_RS/translations.php
@@ -853,4 +853,10 @@ return array(
// 'Burndown chart for "%s"' => '',
// 'Burndown chart' => '',
// 'This chart show the task complexity over the time (Work Remaining).' => '',
+ // 'Screenshot taken %s' => '',
+ // 'Add a screenshot' => '',
+ // 'Copy and paste images are only supported with Mozilla Firefox and Google Chrome.' => '',
+ // 'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => '',
+ // 'Screenshot uploaded successfully.' => '',
+ // 'SEK - Swedish Krona' => '',
);
diff --git a/app/Locale/sv_SE/translations.php b/app/Locale/sv_SE/translations.php
index 93e0cb55..19437c71 100644
--- a/app/Locale/sv_SE/translations.php
+++ b/app/Locale/sv_SE/translations.php
@@ -802,7 +802,6 @@ return array(
'The budget line have been created successfully.' => 'Budgetlinjen har skapats.',
'Unable to create the budget line.' => 'Kunde inte skapa budgetlinjen.',
'Unable to remove this budget line.' => 'Kunde inte ta bort budgetlinjen.',
- 'SEK - Swedish Krona' => 'SEK - Svensk Krona',
'USD - US Dollar' => 'USD - Amerikanska Dollar',
'Remaining' => 'Återstående',
'Destination column' => 'Målkolumn',
@@ -854,4 +853,10 @@ return array(
'Burndown chart for "%s"' => 'Burndown diagram för "%s"',
'Burndown chart' => 'Burndown diagram',
'This chart show the task complexity over the time (Work Remaining).' => 'Diagrammet visar uppgiftens svårighet över tid (återstående arbete).',
+ // 'Screenshot taken %s' => '',
+ // 'Add a screenshot' => '',
+ // 'Copy and paste images are only supported with Mozilla Firefox and Google Chrome.' => '',
+ // 'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => '',
+ // 'Screenshot uploaded successfully.' => '',
+ 'SEK - Swedish Krona' => 'SEK - Svensk Krona',
);
diff --git a/app/Locale/th_TH/translations.php b/app/Locale/th_TH/translations.php
index 72edd63b..9d055a5f 100644
--- a/app/Locale/th_TH/translations.php
+++ b/app/Locale/th_TH/translations.php
@@ -853,4 +853,10 @@ return array(
// 'Burndown chart for "%s"' => '',
// 'Burndown chart' => '',
// 'This chart show the task complexity over the time (Work Remaining).' => '',
+ // 'Screenshot taken %s' => '',
+ // 'Add a screenshot' => '',
+ // 'Copy and paste images are only supported with Mozilla Firefox and Google Chrome.' => '',
+ // 'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => '',
+ // 'Screenshot uploaded successfully.' => '',
+ // 'SEK - Swedish Krona' => '',
);
diff --git a/app/Locale/tr_TR/translations.php b/app/Locale/tr_TR/translations.php
index fad993d1..f1050cb5 100644
--- a/app/Locale/tr_TR/translations.php
+++ b/app/Locale/tr_TR/translations.php
@@ -853,4 +853,10 @@ return array(
// 'Burndown chart for "%s"' => '',
// 'Burndown chart' => '',
// 'This chart show the task complexity over the time (Work Remaining).' => '',
+ // 'Screenshot taken %s' => '',
+ // 'Add a screenshot' => '',
+ // 'Copy and paste images are only supported with Mozilla Firefox and Google Chrome.' => '',
+ // 'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => '',
+ // 'Screenshot uploaded successfully.' => '',
+ // 'SEK - Swedish Krona' => '',
);
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php
index 8c454807..15f0ab30 100644
--- a/app/Locale/zh_CN/translations.php
+++ b/app/Locale/zh_CN/translations.php
@@ -853,4 +853,10 @@ return array(
// 'Burndown chart for "%s"' => '',
// 'Burndown chart' => '',
// 'This chart show the task complexity over the time (Work Remaining).' => '',
+ // 'Screenshot taken %s' => '',
+ // 'Add a screenshot' => '',
+ // 'Copy and paste images are only supported with Mozilla Firefox and Google Chrome.' => '',
+ // 'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => '',
+ // 'Screenshot uploaded successfully.' => '',
+ // 'SEK - Swedish Krona' => '',
);