server/apps/files_external/l10n/ug.php

17 lines
467 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2014-06-07 05:56:13 +00:00
"External storage" => "سىرتقى ساقلىغۇچ",
2014-04-30 05:57:53 +00:00
"Location" => "ئورنى",
2014-05-17 05:57:38 +00:00
"Host" => "باش ئاپپارات",
2014-04-30 05:57:53 +00:00
"Username" => "ئىشلەتكۈچى ئاتى",
"Password" => "ئىم",
"Share" => "ھەمبەھىر",
2014-05-16 05:55:55 +00:00
"URL" => "URL",
2014-06-08 05:56:13 +00:00
"Personal" => "شەخسىي",
"Name" => "ئاتى",
2013-05-12 00:05:29 +00:00
"Folder name" => "قىسقۇچ ئاتى",
"Configuration" => "سەپلىمە",
"Delete" => "ئۆچۈر"
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=1; plural=0;";