diff options
Diffstat (limited to 'apps/files/l10n/eu.js')
-rw-r--r-- | apps/files/l10n/eu.js | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/files/l10n/eu.js b/apps/files/l10n/eu.js index 1e89b0aa35c..e0fc24a16f6 100644 --- a/apps/files/l10n/eu.js +++ b/apps/files/l10n/eu.js @@ -187,7 +187,10 @@ OC.L10N.register( "Another entry with the same name already exists" : "Badago izen hori duen beste sarrera bat", "Renamed \"{oldName}\" to \"{newName}\"" : "\"{oldName}\" \"{newName}\"(e)ra berrizendatu 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 ", + "Could not copy {file}. {message}" : "Ezin izan da {file} kopiatu. {message}", + "Could not move {file}. {message}" : "Ezin izan da {file} mugitu. {message}", "Total rows summary" : "Errenkaden guztirako laburpena", "\"{displayName}\" failed on some elements " : "\"{displayName}\"-k huts egin du elementu batzuetan", "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" multzoko ekintza behar bezala exekutatu da", @@ -198,6 +201,7 @@ OC.L10N.register( "Unselect all" : "Desautatu dena", "List of files and folders." : "Fitxategi eta karpeten zerrenda.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Zerrenda hau ez da guztiz ikusten errendimendu arrazoiengatik. Fitxategiak zerrendan zehar nabigatzen duten heinean bistaratuko dira.", + "{summaryFile} and {summaryFolder}" : "{summaryFile} eta {summaryFolder}", "File not found" : "Ez da fitxategia aurkitu", "_{count} file_::_{count} files_" : ["fitxategi {count}","{count} fitxategi"], "_{count} folder_::_{count} folders_" : ["karpeta {count}","{count} karpeta"], @@ -250,16 +254,27 @@ OC.L10N.register( "Delete permanently" : "Ezabatu betirako", "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", + "A file or folder with that name already exists in this folder" : "Izen hori duen fitxategi edo karpeta bat dago karpena honetan", + "The files is locked" : "Fixategiak blokeatuta dago", + "The file does not exist anymore" : "Fitxategia ez da existizen dagoeneko", "Chose destination" : "Aukeratu helburua", "Copy to {target}" : "Kopiatu hona: {target}", "Move to {target}" : "Mugitu hona: {target}", + "Cancelled move or copy operation" : "Mugitze edo kopiatze operazioa utzi da", "Open folder {displayName}" : "Ireki {displayName} karpeta", "Open in Files" : "Ireki Fitxategiak aplikazioan", "Open details" : "Ireki xehetasunak", + "Created new folder \"{name}\"" : "\"{name}\" karpeta berria sortu da", "Set up templates folder" : "Konfiguratu txantiloien karpeta", "Templates" : "Txantiloiak", "Create new templates folder" : "Sortu txantiloi karpeta berria", "Unable to initialize the templates directory" : "Ezin da txantiloien direktorioa hasieratu", + "_{folderCount} folder_::_{folderCount} folders_" : ["Karpeta {folderCount}","{folderCount} karpeta"], + "_{fileCount} file_::_{fileCount} files_" : ["Fitxategi {fileCount}","{fileCount} fitxategi"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["Fitxategi 1 eta karpeta {folderCount}","Fitxategi 1 eta {folderCount} karpeta"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["Fitxategi {fileCount} eta karpeta 1","{fileCount} fitxategi eta karpeta 1"], + "{fileCount} files and {folderCount} folders" : "{fileCount} fitxategi eta {folderCount} fitxategi", "List of favorites files and folders." : "Fitxategi eta karpeta gogokoen zerrenda.", "No favorites yet" : "Gogokorik ez oraindik", "Files and folders you mark as favorite will show up here" : "Gogokotzat markatutako fitxategi eta karpetak hemen agertuko dira", |