diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-09-02 01:56:07 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-09-02 01:56:07 -0400 |
commit | 689bbbe937a56c2975160a6ba6d4ca55fdc54e3b (patch) | |
tree | fb4a42c4c1dc81c783d9f23af5168e7c28f041e0 /apps/files_trashbin | |
parent | 9020a375a7c34a17128e08f39390dee3e0358cc7 (diff) | |
download | nextcloud-server-689bbbe937a56c2975160a6ba6d4ca55fdc54e3b.tar.gz nextcloud-server-689bbbe937a56c2975160a6ba6d4ca55fdc54e3b.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/l10n/ur.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/ur.php b/apps/files_trashbin/l10n/ur.php new file mode 100644 index 00000000000..1b41db1d679 --- /dev/null +++ b/apps/files_trashbin/l10n/ur.php @@ -0,0 +1,5 @@ +<?php +$TRANSLATIONS = array( +"Error" => "خرابی" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |