Blame view

sources/apps/files/l10n/eu.php 7 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
4
  "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",
31b7f2792   Kload   Upgrade to ownclo...
5
  "File name cannot be empty." => "Fitxategi izena ezin da hutsa izan.",
6d9380f96   Cédric Dupont   Update sources OC...
6
7
8
9
10
11
12
13
14
15
  "\"%s\" is an invalid file name." => "\"%s\" ez da fitxategi izen baliogarria.",
  "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "IZen aliogabea, '\\', '/', '<', '>', ':', '\"', '|', '?' eta '*' ez daude baimenduta.",
  "The target folder has been moved or deleted." => "Jatorrizko karpeta mugitu edo ezabatu da.",
  "The name %s is already used in the folder %s. Please choose a different name." => "%s izena dagoeneko erabilita dago %s karpetan. Mesdez hautatu izen ezberdina.",
  "Not a valid source" => "Ez da jatorri baliogarria",
  "Server is not allowed to open URLs, please check the server configuration" => "Zerbitzaria ez dago URLak irekitzeko baimendua, mesedez egiaztatu zerbitzariaren konfigurazioa",
  "Error while downloading %s to %s" => "Errorea %s %sra deskargatzerakoan",
  "Error when creating the file" => "Errorea fitxategia sortzerakoan",
  "Folder name cannot be empty." => "Karpeta izena ezin da hutsa izan.",
  "Error when creating the folder" => "Errorea karpeta sortzerakoan",
31b7f2792   Kload   Upgrade to ownclo...
16
17
  "Unable to set upload directory." => "Ezin da igoera direktorioa ezarri.",
  "Invalid Token" => "Lekuko baliogabea",
03e52840d   Kload   Init
18
  "No file was uploaded. Unknown error" => "Ez da fitxategirik igo. Errore ezezaguna",
31b7f2792   Kload   Upgrade to ownclo...
19
  "There is no error, the file uploaded with success" => "Ez da errorerik egon, fitxategia ongi igo da",
03e52840d   Kload   Init
20
  "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Igotako fitxategiak php.ini fitxategian ezarritako upload_max_filesize muga gainditu du:",
31b7f2792   Kload   Upgrade to ownclo...
21
22
  "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Igotako fitxategia HTML formularioan zehaztutako MAX_FILE_SIZE direktiba baino handidagoa da.",
  "The uploaded file was only partially uploaded" => "Igotako fitxategiaren zati bat bakarrik igo da",
03e52840d   Kload   Init
23
  "No file was uploaded" => "Ez da fitxategirik igo",
31b7f2792   Kload   Upgrade to ownclo...
24
  "Missing a temporary folder" => "Aldi bateko karpeta falta da",
03e52840d   Kload   Init
25
26
  "Failed to write to disk" => "Errore bat izan da diskoan idazterakoan",
  "Not enough storage available" => "Ez dago behar aina leku erabilgarri,",
31b7f2792   Kload   Upgrade to ownclo...
27
  "Upload failed. Could not find uploaded file" => "Igoerak huts egin du. Ezin izan da igotako fitxategia aurkitu",
6d9380f96   Cédric Dupont   Update sources OC...
28
  "Upload failed. Could not get file info." => "Igoerak huts egin du. Ezin izan da fitxategiaren informazioa eskuratu.",
03e52840d   Kload   Init
29
30
  "Invalid directory." => "Baliogabeko karpeta.",
  "Files" => "Fitxategiak",
6d9380f96   Cédric Dupont   Update sources OC...
31
  "All files" => "Fitxategi guztiak",
31b7f2792   Kload   Upgrade to ownclo...
32
  "Unable to upload {filename} as it is a directory or has 0 bytes" => "Ezin da {filename} igo karpeta bat delako edo 0 byte dituelako",
6d9380f96   Cédric Dupont   Update sources OC...
33
34
  "Total file size {size1} exceeds upload limit {size2}" => "Fitxategiaren tamainak {size1} igotzeko muga {size2} gainditzen du",
  "Not enough free space, you are uploading {size1} but only {size2} is left" => "Ez dago leku nahikorik, zu {size1} igotzen ari zara baina bakarrik {size2} libre dago",
31b7f2792   Kload   Upgrade to ownclo...
35
36
37
  "Upload cancelled." => "Igoera ezeztatuta",
  "Could not get result from server." => "Ezin da zerbitzaritik emaitzik lortu",
  "File upload is in progress. Leaving the page now will cancel the upload." => "Fitxategien igoera martxan da. Orria orain uzteak igoera ezeztatutko du.",
6d9380f96   Cédric Dupont   Update sources OC...
38
  "URL cannot be empty" => "URLa ezin da hutsik egon",
31b7f2792   Kload   Upgrade to ownclo...
39
  "{new_name} already exists" => "{new_name} dagoeneko existitzen da",
6d9380f96   Cédric Dupont   Update sources OC...
40
41
42
  "Could not create file" => "Ezin izan da fitxategia sortu",
  "Could not create folder" => "Ezin izan da karpeta sortu",
  "Error fetching URL" => "Errorea URLa eskuratzerakoan",
03e52840d   Kload   Init
43
44
  "Share" => "Elkarbanatu",
  "Delete permanently" => "Ezabatu betirako",
6d9380f96   Cédric Dupont   Update sources OC...
45
  "Delete" => "Ezabatu",
03e52840d   Kload   Init
46
  "Rename" => "Berrizendatu",
6d9380f96   Cédric Dupont   Update sources OC...
47
  "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. ",
03e52840d   Kload   Init
48
  "Pending" => "Zain",
6d9380f96   Cédric Dupont   Update sources OC...
49
50
51
52
53
54
55
56
  "Error moving file." => "Errorea fitxategia mugitzean.",
  "Error moving file" => "Errorea fitxategia mugitzean",
  "Error" => "Errorea",
  "Could not rename file" => "Ezin izan da fitxategia berrizendatu",
  "Error deleting file." => "Errorea fitxategia ezabatzerakoan.",
  "Name" => "Izena",
  "Size" => "Tamaina",
  "Modified" => "Aldatuta",
31b7f2792   Kload   Upgrade to ownclo...
57
58
  "_%n folder_::_%n folders_" => array("karpeta %n","%n karpeta"),
  "_%n file_::_%n files_" => array("fitxategi %n","%n fitxategi"),
31b7f2792   Kload   Upgrade to ownclo...
59
  "_Uploading %n file_::_Uploading %n files_" => array("Fitxategi %n igotzen","%n fitxategi igotzen"),
6d9380f96   Cédric Dupont   Update sources OC...
60
  "\"{name}\" is an invalid file name." => "\"{name}\" ez da fitxategi izen baliogarria.",
03e52840d   Kload   Init
61
62
  "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})",
31b7f2792   Kload   Upgrade to ownclo...
63
64
65
  "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Enkriptazio aplikazioa gaituta dago baina zure gakoak ez daude konfiguratuta, mesedez saioa bukatu eta berriro hasi",
  "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Enkriptazio aplikaziorako gako pribatu okerra. Mesedez eguneratu zure gako pribatuaren pasahitza zure ezarpen pertsonaletan zure enkriptatuko fitxategietarako sarrera berreskuratzeko.",
  "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Enkriptazioa desgaitua izan da baina zure fitxategiak oraindik enkriptatuta daude. Mesedez  jo zure ezarpen pertsonaletara zure fitxategiak dekodifikatzeko.",
6d9380f96   Cédric Dupont   Update sources OC...
66
  "{dirs} and {files}" => "{dirs} eta {files}",
31b7f2792   Kload   Upgrade to ownclo...
67
  "%s could not be renamed" => "%s ezin da berrizendatu",
6d9380f96   Cédric Dupont   Update sources OC...
68
  "Upload (max. %s)" => "Igo (max. %s)",
03e52840d   Kload   Init
69
70
71
  "File handling" => "Fitxategien kudeaketa",
  "Maximum upload size" => "Igo daitekeen gehienezko tamaina",
  "max. possible: " => "max, posiblea:",
03e52840d   Kload   Init
72
  "Save" => "Gorde",
6d9380f96   Cédric Dupont   Update sources OC...
73
74
  "WebDAV" => "WebDAV",
  "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "<a href=\"%s\" target=\"_blank\">helbidea erabili zure fitxategiak WebDAV bidez eskuratzeko</a>",
03e52840d   Kload   Init
75
  "New" => "Berria",
6d9380f96   Cédric Dupont   Update sources OC...
76
  "New text file" => "Testu fitxategi berria",
03e52840d   Kload   Init
77
  "Text file" => "Testu fitxategia",
6d9380f96   Cédric Dupont   Update sources OC...
78
  "New folder" => "Karpeta berria",
03e52840d   Kload   Init
79
80
  "Folder" => "Karpeta",
  "From link" => "Estekatik",
6d9380f96   Cédric Dupont   Update sources OC...
81
  "You don’t have permission to upload or create files here" => "Ez duzu fitxategiak hona igotzeko edo hemen sortzeko baimenik",
03e52840d   Kload   Init
82
83
  "Nothing in here. Upload something!" => "Ez dago ezer. Igo zerbait!",
  "Download" => "Deskargatu",
31b7f2792   Kload   Upgrade to ownclo...
84
  "Upload too large" => "Igoera handiegia da",
03e52840d   Kload   Init
85
86
  "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.",
6d9380f96   Cédric Dupont   Update sources OC...
87
  "Currently scanning" => "Eskaneatzen une honetan"
03e52840d   Kload   Init
88
  );
31b7f2792   Kload   Upgrade to ownclo...
89
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";