From b899ac5d4ff7b6d418864a601d6cde674afc6c10 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 8 Apr 2018 11:17:20 +0200 Subject: [PATCH] forgot the showmore translation update --- showmore/lang/pl/messages.po | 20 ++++++++++---------- showmore/lang/pl/strings.php | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/showmore/lang/pl/messages.po b/showmore/lang/pl/messages.po index 77338be6..51696867 100644 --- a/showmore/lang/pl/messages.po +++ b/showmore/lang/pl/messages.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2018-03-31 19:46+0000\n" +"POT-Creation-Date: 2018-04-01 11:11-0400\n" +"PO-Revision-Date: 2018-04-07 16:56+0000\n" "Last-Translator: Waldemar Stoczkowski \n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" "Language: pl\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" -#: showmore.php:38 +#: showmore.php:41 showmore.php:45 msgid "\"Show more\" Settings" msgstr "\"Pokaż więcej\" ustawień" -#: showmore.php:41 +#: showmore.php:50 msgid "Enable Show More" msgstr "Włącz Pokaż więcej" -#: showmore.php:44 +#: showmore.php:53 msgid "Cutting posts after how much characters" msgstr "Cięcie słupków po ilości znaków" -#: showmore.php:48 -msgid "Submit" -msgstr "Wyślij" +#: showmore.php:57 +msgid "Save Settings" +msgstr "Zapisz ustawienia" -#: showmore.php:65 +#: showmore.php:74 msgid "Show More Settings saved." msgstr "Pokaż więcej zapisanych ustawień." -#: showmore.php:119 +#: showmore.php:134 msgid "show more" msgstr "Pokaż więcej" diff --git a/showmore/lang/pl/strings.php b/showmore/lang/pl/strings.php index 9a5969b9..3929e18c 100644 --- a/showmore/lang/pl/strings.php +++ b/showmore/lang/pl/strings.php @@ -8,6 +8,6 @@ function string_plural_select_pl($n){ $a->strings["\"Show more\" Settings"] = "\"Pokaż więcej\" ustawień"; $a->strings["Enable Show More"] = "Włącz Pokaż więcej"; $a->strings["Cutting posts after how much characters"] = "Cięcie słupków po ilości znaków"; -$a->strings["Submit"] = "Wyślij"; +$a->strings["Save Settings"] = "Zapisz ustawienia"; $a->strings["Show More Settings saved."] = "Pokaż więcej zapisanych ustawień."; $a->strings["show more"] = "Pokaż więcej";