nextcloud/apps/files_trashbin/l10n/ug.php

11 lines
360 B
PHP

<?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;";