Blame view
sources/apps/firstrunwizard/l10n/sv.php
1004 Bytes
|
6d9380f96
|
1 2 3 |
<?php $TRANSLATIONS = array( "Welcome to %s" => "Välkommen till %s", |
|
d1bafeea1
|
4 5 |
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Din personliga webbtjänst. Alla dina filer, kontakter, kalender och mycket mer, allt på ett ställe.", "Get the apps to sync your files" => "Skaffa appar för att synkronisera dina filer", |
|
6d9380f96
|
6 |
"Connect your desktop apps to %s" => "Anslut dina skrivbordsprogram till %s", |
|
d1bafeea1
|
7 8 9 |
"Connect your Calendar" => "Anslut din Kalender", "Connect your Contacts" => "Anslut dina Kontakter", "Access files via WebDAV" => "Åtkomst av filer via WebDAV", |
|
6d9380f96
|
10 11 |
"Documentation" => "Dokumentation", "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>." => "Det finns mer information i <a target=\"_blank\" href=\"%s\">dokumentationen</a> och på vår <a target=\"_bland\" href=\"http://owncloud.org\">hemsida</a>" |
|
d1bafeea1
|
12 |
); |
|
6d9380f96
|
13 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |