server/apps/files_sharing/l10n/ug.php

10 lines
222 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2014-07-09 05:55:51 +00:00
"Cancel" => "ۋاز كەچ",
2014-06-29 05:56:00 +00:00
"Shared by" => "ھەمبەھىرلىگۈچى",
2014-07-08 05:55:17 +00:00
"Password" => "ئىم",
2014-06-01 05:55:19 +00:00
"Name" => "ئاتى",
2014-06-14 05:55:24 +00:00
"Download" => "چۈشۈر"
2013-05-12 00:05:29 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=1; plural=0;";