diff options
Diffstat (limited to 'apps/files/l10n/ast.js')
-rw-r--r-- | apps/files/l10n/ast.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/ast.js b/apps/files/l10n/ast.js index 74c2f1b0a64..4c790f4b68b 100644 --- a/apps/files/l10n/ast.js +++ b/apps/files/l10n/ast.js @@ -55,8 +55,6 @@ OC.L10N.register( "\"{name}\" is an invalid file name." : "\"{name}\" ye un nome de ficheru inválidu.", "File name cannot be empty." : "El nome de ficheru nun pue quedar baleru.", "\"{name}\" is not an allowed filetype" : "«{name}» nun ye una triba de ficheru permitida", - "Storage of {owner} is full, files can not be updated or synced anymore!" : "L'almacenamientu de {owner} ta completu, ¡yá nun se pueden anovar o sincronizar ficheros!", - "Your storage is full, files can not be updated or synced anymore!" : "L'almacenamientu ta completu, ¡yá nun se pueden anovar o sincronizar ficheros!", "View in folder" : "Ver na carpeta", "Copied!" : "¡Copióse!", "Path" : "Camín", @@ -110,6 +108,8 @@ OC.L10N.register( "Text file" : "Ficheru de testu", "New text file.txt" : "Nuevu testu ficheru.txt", "Unshare" : "Dexar de compartir", + "Storage of {owner} is full, files can not be updated or synced anymore!" : "L'almacenamientu de {owner} ta completu, ¡yá nun se pueden anovar o sincronizar ficheros!", + "Your storage is full, files can not be updated or synced anymore!" : "L'almacenamientu ta completu, ¡yá nun se pueden anovar o sincronizar ficheros!", "Storage of {owner} is almost full ({usedSpacePercent}%)" : "L'almacenamientu de {owner} ta casi completu ({usedSpacePercent}%)", "Your storage is almost full ({usedSpacePercent}%)" : "L'almacenamientu ta casi completu ({usedSpacePercent}%)", "_matches '{filter}'_::_match '{filter}'_" : ["concasa '{filter}'","concasa '{filter}'"], |