Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'settings/l10n/ast.php')
-rw-r--r--settings/l10n/ast.php7
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);";