diff options
author | Pellaeon Lin <nfsmwlin@gmail.com> | 2013-05-12 22:32:22 +0800 |
---|---|---|
committer | Pellaeon Lin <nfsmwlin@gmail.com> | 2013-05-12 22:32:22 +0800 |
commit | 935675ab4964e7cabc1de2f31cafbca6548c88b3 (patch) | |
tree | ee353aaa2e5d018c4f4b4abb8d02b5c609f456f6 /apps/files_sharing | |
parent | 340940389350747c14acad89ced6ae5f731a6e65 (diff) | |
parent | c5cb3f957761ffbbc615a6806d84ad0a9d0cec13 (diff) | |
download | nextcloud-server-935675ab4964e7cabc1de2f31cafbca6548c88b3.tar.gz nextcloud-server-935675ab4964e7cabc1de2f31cafbca6548c88b3.zip |
Merge remote-tracking branch 'upstream/master' into pr-langcode
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/l10n/en@pirate.php | 8 | ||||
-rw-r--r-- | apps/files_sharing/l10n/ug.php | 5 |
2 files changed, 12 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/en@pirate.php b/apps/files_sharing/l10n/en@pirate.php index eb667142ab4..02ee8440487 100644 --- a/apps/files_sharing/l10n/en@pirate.php +++ b/apps/files_sharing/l10n/en@pirate.php @@ -1,3 +1,9 @@ <?php $TRANSLATIONS = array( -"Password" => "Secret Code" +"Password" => "Secret Code", +"Submit" => "Submit", +"%s shared the folder %s with you" => "%s shared the folder %s with you", +"%s shared the file %s with you" => "%s shared the file %s with you", +"Download" => "Download", +"No preview available for" => "No preview available for", +"web services under your control" => "web services under your control" ); diff --git a/apps/files_sharing/l10n/ug.php b/apps/files_sharing/l10n/ug.php new file mode 100644 index 00000000000..348acc4a898 --- /dev/null +++ b/apps/files_sharing/l10n/ug.php @@ -0,0 +1,5 @@ +<?php $TRANSLATIONS = array( +"Password" => "ئىم", +"Submit" => "تاپشۇر", +"Download" => "چۈشۈر" +); |