diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-09-19 17:00:54 +0200 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-09-19 17:00:54 +0200 |
commit | 7e0631b3b81a5669620122964d0326ead187de30 (patch) | |
tree | 9370b9d5ac99f148d2bc724f76c805b772af7d2d /apps/files_trashbin/l10n/sw_KE.php | |
parent | 98ff8478301676c99ffefd5756ad22466dfb6acf (diff) | |
parent | bd5cb1d801a16933b7b75af5c514caec2afa5fef (diff) | |
download | nextcloud-server-7e0631b3b81a5669620122964d0326ead187de30.tar.gz nextcloud-server-7e0631b3b81a5669620122964d0326ead187de30.zip |
Merge branch 'master' into fix_3728_with_file_exists_dialog
Conflicts:
apps/files/js/filelist.js
Diffstat (limited to 'apps/files_trashbin/l10n/sw_KE.php')
-rw-r--r-- | apps/files_trashbin/l10n/sw_KE.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/sw_KE.php b/apps/files_trashbin/l10n/sw_KE.php new file mode 100644 index 00000000000..0acad00e8b5 --- /dev/null +++ b/apps/files_trashbin/l10n/sw_KE.php @@ -0,0 +1,6 @@ +<?php +$TRANSLATIONS = array( +"_%n folder_::_%n folders_" => array("",""), +"_%n file_::_%n files_" => array("","") +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |