diff options
Diffstat (limited to 'apps/files/l10n/eu.js')
-rw-r--r-- | apps/files/l10n/eu.js | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/apps/files/l10n/eu.js b/apps/files/l10n/eu.js index 1f41da123e5..c556069b0b4 100644 --- a/apps/files/l10n/eu.js +++ b/apps/files/l10n/eu.js @@ -231,8 +231,11 @@ OC.L10N.register( "_You are about to delete {count} item_::_You are about to delete {count} items_" : ["Elementu {count} ezabatzera zoaz"," {count} elementu ezabatzera zoaz"], "Confirm deletion" : "Berretsi ezabaketa", "Cancel" : "Utzi", + "Download" : "Deskargatu", "Moving \"{source}\" to \"{destination}\" …" : "«{source}» «{destination}»(e)ra mugitzen", "Copying \"{source}\" to \"{destination}\" …" : "«{source}» «{destination}»(e)ra mugitzen", + "Destination is not a folder" : "Helburua ez da karpeta bat", + "This file/folder is already in that directory" : "Fitxategi/karpeta hau dagoeneko karpeta horretan dago", "You cannot move a file/folder onto itself or into a subfolder of itself" : "Ezin duzu fitxategi/karpeta bat berera edo bere azpikarpeta batera mugitu", "(copy)" : "(kopiatu)", "(copy %n)" : "(kopiatu %n)", @@ -293,6 +296,9 @@ OC.L10N.register( "Files moved successfully" : "Fitxategiak behar bezala mugitu dira", "Conflicts resolution skipped" : "Gatazkak konpontzea saihestu da", "Upload cancelled" : "Igotzea bertan behera utzi da", + "Could not rename \"{oldName}\", it does not exist any more" : "Ezin izan da \"{oldName}\" berrizendatu, ez da existitzen dagoeneko", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{newName}\" izena \"{dir}\" karpetan dagoeneko erabiltzen da. Mesedez aukeratu beste izen bat.", + "Could not rename \"{oldName}\"" : "Ezin izan da \"{oldName}\" berrizendatu ", "This operation is forbidden" : "Eragiketa hau debekatuta dago", "This directory is unavailable, please check the logs or contact the administrator" : "Direktorio hau ez dago erabilgarri, egiaztatu egunkariak edo jarri administratzailearekin harremanetan", "Storage is temporarily not available" : "Biltegia ez dago erabilgarri aldi baterako", @@ -323,7 +329,6 @@ OC.L10N.register( "Upload too large" : "Igotzekoa handiegia da", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Igotzen saiatzen ari zaren fitxategiek zerbitzari honek onartzen duen gehienezko tamaina gainditzen dute.", "File could not be found" : "Ezin izan da fitxategia aurkitu", - "Download" : "Deskargatu", "Show list view" : "Erakutsi zerrenda ikuspegia", "Show grid view" : "Erakutsi sareta ikuspegia", "Close" : "Itxi", @@ -362,9 +367,6 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "{origin} kopiatu da {destination} barruan", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} eta beste {nbfiles} fitxategi {destination} barruan kopiatu dira", "{newName} already exists" : "{newName} existitzen da dagoeneko", - "Could not rename \"{oldName}\", it does not exist any more" : "Ezin izan da \"{oldName}\" berrizendatu, ez da existitzen dagoeneko", - "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{newName}\" izena \"{dir}\" karpetan dagoeneko erabiltzen da. Mesedez aukeratu beste izen bat.", - "Could not rename \"{oldName}\"" : "Ezin izan da \"{oldName}\" berrizendatu ", "Could not create file \"{file}\"" : "Ezin izan da \"{file}\" fitxategia sortu", "Could not create file \"{file}\" because it already exists" : "Ezin izan da \"{file}\" fitxategia sortu, dagoeneko existitzen delako", "Could not create folder \"{dir}\" because it already exists" : "Ezin izan da \"{dir}\" karpeta sortu, dagoeneko existitzen delako", |