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: f52f28db49bd25011b646ffadc29ff6a6e30c61b (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$TRANSLATIONS = array(
"Deleted files" => "ئۆچۈرۈلگەن ھۆججەتلەر",
"Error" => "خاتالىق",
"Nothing in here. Your trash bin is empty!" => "بۇ جايدا ھېچنېمە يوق. Your trash bin is empty!",
"Name" => "ئاتى",
"Deleted" => "ئۆچۈرۈلدى",
"Delete" => "ئۆچۈر"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";