nextcloud/core/l10n/bs.php

10 lines
320 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-06-08 09:56:13 +04:00
"Folder" => "Fasikla",
2014-03-12 09:57:17 +04:00
"Saving..." => "Spašavam...",
2013-09-20 18:50:14 +04:00
"_{count} file conflict_::_{count} file conflicts_" => array("","",""),
2013-06-15 04:07:18 +04:00
"Share" => "Podijeli",
"Add" => "Dodaj"
);
2013-08-09 16:06:31 +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);";