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

ug.php « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ad983aee18b7cc425e530b0e0466355a18b9adfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$TRANSLATIONS = array(
"Error" => "خاتالىق",
"Delete permanently" => "مەڭگۈلۈك ئۆچۈر",
"Name" => "ئاتى",
"Deleted" => "ئۆچۈرۈلدى",
"_%n folder_::_%n folders_" => array(""),
"_%n file_::_%n files_" => array(""),
"Nothing in here. Your trash bin is empty!" => "بۇ جايدا ھېچنېمە يوق. Your trash bin is empty!",
"Delete" => "ئۆچۈر"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";