diff options
author | rzeka <piotr@rzeka.net> | 2014-03-05 09:31:14 +0100 |
---|---|---|
committer | rzeka <piotr@rzeka.net> | 2014-03-05 09:31:14 +0100 |
commit | 1d94ba9914751b6acd742e5538263b0f394e9189 (patch) | |
tree | 5aaf5bca61da94217ad29d2908cb1275c3ef912e /locales | |
parent | 141616b48cdb2f05a8288be0519ac4094c292ba6 (diff) |
#37 click on task to access it
Diffstat (limited to 'locales')
-rw-r--r-- | locales/fr_FR/translations.php | 1 | ||||
-rw-r--r-- | locales/pl_PL/translations.php | 13 |
2 files changed, 8 insertions, 6 deletions
diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php index 2429e067..53dbd60e 100644 --- a/locales/fr_FR/translations.php +++ b/locales/fr_FR/translations.php @@ -211,4 +211,5 @@ return array( 'Comment added successfully.' => 'Commentaire ajouté avec succès.', 'Unable to create your comment.' => 'Impossible de sauvegarder votre commentaire.', 'The description is required' => 'La description est obligatoire', + //'Edit this task' => '', ); diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php index b7adfc45..b088e30e 100644 --- a/locales/pl_PL/translations.php +++ b/locales/pl_PL/translations.php @@ -208,10 +208,11 @@ return array( '%B %e, %G at %k:%M %p' => '%e %B %G o %k:%M', 'Comments' => 'Komentarze', 'Post comment' => 'Dodaj komentarz', - //'Write your text in Markdown' => '', - //'Leave a comment' => '', - //'Comment is required' => '', - //'Comment added successfully.' => '', - //'Unable to create your comment.' => '', - //'The description is required' => '', + 'Write your text in Markdown' => 'Możesz użyć Markdown', + 'Leave a comment' => 'Zostaw komentarz', + 'Comment is required' => 'Komentarz jest wymagany', + 'Comment added successfully.' => 'Komentarz dodany', + 'Unable to create your comment.' => 'Nie udało się dodać komentarza', + 'The description is required' => 'Opis jest wymagany', + 'Edit this task' => 'Edytuj zadanie' ); |