forumdirectory PL translation

This commit is contained in:
Tobias Diekershoff 2018-04-01 19:34:44 +02:00
parent 112a42d8a1
commit 7788cec989
2 changed files with 103 additions and 17 deletions

View File

@ -0,0 +1,81 @@
# ADDON forumdirectory
# Copyright (C)
# This file is distributed under the same license as the Friendica forumdirectory addon package.
#
#
# Translators:
# TORminator <dominik+foss@danelski.pl>, 2015
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
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-30 17:48+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\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"
"Content-Transfer-Encoding: 8bit\n"
"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"
#: forumdirectory.php:22
msgid "Forum Directory"
msgstr "Katalog forum"
#: forumdirectory.php:53
msgid "Public access denied."
msgstr "Odmowa dostępu publicznego."
#: forumdirectory.php:71
msgid "Global Directory"
msgstr "Globalny katalog"
#: forumdirectory.php:79
msgid "Find on this site"
msgstr "Znajdź na tej stronie"
#: forumdirectory.php:81
msgid "Finding: "
msgstr "Odkrycie:"
#: forumdirectory.php:82
msgid "Site Directory"
msgstr "Katalog Strony"
#: forumdirectory.php:83
msgid "Find"
msgstr "Szukaj"
#: forumdirectory.php:133
msgid "Age: "
msgstr "Wiek:"
#: forumdirectory.php:136
msgid "Gender: "
msgstr "Płeć:"
#: forumdirectory.php:156
msgid "Location:"
msgstr "Lokalizacja"
#: forumdirectory.php:158
msgid "Gender:"
msgstr "Płeć:"
#: forumdirectory.php:160
msgid "Status:"
msgstr "Status"
#: forumdirectory.php:162
msgid "Homepage:"
msgstr "Strona główna:"
#: forumdirectory.php:164
msgid "About:"
msgstr "O:"
#: forumdirectory.php:201
msgid "No entries (some entries may be hidden)."
msgstr "Brak wpisów (niektóre wpisy mogą być ukryte)."

View File

@ -1,12 +1,17 @@
<?php
$a->strings["Forum Directory"] = "Katalog Forum";
$a->strings["Public access denied."] = "Publiczny dostęp zabroniony";
$a->strings["Global Directory"] = "Globalne Położenie";
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($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);;
}}
;
$a->strings["Forum Directory"] = "Katalog forum";
$a->strings["Public access denied."] = "Odmowa dostępu publicznego.";
$a->strings["Global Directory"] = "Globalny katalog";
$a->strings["Find on this site"] = "Znajdź na tej stronie";
$a->strings["Finding: "] = "Znalezione:";
$a->strings["Finding: "] = "Odkrycie:";
$a->strings["Site Directory"] = "Katalog Strony";
$a->strings["Find"] = "Znajdź";
$a->strings["Find"] = "Szukaj";
$a->strings["Age: "] = "Wiek:";
$a->strings["Gender: "] = "Płeć:";
$a->strings["Location:"] = "Lokalizacja";
@ -14,4 +19,4 @@ $a->strings["Gender:"] = "Płeć:";
$a->strings["Status:"] = "Status";
$a->strings["Homepage:"] = "Strona główna:";
$a->strings["About:"] = "O:";
$a->strings["No entries (some entries may be hidden)."] = "Brak odwiedzin (niektóre odwiedziny mogą być ukryte).";
$a->strings["No entries (some entries may be hidden)."] = "Brak wpisów (niektóre wpisy mogą być ukryte).";