diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-09-19 11:43:38 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-09-19 11:43:38 +0200 |
commit | 4344c62f7e09e44436e299652c00a495e48a5193 (patch) | |
tree | 6ec15e83050b89dfeb2bce3f543113cb5d335bee /apps/files/l10n/kn.php | |
parent | 43a96621eaf96a61e27c1a333e662409f10ef263 (diff) | |
parent | ae4775a68315c2aaab3f15c8baf8dbd6ee8ccf7a (diff) | |
download | nextcloud-server-4344c62f7e09e44436e299652c00a495e48a5193.tar.gz nextcloud-server-4344c62f7e09e44436e299652c00a495e48a5193.zip |
Merge branch 'master' into fixing-4488-master
Diffstat (limited to 'apps/files/l10n/kn.php')
-rw-r--r-- | apps/files/l10n/kn.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files/l10n/kn.php b/apps/files/l10n/kn.php new file mode 100644 index 00000000000..70ab6572ba4 --- /dev/null +++ b/apps/files/l10n/kn.php @@ -0,0 +1,7 @@ +<?php +$TRANSLATIONS = array( +"_%n folder_::_%n folders_" => array(""), +"_%n file_::_%n files_" => array(""), +"_Uploading %n file_::_Uploading %n files_" => array("") +); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |