2013-08-09 16:06:31 +04:00
|
|
|
<?php
|
|
|
|
$TRANSLATIONS = array(
|
2013-05-12 04:05:29 +04:00
|
|
|
"Error" => "خاتالىق",
|
|
|
|
"Delete permanently" => "مەڭگۈلۈك ئۆچۈر",
|
|
|
|
"Name" => "ئاتى",
|
|
|
|
"Deleted" => "ئۆچۈرۈلدى",
|
2013-08-15 12:53:54 +04:00
|
|
|
"_%n folder_::_%n folders_" => array(,),
|
|
|
|
"_%n file_::_%n files_" => array(,),
|
2013-05-12 04:05:29 +04:00
|
|
|
"Nothing in here. Your trash bin is empty!" => "بۇ جايدا ھېچنېمە يوق. Your trash bin is empty!",
|
|
|
|
"Delete" => "ئۆچۈر"
|
|
|
|
);
|
2013-08-09 16:06:31 +04:00
|
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|