diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/ast.js | 1 | ||||
-rw-r--r-- | lib/l10n/ast.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/l10n/ast.js b/lib/l10n/ast.js index 7ff0cdecaec..aab4eb12d12 100644 --- a/lib/l10n/ast.js +++ b/lib/l10n/ast.js @@ -148,6 +148,7 @@ OC.L10N.register( "No database drivers (sqlite, mysql, or postgresql) installed." : "Nun hai controladores de bases de datos (sqlite, mysql, o postgresql)", "Cannot write into \"config\" directory" : "Nun pue escribise nel direutoriu \"config\"", "Cannot write into \"apps\" directory" : "Nun pue escribise nel direutoriu \"apps\"", + "Cannot create \"data\" directory" : "Nun pue crease'l direutoriu «datos»", "Setting locale to %s failed" : "Falló l'activación del idioma %s", "Please install one of these locales on your system and restart your webserver." : "Instala ún d'estos locales nel to sistema y reanicia'l sirvidor web", "Please ask your server administrator to install the module." : "Por favor, entrúga-y al to alministrador del sirvidor pa instalar el módulu.", diff --git a/lib/l10n/ast.json b/lib/l10n/ast.json index 61df911a61d..b7b6bb49752 100644 --- a/lib/l10n/ast.json +++ b/lib/l10n/ast.json @@ -146,6 +146,7 @@ "No database drivers (sqlite, mysql, or postgresql) installed." : "Nun hai controladores de bases de datos (sqlite, mysql, o postgresql)", "Cannot write into \"config\" directory" : "Nun pue escribise nel direutoriu \"config\"", "Cannot write into \"apps\" directory" : "Nun pue escribise nel direutoriu \"apps\"", + "Cannot create \"data\" directory" : "Nun pue crease'l direutoriu «datos»", "Setting locale to %s failed" : "Falló l'activación del idioma %s", "Please install one of these locales on your system and restart your webserver." : "Instala ún d'estos locales nel to sistema y reanicia'l sirvidor web", "Please ask your server administrator to install the module." : "Por favor, entrúga-y al to alministrador del sirvidor pa instalar el módulu.", |