diff options
Diffstat (limited to 'lib/l10n/gl.js')
-rw-r--r-- | lib/l10n/gl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/gl.js b/lib/l10n/gl.js index 46440e27bcc..f78b2264bc4 100644 --- a/lib/l10n/gl.js +++ b/lib/l10n/gl.js @@ -8,7 +8,6 @@ OC.L10N.register( "Application %1$s is not present or has a non-compatible version with this server. Please check the apps directory." : "A aplicación %1$s non está presente ou ten unha versión non compatíbel con este servidor. Comprobe o directorio de aplicacións.", "Sample configuration detected" : "Detectouse a configuración de exemplo", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Detectouse que foi copiada a configuración de exemplo. Isto pode rachar a súa instalación e non é compatíbel. Lea a documentación antes de facer cambios en config.php", - "404" : "404", "The page could not be found on the server." : "Non foi posíbel atopar a páxina no servidor.", "%s email verification" : "Verificación do correo-e %s", "Email verification" : "Verificación do correo-e", @@ -277,6 +276,7 @@ OC.L10N.register( "libxml2 2.7.0 is at least required. Currently %s is installed." : "Precisase, cando menos, libxml2 2.7.0. Actualmente esta instalado %s.", "To fix this issue update your libxml2 version and restart your web server." : "Para arranxar esta incidencia, actualice a versión de libxml2 e reinicie o servidor web. ", "PostgreSQL >= 9 required." : "Precisase PostgreSQL >= 9.", - "Please upgrade your database version." : "Anove a versión da súa base de datos" + "Please upgrade your database version." : "Anove a versión da súa base de datos", + "404" : "404" }, "nplurals=2; plural=(n != 1);"); |