diff options
Diffstat (limited to 'apps/files/l10n/bs.php')
-rw-r--r-- | apps/files/l10n/bs.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/apps/files/l10n/bs.php b/apps/files/l10n/bs.php deleted file mode 100644 index 89ff91da031..00000000000 --- a/apps/files/l10n/bs.php +++ /dev/null @@ -1,13 +0,0 @@ -<?php -$TRANSLATIONS = array( -"Share" => "Podijeli", -"Name" => "Ime", -"Size" => "Veličina", -"_%n folder_::_%n folders_" => array("","",""), -"_%n file_::_%n files_" => array("","",""), -"_Uploading %n file_::_Uploading %n files_" => array("","",""), -"Save" => "Spasi", -"New folder" => "Nova fascikla", -"Folder" => "Fasikla" -); -$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; |