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

ug.php « l10n « user_ldap « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2b991501cbbef7c0fa07167774c9f3aedd36f8c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
$TRANSLATIONS = array(
"Deletion failed" => "ئۆچۈرۈش مەغلۇپ بولدى",
"Error" => "خاتالىق",
"_%s group found_::_%s groups found_" => array(""),
"_%s user found_::_%s users found_" => array(""),
"Save" => "ساقلا",
"Help" => "ياردەم",
"Host" => "باش ئاپپارات",
"Port" => "ئېغىز",
"Password" => "ئىم",
"Connection Settings" => "باغلىنىش تەڭشىكى",
"Configuration Active" => "سەپلىمە ئاكتىپ",
"User Login Filter" => "ئىشلەتكۈچى تىزىمغا كىرىش سۈزگۈچى"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";