diff --git a/l10n/ast.js b/l10n/ast.js index 482fd871..d0072f3f 100644 --- a/l10n/ast.js +++ b/l10n/ast.js @@ -50,6 +50,7 @@ OC.L10N.register( "Continue" : "Siguir", "User not found" : "Nun s'atopó l'usuariu", "Sorry, we could not find the account of {userId}" : "Nun podemos atopar la cuenta de: {userId}", - "This application is currently in beta stage." : "Esta aplicación ta en fas beta." + "This application is currently in beta stage." : "Esta aplicación ta en fas beta.", + "Public" : "Pública" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/ast.json b/l10n/ast.json index e3bb700e..3efb7cec 100644 --- a/l10n/ast.json +++ b/l10n/ast.json @@ -48,6 +48,7 @@ "Continue" : "Siguir", "User not found" : "Nun s'atopó l'usuariu", "Sorry, we could not find the account of {userId}" : "Nun podemos atopar la cuenta de: {userId}", - "This application is currently in beta stage." : "Esta aplicación ta en fas beta." + "This application is currently in beta stage." : "Esta aplicación ta en fas beta.", + "Public" : "Pública" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file