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: d2b63b9ce4b896bb4d93b7b315a55ce8a9bba6eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"Get the apps to sync your files" => "Pridobi programe za usklajevanje datotek",
"Desktop client" => "Namizni odjemalec",
"Android app" => "Program za Android",
"iOS app" => "Program za iOS",
"Connect your desktop apps to %s" => "Povežite namizne programe z %s",
"Connect your Calendar" => "Poveži koledar",
"Connect your Contacts" => "Poveži stike",
"Documentation" => "Dokumentacija",
"Access files via WebDAV" => "Dostop do datotek preko WebDAV",
"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>."
);
$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);";