diff options
author | emkael <emkael@tlen.pl> | 2020-05-05 14:25:42 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2020-05-05 14:25:42 +0200 |
commit | 62827e6cf470449c117624058fb36ad94804bcc0 (patch) | |
tree | 10cd1e4d36c34b694acfadaa69fc7f6ae2b1eabd /plugins/TimeMachine/Locale | |
parent | 7b66ddf2e4fbdb837e78d8b7dbaa9fc38391bc32 (diff) |
Diffstat (limited to 'plugins/TimeMachine/Locale')
-rw-r--r-- | plugins/TimeMachine/Locale/fr_FR/translations.php | 11 | ||||
-rw-r--r-- | plugins/TimeMachine/Locale/pl_PL/translations.php | 10 |
2 files changed, 21 insertions, 0 deletions
diff --git a/plugins/TimeMachine/Locale/fr_FR/translations.php b/plugins/TimeMachine/Locale/fr_FR/translations.php new file mode 100644 index 00000000..a1a68308 --- /dev/null +++ b/plugins/TimeMachine/Locale/fr_FR/translations.php @@ -0,0 +1,11 @@ +<?php + +return array( + 'Estimated vs actual time / Swimlanes' => 'Temps estimé vs réel / Swimlanes', + 'Estimated vs actual time / Categories' => 'Temps estimé vs réel / Catégories', + 'Spent time / Dates' => 'Temps passées / Dates', + 'Total spent time / Dates' => 'Temps passées total / Dates', + 'Default' => 'Par défaut', + 'Categories' => 'Catégories', +); + diff --git a/plugins/TimeMachine/Locale/pl_PL/translations.php b/plugins/TimeMachine/Locale/pl_PL/translations.php new file mode 100644 index 00000000..4796ee8c --- /dev/null +++ b/plugins/TimeMachine/Locale/pl_PL/translations.php @@ -0,0 +1,10 @@ +<?php + +return array( + 'Estimated vs actual time / Swimlanes' => 'Szacowany vs rzeczywisty czas / Tory', + 'Estimated vs actual time / Categories' => 'Szacowany vs rzeczywisty czas / Kategorie', + 'Spent time / Dates' => 'Spędzony czas / Daty', + 'Total spent time / Dates' => 'Łączny spędzony czas / Daty', + 'Default' => 'Domyślnie', + 'Categories' => 'Kategorie', +); |