Blame view

sources/apps/files/l10n/eu.php 5.61 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
6
7
  "File name cannot be empty." => "Fitxategi izena ezin da hutsa izan.",
  "Unable to set upload directory." => "Ezin da igoera direktorioa ezarri.",
  "Invalid Token" => "Lekuko baliogabea",
03e52840d   Kload   Init
8
  "No file was uploaded. Unknown error" => "Ez da fitxategirik igo. Errore ezezaguna",
31b7f2792   Kload   Upgrade to ownclo...
9
  "There is no error, the file uploaded with success" => "Ez da errorerik egon, fitxategia ongi igo da",
03e52840d   Kload   Init
10
  "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...
11
12
  "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
13
  "No file was uploaded" => "Ez da fitxategirik igo",
31b7f2792   Kload   Upgrade to ownclo...
14
  "Missing a temporary folder" => "Aldi bateko karpeta falta da",
03e52840d   Kload   Init
15
16
  "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...
17
18
  "Upload failed. Could not get file info." => "Igoerak huts egin du. Ezin izan da fitxategiaren informazioa eskuratu.",
  "Upload failed. Could not find uploaded file" => "Igoerak huts egin du. Ezin izan da igotako fitxategia aurkitu",
03e52840d   Kload   Init
19
20
  "Invalid directory." => "Baliogabeko karpeta.",
  "Files" => "Fitxategiak",
31b7f2792   Kload   Upgrade to ownclo...
21
22
23
24
25
26
  "Unable to upload {filename} as it is a directory or has 0 bytes" => "Ezin da {filename} igo karpeta bat delako edo 0 byte dituelako",
  "Not enough space available" => "Ez dago leku nahikorik.",
  "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.",
  "{new_name} already exists" => "{new_name} dagoeneko existitzen da",
03e52840d   Kload   Init
27
28
  "Share" => "Elkarbanatu",
  "Delete permanently" => "Ezabatu betirako",
03e52840d   Kload   Init
29
30
  "Rename" => "Berrizendatu",
  "Pending" => "Zain",
03e52840d   Kload   Init
31
32
  "replaced {new_name} with {old_name}" => " {new_name}-k {old_name} ordezkatu du",
  "undo" => "desegin",
31b7f2792   Kload   Upgrade to ownclo...
33
34
35
36
  "_%n folder_::_%n folders_" => array("karpeta %n","%n karpeta"),
  "_%n file_::_%n files_" => array("fitxategi %n","%n fitxategi"),
  "{dirs} and {files}" => "{dirs} eta {files}",
  "_Uploading %n file_::_Uploading %n files_" => array("Fitxategi %n igotzen","%n fitxategi igotzen"),
03e52840d   Kload   Init
37
  "'.' is an invalid file name." => "'.' ez da fitxategi izen baliogarria.",
03e52840d   Kload   Init
38
39
40
  "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "IZen aliogabea, '\\', '/', '<', '>', ':', '\"', '|', '?' eta '*' ez daude baimenduta.",
  "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...
41
42
43
  "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.",
03e52840d   Kload   Init
44
  "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. ",
31b7f2792   Kload   Upgrade to ownclo...
45
46
  "Error moving file" => "Errorea fitxategia mugitzean",
  "Error" => "Errorea",
03e52840d   Kload   Init
47
48
49
  "Name" => "Izena",
  "Size" => "Tamaina",
  "Modified" => "Aldatuta",
31b7f2792   Kload   Upgrade to ownclo...
50
  "%s could not be renamed" => "%s ezin da berrizendatu",
03e52840d   Kload   Init
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
  "Upload" => "Igo",
  "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",
  "Save" => "Gorde",
  "New" => "Berria",
  "Text file" => "Testu fitxategia",
  "Folder" => "Karpeta",
  "From link" => "Estekatik",
  "Deleted files" => "Ezabatutako fitxategiak",
  "Cancel upload" => "Ezeztatu igoera",
03e52840d   Kload   Init
66
67
  "Nothing in here. Upload something!" => "Ez dago ezer. Igo zerbait!",
  "Download" => "Deskargatu",
0f30ed153   Kload   RC4
68
  "Unshare" => "Ez elkarbanatu",
31b7f2792   Kload   Upgrade to ownclo...
69
70
  "Delete" => "Ezabatu",
  "Upload too large" => "Igoera handiegia da",
03e52840d   Kload   Init
71
72
73
74
75
  "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",
  "Upgrading filesystem cache..." => "Fitxategi sistemaren katxea eguneratzen..."
  );
31b7f2792   Kload   Upgrade to ownclo...
76
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";