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 16:24+0000\n"
"Last-Translator: Transifex Bot <>\n"
"PO-Revision-Date: 2014-06-23 12:55+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"
@ -21,7 +22,7 @@ msgstr ""
#: superblock.php:35
msgid "Comma separated profile URLs to block"
msgstr ""
msgstr "Oddzielone przecinkami adresy URL profilów do zablokowania"
#: superblock.php:40
msgid "Superblock"

View file

@ -5,5 +5,6 @@ function string_plural_select_pl($n){
$n = intval($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['Comma separated profile URLs to block'] = 'Oddzielone przecinkami adresy URL profilów do zablokowania';
$a->strings['Superblock'] = 'Superblock';
$a->strings['Block Completely'] = 'Całkowicie zablokuj';