]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Update messages.pl.yml 3521/head
authorMateusz Rumiński <matt.ruminski@protonmail.com>
Mon, 18 Dec 2017 20:01:22 +0000 (21:01 +0100)
committerGitHub <noreply@github.com>
Mon, 18 Dec 2017 20:01:22 +0000 (21:01 +0100)
add polish translation for 'provided by' and 'origin url'

src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml

index 88f35738d89e31d54224207b905b0f1b2a0cdfeb..848233087d5a50d63a5657f24e844a4877378d6a 100644 (file)
@@ -233,7 +233,7 @@ entry:
         created_at: 'Czas stworzenia'
         published_at: 'Data publikacji'
         published_by: 'Opublikowane przez'
-        # provided_by: 'Provided by'
+        provided_by: 'Dostarczony przez'
     new:
         page_title: 'Zapisz nowy wpis'
         placeholder: 'http://website.com'
@@ -245,7 +245,7 @@ entry:
         page_title: 'Edytuj wpis'
         title_label: 'Tytuł'
         url_label: 'Adres URL'
-        # origin_url_label: 'Origin url (from where you found that entry)'
+        origin_url_label: 'Oryginalny url (gdzie znalazłeś ten wpis)'
         save_label: 'Zapisz'
     public:
         shared_by_wallabag: "Ten artykuł został udostępniony przez <a href='%wallabag_instance%'>wallabag</a>"