Blame view
sources/apps/files/l10n/ug.php
1.7 KB
|
31b7f2792
|
1 2 3 4 5 6 7 8 9 |
<?php $TRANSLATIONS = array( "Could not move %s" => "%s يۆتكىيەلمەيدۇ", "No file was uploaded. Unknown error" => "ھېچقانداق ھۆججەت يۈكلەنمىدى. يوچۇن خاتالىق", "No file was uploaded" => "ھېچقانداق ھۆججەت يۈكلەنمىدى", "Missing a temporary folder" => "ۋاقىتلىق قىسقۇچ كەم.", "Failed to write to disk" => "دىسكىغا يازالمىدى", "Not enough storage available" => "يېتەرلىك ساقلاش بوشلۇقى يوق", "Files" => "ھۆججەتلەر", |
|
31b7f2792
|
10 11 12 13 14 |
"Upload cancelled." => "يۈكلەشتىن ۋاز كەچتى.",
"File upload is in progress. Leaving the page now will cancel the upload." => "ھۆججەت يۈكلەش مەشغۇلاتى ئېلىپ بېرىلىۋاتىدۇ. Leaving the page now will cancel the upload.",
"{new_name} already exists" => "{new_name} مەۋجۇت",
"Share" => "ھەمبەھىر",
"Delete permanently" => "مەڭگۈلۈك ئۆچۈر",
|
|
6d9380f96
|
15 |
"Delete" => "ئۆچۈر", |
|
31b7f2792
|
16 17 |
"Rename" => "ئات ئۆزگەرت", "Pending" => "كۈتۈۋاتىدۇ", |
|
31b7f2792
|
18 19 20 21 |
"Error" => "خاتالىق", "Name" => "ئاتى", "Size" => "چوڭلۇقى", "Modified" => "ئۆزگەرتكەن", |
|
6d9380f96
|
22 23 24 |
"_%n folder_::_%n folders_" => array(""),
"_%n file_::_%n files_" => array(""),
"_Uploading %n file_::_Uploading %n files_" => array(""),
|
|
31b7f2792
|
25 |
"Save" => "ساقلا", |
|
6d9380f96
|
26 |
"WebDAV" => "WebDAV", |
|
31b7f2792
|
27 28 |
"New" => "يېڭى", "Text file" => "تېكىست ھۆججەت", |
|
6d9380f96
|
29 |
"New folder" => "يېڭى قىسقۇچ", |
|
31b7f2792
|
30 |
"Folder" => "قىسقۇچ", |
|
31b7f2792
|
31 32 |
"Nothing in here. Upload something!" => "بۇ جايدا ھېچنېمە يوق. Upload something!", "Download" => "چۈشۈر", |
|
6d9380f96
|
33 |
"Upload too large" => "يۈكلەندىغىنى بەك چوڭ" |
|
31b7f2792
|
34 35 |
); $PLURAL_FORMS = "nplurals=1; plural=0;"; |