diff options
Diffstat (limited to 'settings/l10n/ast.php')
-rw-r--r-- | settings/l10n/ast.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/settings/l10n/ast.php b/settings/l10n/ast.php new file mode 100644 index 00000000000..6b01085c49f --- /dev/null +++ b/settings/l10n/ast.php @@ -0,0 +1,7 @@ +<?php +$TRANSLATIONS = array( +"Invalid request" => "Solicitú non válida", +"Delete" => "Desaniciar", +"Other" => "Otru" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |