parent
89818e279b
commit
5ef389610f
@ -1,6 +1,32 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"There is no error, the file uploaded with success" => "Nuk pati veprime të gabuara, skedari u ngarkua me sukses", |
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Skedari i ngarkuar tejkalon udhëzimin MAX_FILE_SIZE të specifikuar në formularin HTML", |
||||
"The uploaded file was only partially uploaded" => "Skedari i ngarkuar u ngarkua vetëm pjesërisht", |
||||
"No file was uploaded" => "Nuk u ngarkua asnjë skedar", |
||||
"Missing a temporary folder" => "Një dosje e përkohshme nuk u gjet", |
||||
"Failed to write to disk" => "Ruajtja në disk dështoi", |
||||
"Files" => "Skedarët", |
||||
"Delete permanently" => "Elimino përfundimisht", |
||||
"Delete" => "Elimino", |
||||
"Error" => "Veprim i gabuar", |
||||
"Name" => "Emri", |
||||
"Size" => "Dimensioni", |
||||
"Modified" => "Modifikuar", |
||||
"1 folder" => "1 dosje", |
||||
"{count} folders" => "{count} dosje", |
||||
"1 file" => "1 skedar", |
||||
"{count} files" => "{count} skedarë", |
||||
"Upload" => "Ngarko", |
||||
"File handling" => "Trajtimi i skedarit", |
||||
"Maximum upload size" => "Dimensioni maksimal i ngarkimit", |
||||
"max. possible: " => "maks. i mundur:", |
||||
"Save" => "Ruaj", |
||||
"New" => "I ri", |
||||
"Text file" => "Skedar teksti", |
||||
"Folder" => "Dosje", |
||||
"Nothing in here. Upload something!" => "Këtu nuk ka asgjë. Ngarkoni diçka!", |
||||
"Download" => "Shkarko", |
||||
"Unshare" => "Hiq ndarjen" |
||||
"Unshare" => "Hiq ndarjen", |
||||
"Upload too large" => "Ngarkimi është shumë i madh", |
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Skedarët që doni të ngarkoni tejkalojnë dimensionet maksimale për ngarkimet në këtë server." |
||||
); |
||||
|
@ -0,0 +1,3 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Error" => "ایرر" |
||||
); |
@ -1,3 +1,4 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Users" => "Përdoruesit" |
||||
"Users" => "Përdoruesit", |
||||
"Delete" => "Elimino" |
||||
); |
||||
|
@ -1,4 +1,5 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Error" => "Greška", |
||||
"Name" => "Ime", |
||||
"Delete" => "Obriši" |
||||
); |
||||
|
@ -1,4 +1,5 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Error" => "Fehler", |
||||
"Name" => "Numm", |
||||
"Delete" => "Läschen" |
||||
); |
||||
|
@ -1,4 +1,5 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Error" => "Ralat", |
||||
"Name" => "Nama", |
||||
"Delete" => "Padam" |
||||
); |
||||
|
@ -1,4 +1,5 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Error" => "Feil", |
||||
"Name" => "Namn", |
||||
"Delete" => "Slett" |
||||
); |
||||
|
@ -1,4 +1,5 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Error" => "Error", |
||||
"Name" => "Nom", |
||||
"Delete" => "Escafa" |
||||
); |
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue