Blame view
sources/apps/firstrunwizard/l10n/sl.php
1014 Bytes
|
6d9380f96
|
1 2 3 |
<?php $TRANSLATIONS = array( "Welcome to %s" => "Dobrodošli v %s", |
|
d1bafeea1
|
4 5 |
"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", |
|
6d9380f96
|
6 |
"Connect your desktop apps to %s" => "Povežite namizne programe z %s", |
|
d1bafeea1
|
7 8 9 |
"Connect your Calendar" => "Poveži koledar", "Connect your Contacts" => "Poveži stike", "Access files via WebDAV" => "Dostop do datotek preko WebDAV", |
|
6d9380f96
|
10 11 |
"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>." |
|
d1bafeea1
|
12 |
); |
|
6d9380f96
|
13 |
$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"; |