mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 16:11:09 +00:00
59 lines
1.8 KiB
Text
59 lines
1.8 KiB
Text
# ADDON js_upload
|
|
# Copyright (C)
|
|
# This file is distributed under the same license as the Friendica js_upload addon package.
|
|
#
|
|
#
|
|
# 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-03-23 23:53-0400\n"
|
|
"PO-Revision-Date: 2014-06-23 08:46+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"
|
|
"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"
|
|
|
|
#: js_upload.php:34
|
|
msgid "Select files for upload"
|
|
msgstr "Wybierz pliki do przesłania"
|
|
|
|
#: js_upload.php:35
|
|
msgid "Drop files here to upload"
|
|
msgstr "Upuść tutaj pliki do przesłania"
|
|
|
|
#: js_upload.php:36
|
|
msgid "Cancel"
|
|
msgstr "Anuluj"
|
|
|
|
#: js_upload.php:37
|
|
msgid "Failed"
|
|
msgstr "Nie powiodło się"
|
|
|
|
#: js_upload.php:215
|
|
msgid "No files were uploaded."
|
|
msgstr "Żadne pliki nie zostały przesłane."
|
|
|
|
#: js_upload.php:221
|
|
msgid "Uploaded file is empty"
|
|
msgstr "Przesłany plik jest pusty"
|
|
|
|
#: js_upload.php:233
|
|
#, php-format
|
|
msgid "Image exceeds size limit of %s"
|
|
msgstr "Obraz przekracza limit rozmiaru wynoszący %s"
|
|
|
|
#: js_upload.php:245
|
|
#, php-format
|
|
msgid "File has an invalid extension, it should be one of %s."
|
|
msgstr "Plik ma nieprawidłowe rozszerzenie, powinno być jednym z: %s."
|
|
|
|
#: js_upload.php:256
|
|
msgid "Upload was cancelled, or server error encountered"
|
|
msgstr "Przesyłanie zostało anulowane lub wystąpił błąd serwera"
|