mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 17:08:48 +00:00
js upload addon HU translation added THX Balázs Úr
This commit is contained in:
parent
a3b873647c
commit
2ed46eeefe
2 changed files with 73 additions and 0 deletions
17
js_upload/lang/hu/strings.php
Normal file
17
js_upload/lang/hu/strings.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_hu")) {
|
||||
function string_plural_select_hu($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Select files for upload"] = "Fájlok kijelölése a feltöltéshez";
|
||||
$a->strings["Drop files here to upload"] = "Húzzon ide fájlokat a feltöltéshez";
|
||||
$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["Upload was cancelled, or server error encountered"] = "A feltöltés meg lett szakítva vagy kiszolgálóhiba történt";
|
Loading…
Add table
Add a link
Reference in a new issue