nextcloud/apps/files_sharing/l10n/bs.php

7 lines
195 B
PHP
Raw Normal View History

2014-06-01 09:55:19 +04:00
<?php
$TRANSLATIONS = array(
"Shared by" => "Dijeli",
2014-07-05 09:56:33 +04:00
"Name" => "Ime"
2014-06-01 09:55:19 +04:00
);
$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);";