diff --git a/l10n/ast.js b/l10n/ast.js index 9e62390..375834c 100644 --- a/l10n/ast.js +++ b/l10n/ast.js @@ -3,6 +3,7 @@ OC.L10N.register( { "Let's go!" : "¡Vamos!", "Password" : "Contraseña", + "Hello %s" : "Hola, %s", "Name" : "Nome", "You exceeded the maximum number of rooms." : "Superesti'l númberu máximu de sales.", "_%n participant_::_%n participants_" : ["%n participante","%n participantes"], diff --git a/l10n/ast.json b/l10n/ast.json index bb4be9d..0510953 100644 --- a/l10n/ast.json +++ b/l10n/ast.json @@ -1,6 +1,7 @@ { "translations": { "Let's go!" : "¡Vamos!", "Password" : "Contraseña", + "Hello %s" : "Hola, %s", "Name" : "Nome", "You exceeded the maximum number of rooms." : "Superesti'l númberu máximu de sales.", "_%n participant_::_%n participants_" : ["%n participante","%n participantes"],