nextcloud/apps/files_trashbin/l10n/ug.php

10 lines
298 B
PHP

<?php
$TRANSLATIONS = array(
"Error" => "خاتالىق",
"Nothing in here. Your trash bin is empty!" => "بۇ جايدا ھېچنېمە يوق. Your trash bin is empty!",
"Name" => "ئاتى",
"Deleted" => "ئۆچۈرۈلدى",
"Delete" => "ئۆچۈر"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";