mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02:00
translations updates for 2023.03
This commit is contained in:
parent
91bb323a16
commit
1c677722b3
148 changed files with 1875 additions and 2233 deletions
|
@ -4,53 +4,56 @@
|
|||
#
|
||||
#
|
||||
# Translators:
|
||||
# Michal Šupler <msupler@gmail.com>, 2014
|
||||
# Aditoo, 2018
|
||||
# michal_s <msupler@gmail.com>, 2014
|
||||
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: 2014-07-07 19:13+0000\n"
|
||||
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
|
||||
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
|
||||
"POT-Creation-Date: 2021-03-23 23:53-0400\n"
|
||||
"PO-Revision-Date: 2014-06-23 08:46+0000\n"
|
||||
"Last-Translator: Aditoo, 2018\n"
|
||||
"Language-Team: Czech (http://app.transifex.com/Friendica/friendica/language/cs/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: cs\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||||
|
||||
#: js_upload.php:43
|
||||
msgid "Upload a file"
|
||||
msgstr "Nahrát soubor"
|
||||
#: js_upload.php:34
|
||||
msgid "Select files for upload"
|
||||
msgstr ""
|
||||
|
||||
#: js_upload.php:44
|
||||
#: js_upload.php:35
|
||||
msgid "Drop files here to upload"
|
||||
msgstr "Přeneste sem soubory k nahrání"
|
||||
msgstr "Přetáhněte sem soubory k nahrání"
|
||||
|
||||
#: js_upload.php:45
|
||||
#: js_upload.php:36
|
||||
msgid "Cancel"
|
||||
msgstr "Zrušit"
|
||||
|
||||
#: js_upload.php:46
|
||||
#: js_upload.php:37
|
||||
msgid "Failed"
|
||||
msgstr "Neúspěch"
|
||||
|
||||
#: js_upload.php:303
|
||||
#: js_upload.php:215
|
||||
msgid "No files were uploaded."
|
||||
msgstr "Žádné soubory nebyly nahrány."
|
||||
|
||||
#: js_upload.php:309
|
||||
#: js_upload.php:221
|
||||
msgid "Uploaded file is empty"
|
||||
msgstr "Nahraný soubor je prázdný"
|
||||
|
||||
#: js_upload.php:321
|
||||
msgid "Image exceeds size limit of "
|
||||
msgstr "Velikost obrázku překračuje limit velikosti"
|
||||
#: js_upload.php:233
|
||||
#, php-format
|
||||
msgid "Image exceeds size limit of %s"
|
||||
msgstr ""
|
||||
|
||||
#: js_upload.php:332
|
||||
msgid "File has an invalid extension, it should be one of "
|
||||
msgstr "Soubor má neplatnou příponu, ta by měla být jednou z"
|
||||
#: js_upload.php:245
|
||||
#, php-format
|
||||
msgid "File has an invalid extension, it should be one of %s."
|
||||
msgstr ""
|
||||
|
||||
#: js_upload.php:343
|
||||
#: js_upload.php:256
|
||||
msgid "Upload was cancelled, or server error encountered"
|
||||
msgstr "Nahrávání bylo zrušeno nebo došlo k chybě na serveru"
|
||||
|
|
|
@ -3,14 +3,11 @@
|
|||
if(! function_exists("string_plural_select_cs")) {
|
||||
function string_plural_select_cs($n){
|
||||
$n = intval($n);
|
||||
if (($n==1)) { return 0; } else if (($n>=2 && $n<=4)) { return 1; } else { return 2; }
|
||||
if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
|
||||
}}
|
||||
$a->strings['Upload a file'] = 'Nahrát soubor';
|
||||
$a->strings['Drop files here to upload'] = 'Přeneste sem soubory k nahrání';
|
||||
$a->strings['Drop files here to upload'] = 'Přetáhněte sem soubory k nahrání';
|
||||
$a->strings['Cancel'] = 'Zrušit';
|
||||
$a->strings['Failed'] = 'Neúspěch';
|
||||
$a->strings['No files were uploaded.'] = 'Žádné soubory nebyly nahrány.';
|
||||
$a->strings['Uploaded file is empty'] = 'Nahraný soubor je prázdný';
|
||||
$a->strings['Image exceeds size limit of '] = 'Velikost obrázku překračuje limit velikosti';
|
||||
$a->strings['File has an invalid extension, it should be one of '] = 'Soubor má neplatnou příponu, ta by měla být jednou z';
|
||||
$a->strings['Upload was cancelled, or server error encountered'] = 'Nahrávání bylo zrušeno nebo došlo k chybě na serveru';
|
||||
|
|
|
@ -12,9 +12,9 @@ msgstr ""
|
|||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-03-23 23:53-0400\n"
|
||||
"PO-Revision-Date: 2021-12-05 08:34+0000\n"
|
||||
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>\n"
|
||||
"Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n"
|
||||
"PO-Revision-Date: 2014-06-23 08:46+0000\n"
|
||||
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2021\n"
|
||||
"Language-Team: German (http://app.transifex.com/Friendica/friendica/language/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
|
|
@ -5,52 +5,55 @@
|
|||
#
|
||||
# Translators:
|
||||
# Albert, 2016
|
||||
# Senex Petrovic <javierruizo@hotmail.com>, 2021
|
||||
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: 2016-11-17 18:59+0000\n"
|
||||
"Last-Translator: Albert\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/Friendica/friendica/language/es/)\n"
|
||||
"POT-Creation-Date: 2021-03-23 23:53-0400\n"
|
||||
"PO-Revision-Date: 2014-06-23 08:46+0000\n"
|
||||
"Last-Translator: Senex Petrovic <javierruizo@hotmail.com>, 2021\n"
|
||||
"Language-Team: Spanish (http://app.transifex.com/Friendica/friendica/language/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
|
||||
#: js_upload.php:43
|
||||
msgid "Upload a file"
|
||||
msgstr "Subir un archivo"
|
||||
#: js_upload.php:34
|
||||
msgid "Select files for upload"
|
||||
msgstr "Seleciona archivos a subir"
|
||||
|
||||
#: js_upload.php:44
|
||||
#: js_upload.php:35
|
||||
msgid "Drop files here to upload"
|
||||
msgstr "Soltar archivos aquí para subir"
|
||||
|
||||
#: js_upload.php:45
|
||||
#: js_upload.php:36
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#: js_upload.php:46
|
||||
#: js_upload.php:37
|
||||
msgid "Failed"
|
||||
msgstr "Fallido"
|
||||
|
||||
#: js_upload.php:303
|
||||
#: js_upload.php:215
|
||||
msgid "No files were uploaded."
|
||||
msgstr "No se subió ningún archivo."
|
||||
|
||||
#: js_upload.php:309
|
||||
#: js_upload.php:221
|
||||
msgid "Uploaded file is empty"
|
||||
msgstr "El archivo subido está vacío"
|
||||
|
||||
#: js_upload.php:321
|
||||
msgid "Image exceeds size limit of "
|
||||
msgstr "La imagen excede el tamaño de"
|
||||
#: js_upload.php:233
|
||||
#, php-format
|
||||
msgid "Image exceeds size limit of %s"
|
||||
msgstr ""
|
||||
|
||||
#: js_upload.php:332
|
||||
msgid "File has an invalid extension, it should be one of "
|
||||
msgstr "El archivo tiene una extensión inválida, debería ser una de"
|
||||
#: js_upload.php:245
|
||||
#, php-format
|
||||
msgid "File has an invalid extension, it should be one of %s."
|
||||
msgstr ""
|
||||
|
||||
#: js_upload.php:343
|
||||
#: js_upload.php:256
|
||||
msgid "Upload was cancelled, or server error encountered"
|
||||
msgstr "La subida fue cancelada, o el servidor tuvo un error"
|
||||
|
|
|
@ -3,14 +3,12 @@
|
|||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
if ($n == 1) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; }
|
||||
}}
|
||||
$a->strings['Upload a file'] = 'Subir un archivo';
|
||||
$a->strings['Select files for upload'] = 'Seleciona archivos a subir';
|
||||
$a->strings['Drop files here to upload'] = 'Soltar archivos aquí para subir';
|
||||
$a->strings['Cancel'] = 'Cancelar';
|
||||
$a->strings['Failed'] = 'Fallido';
|
||||
$a->strings['No files were uploaded.'] = 'No se subió ningún archivo.';
|
||||
$a->strings['Uploaded file is empty'] = 'El archivo subido está vacío';
|
||||
$a->strings['Image exceeds size limit of '] = 'La imagen excede el tamaño de';
|
||||
$a->strings['File has an invalid extension, it should be one of '] = 'El archivo tiene una extensión inválida, debería ser una de';
|
||||
$a->strings['Upload was cancelled, or server error encountered'] = 'La subida fue cancelada, o el servidor tuvo un error';
|
||||
|
|
|
@ -5,52 +5,55 @@
|
|||
#
|
||||
# Translators:
|
||||
# Jeroen De Meerleer <me@jeroened.be>, 2018
|
||||
# Ruud Schilders <ruud@schilders.it>, 2020
|
||||
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-08-24 11:48+0000\n"
|
||||
"Last-Translator: Jeroen De Meerleer <me@jeroened.be>\n"
|
||||
"Language-Team: Dutch (http://www.transifex.com/Friendica/friendica/language/nl/)\n"
|
||||
"POT-Creation-Date: 2021-03-23 23:53-0400\n"
|
||||
"PO-Revision-Date: 2014-06-23 08:46+0000\n"
|
||||
"Last-Translator: Ruud Schilders <ruud@schilders.it>, 2020\n"
|
||||
"Language-Team: Dutch (http://app.transifex.com/Friendica/friendica/language/nl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: nl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: js_upload.php:43
|
||||
msgid "Upload a file"
|
||||
msgstr "Upload een bestand"
|
||||
#: js_upload.php:34
|
||||
msgid "Select files for upload"
|
||||
msgstr ""
|
||||
|
||||
#: js_upload.php:44
|
||||
#: js_upload.php:35
|
||||
msgid "Drop files here to upload"
|
||||
msgstr "Sleep uw bestanden hier om ze te uploaden"
|
||||
|
||||
#: js_upload.php:45
|
||||
#: js_upload.php:36
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
msgstr "Afbreken"
|
||||
|
||||
#: js_upload.php:46
|
||||
#: js_upload.php:37
|
||||
msgid "Failed"
|
||||
msgstr ""
|
||||
msgstr "Mislukt"
|
||||
|
||||
#: js_upload.php:303
|
||||
#: js_upload.php:215
|
||||
msgid "No files were uploaded."
|
||||
msgstr ""
|
||||
msgstr "Er waren geen bestanden geüpload."
|
||||
|
||||
#: js_upload.php:309
|
||||
#: js_upload.php:221
|
||||
msgid "Uploaded file is empty"
|
||||
msgstr "Het geüploade bestand is leeg"
|
||||
|
||||
#: js_upload.php:233
|
||||
#, php-format
|
||||
msgid "Image exceeds size limit of %s"
|
||||
msgstr ""
|
||||
|
||||
#: js_upload.php:321
|
||||
msgid "Image exceeds size limit of "
|
||||
#: js_upload.php:245
|
||||
#, php-format
|
||||
msgid "File has an invalid extension, it should be one of %s."
|
||||
msgstr ""
|
||||
|
||||
#: js_upload.php:332
|
||||
msgid "File has an invalid extension, it should be one of "
|
||||
msgstr ""
|
||||
|
||||
#: js_upload.php:343
|
||||
#: js_upload.php:256
|
||||
msgid "Upload was cancelled, or server error encountered"
|
||||
msgstr ""
|
||||
|
|
|
@ -5,5 +5,8 @@ function string_plural_select_nl($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['Upload a file'] = 'Upload een bestand';
|
||||
$a->strings['Drop files here to upload'] = 'Sleep uw bestanden hier om ze te uploaden';
|
||||
$a->strings['Cancel'] = 'Afbreken';
|
||||
$a->strings['Failed'] = 'Mislukt';
|
||||
$a->strings['No files were uploaded.'] = 'Er waren geen bestanden geüpload.';
|
||||
$a->strings['Uploaded file is empty'] = 'Het geüploade bestand is leeg';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue