diff options
Diffstat (limited to 'lib/l10n/gl.js')
-rw-r--r-- | lib/l10n/gl.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/l10n/gl.js b/lib/l10n/gl.js index ec7514de7a3..d6894749c0d 100644 --- a/lib/l10n/gl.js +++ b/lib/l10n/gl.js @@ -144,6 +144,7 @@ OC.L10N.register( "Check the value of \"datadirectory\" in your configuration" : "Comprobe o valor de «datadirectory» na configuración", "Data directory (%s) is invalid" : "O directorio de datos (%s) non é correcto", "Please check that the data directory contains a file \".ocdata\" in its root." : "Comprobe que o directorio de datos conten un ficheiro «.ocdata» na súa raíz.", - "Could not obtain lock type %d on \"%s\"." : "Non foi posíbel obter un bloqueo do tipo %d en «%s»." + "Could not obtain lock type %d on \"%s\"." : "Non foi posíbel obter un bloqueo do tipo %d en «%s».", + "Storage not available" : "Almacenamento non dispoñíbel" }, "nplurals=2; plural=(n != 1);"); |