diff --git a/js_upload/lang/hu/messages.po b/js_upload/lang/hu/messages.po index 3c9240c6..7d7d0d57 100644 --- a/js_upload/lang/hu/messages.po +++ b/js_upload/lang/hu/messages.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-01 18:15+0100\n" -"PO-Revision-Date: 2021-03-23 01:46+0000\n" +"POT-Creation-Date: 2021-03-23 23:53-0400\n" +"PO-Revision-Date: 2021-06-10 22:16+0000\n" "Last-Translator: Balázs Úr\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" @@ -19,38 +19,40 @@ msgstr "" "Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: js_upload.php:33 +#: js_upload.php:34 msgid "Select files for upload" msgstr "Fájlok kijelölése a feltöltéshez" -#: js_upload.php:34 +#: js_upload.php:35 msgid "Drop files here to upload" msgstr "Húzzon ide fájlokat a feltöltéshez" -#: js_upload.php:35 +#: js_upload.php:36 msgid "Cancel" msgstr "Mégse" -#: js_upload.php:36 +#: js_upload.php:37 msgid "Failed" msgstr "Sikertelen" -#: js_upload.php:214 +#: js_upload.php:215 msgid "No files were uploaded." msgstr "Nem lettek fájlok feltöltve." -#: js_upload.php:220 +#: js_upload.php:221 msgid "Uploaded file is empty" msgstr "A feltöltött fájl üres" -#: js_upload.php:232 -msgid "Image exceeds size limit of " -msgstr "A kép meghaladja a beállított méretkorlátot: " +#: js_upload.php:233 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "A kép meghaladja a beállított %s méretkorlátot" -#: js_upload.php:246 -msgid "File has an invalid extension, it should be one of " -msgstr "A fájlnak érvénytelen kiterjesztése van, ezek egyikének kellene lennie: " +#: js_upload.php:245 +#, php-format +msgid "File has an invalid extension, it should be one of %s." +msgstr "A fájl érvénytelen kiterjesztéssel rendelkezik, %s egyikének kell lennie." -#: js_upload.php:257 +#: js_upload.php:256 msgid "Upload was cancelled, or server error encountered" msgstr "A feltöltés meg lett szakítva vagy kiszolgálóhiba történt" diff --git a/js_upload/lang/hu/strings.php b/js_upload/lang/hu/strings.php index 03abb774..869b4d74 100644 --- a/js_upload/lang/hu/strings.php +++ b/js_upload/lang/hu/strings.php @@ -12,6 +12,6 @@ $a->strings["Cancel"] = "Mégse"; $a->strings["Failed"] = "Sikertelen"; $a->strings["No files were uploaded."] = "Nem lettek fájlok feltöltve."; $a->strings["Uploaded file is empty"] = "A feltöltött fájl üres"; -$a->strings["Image exceeds size limit of "] = "A kép meghaladja a beállított méretkorlátot: "; -$a->strings["File has an invalid extension, it should be one of "] = "A fájlnak érvénytelen kiterjesztése van, ezek egyikének kellene lennie: "; +$a->strings["Image exceeds size limit of %s"] = "A kép meghaladja a beállított %s méretkorlátot"; +$a->strings["File has an invalid extension, it should be one of %s."] = "A fájl érvénytelen kiterjesztéssel rendelkezik, %s egyikének kell lennie."; $a->strings["Upload was cancelled, or server error encountered"] = "A feltöltés meg lett szakítva vagy kiszolgálóhiba történt";