diff options
Diffstat (limited to 'apps/files/l10n/gl.js')
-rw-r--r-- | apps/files/l10n/gl.js | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/files/l10n/gl.js b/apps/files/l10n/gl.js index d562c120a01..8b3e2882c2e 100644 --- a/apps/files/l10n/gl.js +++ b/apps/files/l10n/gl.js @@ -82,10 +82,6 @@ OC.L10N.register( "This group folder is full, files can not be updated or synced anymore!" : "Este cartafol de grupo está cheo, xa non se poden actualizar nin sincronizar os ficheiros.", "This external storage is full, files can not be updated or synced anymore!" : "Este almacenamento externo está cheo, xa non se poden actualizar nin sincronizar os ficheiros.", "Your storage is full, files can not be updated or synced anymore!" : "O seu espazo de almacenamento está cheo, xa non se poden actualizar nin sincronizar os ficheiros.", - "Storage of {owner} is almost full ({usedSpacePercent}%)" : "O espazo de almacenamento de {owner} está case cheo ({usedSpacePercent}%)", - "This group folder is almost full ({usedSpacePercent}%)" : "Este cartafol do grupo está case cheo ({usedSpacePercent}%)", - "This external storage is almost full ({usedSpacePercent}%)" : "Este almacenamento externo está case cheo ({usedSpacePercent}%)", - "Your storage is almost full ({usedSpacePercent}%)" : "O seu espazo de almacenamento está case cheo ({usedSpacePercent}%)", "_matches '{filter}'_::_match '{filter}'_" : ["coincidente con «{filter}»","coincidentes con «{filter}»"], "View in folder" : "Ver no cartafol", "Copied!" : "Copiado!", @@ -191,6 +187,8 @@ OC.L10N.register( "Text file" : "Ficheiro de texto", "New text file.txt" : "Novo ficheiro de texto.txt", "Unshare" : "Deixar de compartir", + "Storage of {owner} is almost full ({usedSpacePercent}%)" : "O espazo de almacenamento de {owner} está case cheo ({usedSpacePercent}%)", + "Your storage is almost full ({usedSpacePercent}%)" : "O seu espazo de almacenamento está case cheo ({usedSpacePercent}%)", "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "<strong>Cambiouse</strong> ou <strong>renomeouse</strong> un ficheiro ou cartafol", "A new file or folder has been <strong>created</strong>" : "<strong>Creouse</strong> un novo ficheiro ou cartafol", "A file or folder has been <strong>deleted</strong>" : "<strong>Eliminouse</strong> un ficheiro ou cartafol", |