diff --git a/l10n/ast.js b/l10n/ast.js new file mode 100644 index 00000000..39b9ca84 --- /dev/null +++ b/l10n/ast.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "social", + { + "Help" : "Ayuda", + "Home" : "Aniciu", + "Notifications" : "Avisos", + "Delete" : "Desaniciar", + "Website" : "Sitiu web", + "No replies found" : "Nun s'atopĆ³ nenguna rempuesta" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ast.json b/l10n/ast.json new file mode 100644 index 00000000..73551b90 --- /dev/null +++ b/l10n/ast.json @@ -0,0 +1,9 @@ +{ "translations": { + "Help" : "Ayuda", + "Home" : "Aniciu", + "Notifications" : "Avisos", + "Delete" : "Desaniciar", + "Website" : "Sitiu web", + "No replies found" : "Nun s'atopĆ³ nenguna rempuesta" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file