20 lines
1.3 KiB
PHP
20 lines
1.3 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",
|
|
"Files" => "Fitxategiak",
|
|
"Maximum upload size" => "Igo daitekeen gehienezko tamaina",
|
|
"Upload" => "Igo",
|
|
"Nothing in here. Upload something!" => "Ez dago ezer. Igo zerbait!",
|
|
"Name" => "Izena",
|
|
"Download" => "Deskargatu",
|
|
"Size" => "Tamaina",
|
|
"Modified" => "Aldatuta",
|
|
"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."
|
|
);
|