PL translation updates THX strebski

This commit is contained in:
Tobias Diekershoff 2022-03-18 17:10:36 +01:00
parent 14124f49e7
commit 34c7094790
No known key found for this signature in database
GPG key ID: 25FE376FF17694A1
21 changed files with 91 additions and 54 deletions

View file

@ -4,14 +4,15 @@
#
#
# Translators:
# Piotr Strębski <strebski@gmail.com>, 2022
# Waldemar Stoczkowski, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-11-21 19:16-0500\n"
"PO-Revision-Date: 2021-12-22 15:27+0000\n"
"Last-Translator: Transifex Bot <>\n"
"PO-Revision-Date: 2014-06-23 12:37+0000\n"
"Last-Translator: Piotr Strębski <strebski@gmail.com>, 2022\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -25,7 +26,7 @@ msgstr "Włącz Pokaż więcej"
#: showmore.php:38
msgid "Cutting posts after how many characters"
msgstr ""
msgstr "Cięcie wpisów po określonej ilości znaków"
#: showmore.php:43
msgid "\"Show more\" Settings"

View file

@ -6,5 +6,6 @@ function string_plural_select_pl($n){
if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
$a->strings['Enable Show More'] = 'Włącz Pokaż więcej';
$a->strings['Cutting posts after how many characters'] = 'Cięcie wpisów po określonej ilości znaków';
$a->strings['"Show more" Settings'] = 'Ustawienia "Pokaż więcej"';
$a->strings['show more'] = 'pokaż więcej';