diff options
Diffstat (limited to 'core/l10n/es.js')
-rw-r--r-- | core/l10n/es.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/l10n/es.js b/core/l10n/es.js index 4b55c8df478..cad74e14345 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -198,12 +198,12 @@ OC.L10N.register( "Reset search" : "Resetear búsqueda", "Start search" : "Iniciar búsqueda", "Search for {name} only" : "Buscar solo por {name}", - "No results for {query}" : "Sin resultados para {query}", - "Press enter to start searching" : "Pulse Intro para iniciar la búsqueda", "Start typing to search" : "Empieza a escribir para buscar", "Loading more results …" : "Cargando más resultados …", "Load more results" : "Cargar más resultados", "Search" : "Buscar", + "No results for {query}" : "Sin resultados para {query}", + "Press enter to start searching" : "Pulse Intro para iniciar la búsqueda", "An error occurred while searching for {type}" : "Ha ocurrido un error al buscar {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Por favor, introduce {minSearchLength} carácter o más para buscar","Por favor, introduce {minSearchLength} caracteres o más para buscar","Por favor, introduce {minSearchLength} caracteres o más para buscar"], "This browser is not supported" : "Este navegador no está soportado", |