diff options
Diffstat (limited to 'apps/files_sharing/l10n/es.js')
-rw-r--r-- | apps/files_sharing/l10n/es.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/es.js b/apps/files_sharing/l10n/es.js index 5a5df7fc9db..bec5cac5d94 100644 --- a/apps/files_sharing/l10n/es.js +++ b/apps/files_sharing/l10n/es.js @@ -274,6 +274,7 @@ OC.L10N.register( "One or more of your shares will expire tomorrow" : "Uno o más de sus recursos compartidos caducarán mañana", "Copy to clipboard" : "Copiar al portapapeles", "Sorry, this link doesn’t seem to work anymore." : "Vaya, este enlace parece que no volverá a funcionar.", - "Toggle grid view" : "Alternar vista de cuadrícula" + "Toggle grid view" : "Alternar vista de cuadrícula", + "Error generating password from password_policy" : "Error generando contraseña desde la política de contraseñas" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |