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

ug.php « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 87005c938d75a36b8a55e6b4e69a36c84abc5a24 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$TRANSLATIONS = array(
"Error" => "خاتالىق",
"Unknown error" => "يوچۇن خاتالىق",
"Connect" => "باغلان",
"Send" => "يوللا",
"Reply" => "جاۋاب قايتۇر",
"Subject" => "تېما"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";