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

sl.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7af92ecf1739a0e2bf825f635c9a59c52c4da38b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$TRANSLATIONS = array(
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Osebna spletna storitev. Vse datoteke, stiki, koledar in še več na enem mestu.",
"Get the apps to sync your files" => "Pridobi programe za usklajevanje datotek",
"Connect your Calendar" => "Poveži koledar",
"Connect your Contacts" => "Poveži stike",
"Access files via WebDAV" => "Dostop do datotek preko WebDAV",
"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>." => "Več podrobnosti je zapisanih v <a target=\"_blank\" href=\"%s\">dokumentaciji</a> in na <a target=\"_blank\" href=\"http://owncloud.org\">spletni strani</a>.",
"If you like ownCloud, <a href=\"mailto:?subject=ownCloud&body=ownCloud is a great open software to sync and share your files. You can freely get it from http://owncloud.org\">recommend it to your friends</a>!" => "Če vam je sistem ownCloud všeč, <a href=\"mailto:?subject=ownCloud&body=ownCloud is a great open software to sync and share your files. You can freely get it from http://owncloud.org\">ga priporočite prijateljem</a>!"
);
$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);";