diff options
Diffstat (limited to 'apps/files/l10n/es.js')
-rw-r--r-- | apps/files/l10n/es.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 1c50e59c566..188ea2b8cb9 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -200,13 +200,10 @@ OC.L10N.register( "Unselect all" : "Desmarrcar todos", "\"{displayName}\" failed on some elements " : "\"{displayName}\" fallo en algunos elementos", "\"{displayName}\" batch action executed successfully" : "la acción en lotes \"{displayName}\" se ejecutó exitósamente", - "{summaryFile} and {summaryFolder}" : "{summaryFile} y {summaryFolder}", "List of files and folders." : "Lista de archivos y carpetas.", "Column headers with buttons are sortable." : "Las columnas con botones en la cabecera son ordenables.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Esta lista no se muestra completamente por motivos de rendimiento. Los archivos se mostrarán a medida que navega por la lista.", "File not found" : "No se ha encontrado el archivo", - "_{count} file_::_{count} files_" : ["{count} archivo","{count} archivos","{count} archivos"], - "_{count} folder_::_{count} folders_" : ["{count} carpeta","{count} carpetas","{count} carpetas"], "Storage informations" : "Informaciones de almacenamiento", "{usedQuotaByte} used" : "{usedQuotaByte} utilizados", "{relative}% used" : "{relative}% utilizado", @@ -323,6 +320,9 @@ OC.L10N.register( "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Esta lista no se renderiza completa por razones de rendimiento. Los archivos serán renderizados mientras ud. navegue por la lista.", "Search for an account" : "Buscar una cuenta", "Choose" : "Selecciona", - "No files or folders have been deleted yet" : "No se han borrado archivos o carpetas todavía" + "No files or folders have been deleted yet" : "No se han borrado archivos o carpetas todavía", + "{summaryFile} and {summaryFolder}" : "{summaryFile} y {summaryFolder}", + "_{count} file_::_{count} files_" : ["{count} archivo","{count} archivos","{count} archivos"], + "_{count} folder_::_{count} folders_" : ["{count} carpeta","{count} carpetas","{count} carpetas"] }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |