Welcome to mirror list, hosted at ThFree Co, Russian Federation.

hr.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cfb1a4888b12cf7f0af6dd7b916e56c96a40f147 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"Welcome to %s" => "Dobrodošli na %s",
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Vaše osobne web usluge. Sve vaše datoteke, kontakti, kalendar i još više od togana jednom mjestu.",
"Get the apps to sync your files" => "Preuzmite aplikacije za sinkronizaciju vaših datoteka",
"Connect your desktop apps to %s" => "Povežite aplikacije svoje radne površine s %s",
"Connect your Calendar" => "Povežite svoj kalendar",
"Connect your Contacts" => "Povežite svoje kontakte",
"Access files via WebDAV" => "Pristupite datotekama putem WebDAV-a",
"Documentation" => "Dokumentacija",
"There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." => "Više informacija nalazi se u <a target=\"_blank\"href=\"%s\">dokumentaciji</a>i na našoj <a target=\"_blank\"href=\"http://owncloud.org\">web stranici</a>.",
"If you like ownCloud,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud is a great open software to sync and share your files. \n\t\tYou can freely get it from http://owncloud.org\">\n\t\trecommend it to your friends</a>\n\tand <a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">spread the word</a>!" => "Ako vam se sviđa ownCloud,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud je odličan otvoreni softver za sinkronizaciju i dijeljenje vaših daoteka. \n\t\t Možete ga slobodno preuzeti s http://owncloud.org\">\n\t\t preporučite ga svojim prijateljima</a>\n\t i<a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">proširite glas</a>!"
);
$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;";