diff options
Diffstat (limited to 'apps/files/l10n/bs.php')
-rw-r--r-- | apps/files/l10n/bs.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/l10n/bs.php b/apps/files/l10n/bs.php index 8ab07a97761..47276eccda0 100644 --- a/apps/files/l10n/bs.php +++ b/apps/files/l10n/bs.php @@ -7,6 +7,7 @@ $TRANSLATIONS = array( "Name" => "Ime", "Size" => "Veličina", "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);"; |