diff options
Diffstat (limited to 'apps/files/l10n/gl.js')
-rw-r--r-- | apps/files/l10n/gl.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/l10n/gl.js b/apps/files/l10n/gl.js index 4e4928501b9..bc2c151b14b 100644 --- a/apps/files/l10n/gl.js +++ b/apps/files/l10n/gl.js @@ -267,6 +267,7 @@ OC.L10N.register( "This operation is forbidden" : "Esta operación está prohibida", "This directory is unavailable, please check the logs or contact the administrator" : "Este directorio non está dispoñíbel, comprobe os rexistros ou póñase en contacto coa administración desta instancia.", "Storage is temporarily not available" : "O almacenamento non está dispoñíbel temporalmente", + "Unexpected error: {error}" : "Produciuse un erro non agardado: {error}", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} cartafol","{folderCount} cartafoles"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} ficheiro","{fileCount} ficheiros"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 ficheiro e {folderCount} cartafol","1 ficheiro e {folderCount} cartafoles"], |