summaryrefslogtreecommitdiff
path: root/plugins/TaskIntervalButton/Locale/pl_PL/translations.php
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2020-05-05 14:25:42 +0200
committeremkael <emkael@tlen.pl>2020-05-05 14:25:42 +0200
commit62827e6cf470449c117624058fb36ad94804bcc0 (patch)
tree10cd1e4d36c34b694acfadaa69fc7f6ae2b1eabd /plugins/TaskIntervalButton/Locale/pl_PL/translations.php
parent7b66ddf2e4fbdb837e78d8b7dbaa9fc38391bc32 (diff)
Time tracking related pluginsHEADmaster
Diffstat (limited to 'plugins/TaskIntervalButton/Locale/pl_PL/translations.php')
-rw-r--r--plugins/TaskIntervalButton/Locale/pl_PL/translations.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/TaskIntervalButton/Locale/pl_PL/translations.php b/plugins/TaskIntervalButton/Locale/pl_PL/translations.php
new file mode 100644
index 00000000..a880d442
--- /dev/null
+++ b/plugins/TaskIntervalButton/Locale/pl_PL/translations.php
@@ -0,0 +1,9 @@
+<?php
+
+return array(
+ 'Add time interval' => 'Dodaj spędzony czas',
+ 'Interval added.' => 'Czas dodany.',
+ 'Unable to add interval.' => 'Nie udało się dodać czasu.',
+ 'Add interval' => 'Dodaj czas',
+ 'Do you really want to add interval (30 minutes) to this task: "%s"?' => 'Czy na pewno chcesz dodać czas (30 minut) do zadania: "%s"?',
+);