diff options
Diffstat (limited to 'apps/files/l10n/ast.js')
-rw-r--r-- | apps/files/l10n/ast.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/files/l10n/ast.js b/apps/files/l10n/ast.js index 771bf258498..302c1031c93 100644 --- a/apps/files/l10n/ast.js +++ b/apps/files/l10n/ast.js @@ -230,11 +230,8 @@ OC.L10N.register( "This operation is forbidden" : "Esta operación ta prohibida", "This directory is unavailable, please check the logs or contact the administrator" : "Esti direutoriu nun ta disponible, revisa'l rexistru o ponte en contautu cola alministración.", "Storage is temporarily not available" : "L'almacenamientu nun ta disponible temporalmente", - "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} carpeta","{folderCount} carpetes"], - "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} ficheru","{fileCount} ficheros"], - "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 ficheru y {folderCount} carpeta","1 ficheru y {folderCount} carpetes"], - "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} ficheru y 1 carpeta","{fileCount} ficheros y 1 carpeta"], - "{fileCount} files and {folderCount} folders" : "{fileCount} ficheros y {folderCount} carpetes", + "_%n file_::_%n files_" : ["%n ficheru","%n ficheros"], + "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetes"], "No favorites yet" : "Entá nun hai nengún elementu favoritu", "Files and folders you mark as favorite will show up here" : "Equí apaecen los ficheros y carpetes que metas en Favoritos", "All files" : "Tolos ficheros", @@ -302,8 +299,6 @@ OC.L10N.register( "Error deleting file \"{fileName}\"." : "Hebo un error al desaniciar «{fileName}»", "No search results in other folders for {tag}{filter}{endtag}" : "Nun hai nengún resultáu de busca nes demás carpetes pa: {tag}{filter}{endtag}", "Enter more than two characters to search in other folders" : "Introduz más de dos carátueres pa buscar nes demás carpetes", - "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetes"], - "_%n file_::_%n files_" : ["%n ficheru","%n ficheros"], "{dirs} and {files}" : "{dirs} ya {files}", "_including %n hidden_::_including %n hidden_" : ["incluyendo %n elementu anubríu","incluyendo %n elementos anubríos"], "You do not have permission to upload or create files here" : "Nun tienes permisu pa xubir o crear ficheros equí", @@ -340,6 +335,11 @@ OC.L10N.register( "Open the files app settings" : "Abrir la configuración de Ficheros", "Unable to change the favourite state of the file" : "Nun ye posible camudar l'estáu favoritu del ficheru", "Create new templates folder" : "Crear una carpeta de plantíes", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} carpeta","{folderCount} carpetes"], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} ficheru","{fileCount} ficheros"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 ficheru y {folderCount} carpeta","1 ficheru y {folderCount} carpetes"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} ficheru y 1 carpeta","{fileCount} ficheros y 1 carpeta"], + "{fileCount} files and {folderCount} folders" : "{fileCount} ficheros y {folderCount} carpetes", "List of favorites files and folders." : "Una llista de ficheros y carpetes favoritos.", "Personal Files" : "Ficheros personales", "Text file" : "Ficheru de testu", |