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

ug.php « l10n « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 134de2af9324fd278b0d26c24efaaec9172eaf2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$TRANSLATIONS = array(
"External storage" => "سىرتقى ساقلىغۇچ",
"Location" => "ئورنى",
"Port" => "ئېغىز",
"Host" => "باش ئاپپارات",
"Username" => "ئىشلەتكۈچى ئاتى",
"Password" => "ئىم",
"Share" => "ھەمبەھىر",
"URL" => "URL",
"Personal" => "شەخسىي",
"Name" => "ئاتى",
"Folder name" => "قىسقۇچ ئاتى",
"Configuration" => "سەپلىمە",
"Delete" => "ئۆچۈر"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";