nextcloud/apps/files/l10n/eu.php

74 lines
4.6 KiB
PHP
Raw Normal View History

2012-01-11 04:06:59 +04:00
<?php $TRANSLATIONS = array(
2013-02-10 03:10:29 +04:00
"Could not move %s - File with this name already exists" => "Ezin da %s mugitu - Izen hau duen fitxategia dagoeneko existitzen da",
"Could not move %s" => "Ezin dira fitxategiak mugitu %s",
"Unable to rename file" => "Ezin izan da fitxategia berrizendatu",
2013-01-05 03:03:58 +04:00
"No file was uploaded. Unknown error" => "Ez da fitxategirik igo. Errore ezezaguna",
2012-01-11 04:06:59 +04:00
"There is no error, the file uploaded with success" => "Ez da arazorik izan, fitxategia ongi igo da",
2012-12-14 03:17:42 +04:00
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Igotako fitxategiak php.ini fitxategian ezarritako upload_max_filesize muga gainditu du:",
2012-01-11 04:06:59 +04:00
"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",
2012-05-17 02:36:21 +04:00
"Failed to write to disk" => "Errore bat izan da diskoan idazterakoan",
2013-02-10 03:10:29 +04:00
"Not enough storage available" => "Ez dago behar aina leku erabilgarri,",
2013-01-20 03:06:40 +04:00
"Invalid directory." => "Baliogabeko karpeta.",
2012-01-11 04:06:59 +04:00
"Files" => "Fitxategiak",
2013-02-13 03:05:40 +04:00
"Delete permanently" => "Ezabatu betirako",
2012-07-30 04:05:41 +04:00
"Delete" => "Ezabatu",
2012-10-04 04:07:35 +04:00
"Rename" => "Berrizendatu",
2013-02-10 03:10:29 +04:00
"Pending" => "Zain",
2012-11-26 03:02:04 +04:00
"{new_name} already exists" => "{new_name} dagoeneko existitzen da",
2012-08-21 04:09:12 +04:00
"replace" => "ordeztu",
2012-09-09 04:03:35 +04:00
"suggest name" => "aholkatu izena",
2012-08-21 04:09:12 +04:00
"cancel" => "ezeztatu",
2012-11-26 03:02:04 +04:00
"replaced {new_name}" => "ordezkatua {new_name}",
2012-08-21 04:09:12 +04:00
"undo" => "desegin",
2012-11-26 03:02:04 +04:00
"replaced {new_name} with {old_name}" => " {new_name}-k {old_name} ordezkatu du",
2013-02-13 03:05:40 +04:00
"perform delete operation" => "Ezabatu",
2013-01-20 03:06:40 +04:00
"'.' is an invalid file name." => "'.' ez da fitxategi izen baliogarria.",
"File name cannot be empty." => "Fitxategi izena ezin da hutsa izan.",
2012-11-26 03:02:04 +04:00
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "IZen aliogabea, '\\', '/', '<', '>', ':', '\"', '|', '?' eta '*' ez daude baimenduta.",
2013-01-28 03:05:43 +04:00
"Your storage is full, files can not be updated or synced anymore!" => "Zure biltegiratzea beterik dago, ezingo duzu aurrerantzean fitxategirik igo edo sinkronizatu!",
"Your storage is almost full ({usedSpacePercent}%)" => "Zure biltegiratzea nahiko beterik dago (%{usedSpacePercent})",
"Your download is being prepared. This might take some time if the files are big." => "Zure deskarga prestatu egin behar da. Denbora bat har lezake fitxategiak handiak badira. ",
2012-07-30 04:05:41 +04:00
"Unable to upload your file as it is a directory or has 0 bytes" => "Ezin da zure fitxategia igo, karpeta bat da edo 0 byt ditu",
"Upload Error" => "Igotzean errore bat suertatu da",
2012-11-14 03:03:38 +04:00
"Close" => "Itxi",
2012-10-04 04:07:35 +04:00
"1 file uploading" => "fitxategi 1 igotzen",
2012-11-26 03:02:04 +04:00
"{count} files uploading" => "{count} fitxategi igotzen",
2012-07-30 04:05:41 +04:00
"Upload cancelled." => "Igoera ezeztatuta",
2012-09-09 04:03:35 +04:00
"File upload is in progress. Leaving the page now will cancel the upload." => "Fitxategien igoera martxan da. Orria orain uzteak igoera ezeztatutko du.",
2013-01-10 03:05:53 +04:00
"URL cannot be empty." => "URLa ezin da hutsik egon.",
2013-01-20 03:06:40 +04:00
"Invalid folder name. Usage of 'Shared' is reserved by Owncloud" => "Baliogabeako karpeta izena. 'Shared' izena Owncloudek erreserbatzen du",
2012-09-26 15:22:37 +04:00
"Name" => "Izena",
2012-06-06 02:29:28 +04:00
"Size" => "Tamaina",
"Modified" => "Aldatuta",
2012-11-26 03:02:04 +04:00
"1 folder" => "karpeta bat",
"{count} folders" => "{count} karpeta",
"1 file" => "fitxategi bat",
"{count} files" => "{count} fitxategi",
2013-01-27 03:06:21 +04:00
"Upload" => "Igo",
2012-05-17 02:36:21 +04:00
"File handling" => "Fitxategien kudeaketa",
2012-01-11 04:06:59 +04:00
"Maximum upload size" => "Igo daitekeen gehienezko tamaina",
2012-05-17 02:36:21 +04:00
"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",
2012-09-09 04:03:35 +04:00
"Save" => "Gorde",
2012-05-09 14:41:01 +04:00
"New" => "Berria",
"Text file" => "Testu fitxategia",
"Folder" => "Karpeta",
2012-11-26 03:02:04 +04:00
"From link" => "Estekatik",
2013-02-13 03:05:40 +04:00
"Trash bin" => "Zakarrontzia",
2012-05-17 02:36:21 +04:00
"Cancel upload" => "Ezeztatu igoera",
2012-01-11 04:06:59 +04:00
"Nothing in here. Upload something!" => "Ez dago ezer. Igo zerbait!",
"Download" => "Deskargatu",
2013-02-10 03:10:29 +04:00
"Unshare" => "Ez elkarbanatu",
2012-01-11 04:06:59 +04:00
"Upload too large" => "Igotakoa handiegia da",
2012-05-17 02:36:21 +04:00
"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.",
2013-02-13 03:05:40 +04:00
"Current scanning" => "Orain eskaneatzen ari da",
"Upgrading filesystem cache..." => "Fitxategi sistemaren katxea eguneratzen..."
2012-01-11 04:06:59 +04:00
);