diff options
Diffstat (limited to 'apps/files_sharing/l10n/ug.php')
-rw-r--r-- | apps/files_sharing/l10n/ug.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/ug.php b/apps/files_sharing/l10n/ug.php index 9f9c7beb410..43ee9f77bcd 100644 --- a/apps/files_sharing/l10n/ug.php +++ b/apps/files_sharing/l10n/ug.php @@ -1,7 +1,9 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Password" => "ئىم", "Submit" => "تاپشۇر", "Download" => "چۈشۈر", "Upload" => "يۈكلە", "Cancel upload" => "يۈكلەشتىن ۋاز كەچ" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |