36 lines
2.0 KiB
PHP
36 lines
2.0 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"There is no error, the file uploaded with success" => "Ez da arazorik izan, fitxategia ongi igo da",
|
|
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Igotako fitxategiaren tamaina php.ini-ko upload_max_filesize direktiban adierazitakoa baino handiagoa da",
|
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Igotako fitxategiaren tamaina HTML inprimakiko MAX_FILESIZE direktiban adierazitakoa baino handiagoa da",
|
|
"The uploaded file was only partially uploaded" => "Igotako fitxategiaren zati bat baino gehiago ez da igo",
|
|
"No file was uploaded" => "Ez da fitxategirik igo",
|
|
"Missing a temporary folder" => "Aldi baterako karpeta falta da",
|
|
"Failed to write to disk" => "Errore bat izan da diskoan idazterakoan",
|
|
"Files" => "Fitxategiak",
|
|
"File handling" => "Fitxategien kudeaketa",
|
|
"Maximum upload size" => "Igo daitekeen gehienezko tamaina",
|
|
"max. possible: " => "max, posiblea:",
|
|
"Needed for multi-file and folder downloads." => "Beharrezkoa fitxategi-anitz eta karpeten deskargarako.",
|
|
"Enable ZIP-download" => "Gaitu ZIP-deskarga",
|
|
"0 is unlimited" => "0 mugarik gabe esan nahi du",
|
|
"Maximum input size for ZIP files" => "ZIP fitxategien gehienezko tamaina",
|
|
"New" => "Berria",
|
|
"Text file" => "Testu fitxategia",
|
|
"Folder" => "Karpeta",
|
|
"From url" => "URLtik",
|
|
"Upload" => "Igo",
|
|
"Cancel upload" => "Ezeztatu igoera",
|
|
"Nothing in here. Upload something!" => "Ez dago ezer. Igo zerbait!",
|
|
"Name" => "Izena",
|
|
"Share" => "Elkarbanatu",
|
|
"Download" => "Deskargatu",
|
|
"Size" => "Tamaina",
|
|
"Modified" => "Aldatuta",
|
|
"Delete all" => "Ezabatu dena",
|
|
"Delete" => "Ezabatu",
|
|
"Upload too large" => "Igotakoa handiegia da",
|
|
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Igotzen saiatzen ari zaren fitxategiak zerbitzari honek igotzeko onartzen duena baino handiagoak dira.",
|
|
"Files are being scanned, please wait." => "Fitxategiak eskaneatzen ari da, itxoin mezedez.",
|
|
"Current scanning" => "Orain eskaneatzen ari da"
|
|
);
|