diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/ast.js | 1 | ||||
-rw-r--r-- | lib/l10n/ast.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/l10n/ast.js b/lib/l10n/ast.js index 3cccc8cc6e9..e403438926c 100644 --- a/lib/l10n/ast.js +++ b/lib/l10n/ast.js @@ -9,6 +9,7 @@ OC.L10N.register( "today" : "güei", "tomorrow" : "mañana", "yesterday" : "ayeri", + "seconds ago" : "hai segundos", "Templates" : "Plantíes", "Help" : "Ayuda", "Appearance and accessibility" : "Aspeutu ya accesibilidá", diff --git a/lib/l10n/ast.json b/lib/l10n/ast.json index 6ee37fbd777..d9d3425cc64 100644 --- a/lib/l10n/ast.json +++ b/lib/l10n/ast.json @@ -7,6 +7,7 @@ "today" : "güei", "tomorrow" : "mañana", "yesterday" : "ayeri", + "seconds ago" : "hai segundos", "Templates" : "Plantíes", "Help" : "Ayuda", "Appearance and accessibility" : "Aspeutu ya accesibilidá", |