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

ug.php « l10n - github.com/nextcloud/news.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b3cc7f55014c6cbcb13234c20ddb5864d6b5f74b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
$TRANSLATIONS = array(
"Refresh" => "يېڭىلا",
"by" => "سەنئەتكار",
"Download" => "چۈشۈر",
"Description" => "چۈشەندۈرۈش",
"Web address" => "تور ئادرېسى",
"Folder" => "قىسقۇچ",
"New folder" => "يېڭى قىسقۇچ",
"Folder name" => "قىسقۇچ ئاتى",
"Create" => "قۇر",
"Rename" => "ئات ئۆزگەرت",
"Rename folder" => "قىسقۇچ ئاتىنى ئۆزگەرت",
"Delete folder" => "قىسقۇچ ئۆچۈر",
"Starred" => "يۇلتۇزلۇق",
"Settings" => "تەڭشەكلەر",
"Import" => "ئەكىر",
"Export" => "چىقار"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";