From e35a5bac55e0e259c7c587adfaf546484b032c92 Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 7 Apr 2011 23:10:43 -0700 Subject: the rest of the english html templates except for htconfig --- view/sv/contact_edit.tpl | 80 ---------- view/sv/install_db.tpl | 38 ----- view/sv/profile_advanced.php | 223 ---------------------------- view/sv/profile_edit.tpl | 298 -------------------------------------- view/sv/profile_entry_default.tpl | 9 -- view/sv/profile_photo.tpl | 18 --- view/sv/pwdreset.tpl | 16 -- view/sv/settings.tpl | 175 ---------------------- view/sv/settings_nick_set.tpl | 8 - view/sv/settings_nick_subdir.tpl | 6 - 10 files changed, 871 deletions(-) delete mode 100644 view/sv/contact_edit.tpl delete mode 100644 view/sv/install_db.tpl delete mode 100644 view/sv/profile_advanced.php delete mode 100644 view/sv/profile_edit.tpl delete mode 100644 view/sv/profile_entry_default.tpl delete mode 100644 view/sv/profile_photo.tpl delete mode 100644 view/sv/pwdreset.tpl delete mode 100644 view/sv/settings.tpl delete mode 100644 view/sv/settings_nick_set.tpl delete mode 100644 view/sv/settings_nick_subdir.tpl (limited to 'view/sv') diff --git a/view/sv/contact_edit.tpl b/view/sv/contact_edit.tpl deleted file mode 100644 index f7a0d9af1..000000000 --- a/view/sv/contact_edit.tpl +++ /dev/null @@ -1,80 +0,0 @@ -

$header

- -
$name
- -
- - -
- -
- $alt_text -
- $name -
-
-
-
- - - -
- - -
-
$lastupdtext$last_update
-
$updpub
- $poll_interval - -
-
-
- -$insecure -$blocked -$ignored - -
-

Kontaktuppgifter / Anteckningar

- -
-
- - - -
-

Profilvisning

-

Välj vilken profil som ska visas för $name när han eller hon tittar på din profil i säkert läge. -

-
-$profile_select -
- - - - -
-

Rykte online

-

-Ibland kanske dina vänner vill få reda på hur någon annan uppför sig på nätet innan de våga inleda någon kontakt. Du kan hjälpa till genom att ange personens 'rykte'. -

-
-$rating -
-
-

-Var vänlig ägna en liten stund åt att fylla i något som du känner kan vara till hjälp för andra. -

- -
-
-$groups - - - -
\ No newline at end of file diff --git a/view/sv/install_db.tpl b/view/sv/install_db.tpl deleted file mode 100644 index fb66ef29b..000000000 --- a/view/sv/install_db.tpl +++ /dev/null @@ -1,38 +0,0 @@ -

Det sociala nätverket Friendika

-

Installation

- -

-För att kunna installera Friendika måste du ange hur man ansluter till din databas. Kontakta ditt webbhotell eller webbplatsadministratör om du har frågor om dessa inställningar. Databasen du specar nedan måste finnas. Skapa databasen innan du fortsätter, om det inte redan är gjort. -

- -
- - - - - -
- - - -
- - - -
- - - -
- -
-Ange vilken tidszon som ska vara förvald på din webbplats -
- -$tzselect - -
- - -
-
diff --git a/view/sv/profile_advanced.php b/view/sv/profile_advanced.php deleted file mode 100644 index 0891d7ff1..000000000 --- a/view/sv/profile_advanced.php +++ /dev/null @@ -1,223 +0,0 @@ -Profile - - -EOT; - -if($a->profile['name']) { -$o .= <<< EOT -
-
Fullständigt namn:
-
{$a->profile['name']}
-
-
-EOT; -} - -if($a->profile['gender']) { -$o .= <<< EOT -
-
Kön:
-
{$a->profile['gender']}
-
-
-EOT; -} - -if(($a->profile['dob']) && ($a->profile['dob'] != '0000-00-00')) { -$o .= <<< EOT -
-
Födelsedag:
-EOT; - -// If no year, add an arbitrary one so just we can parse the month and day. - -$o .= '
' - . ((intval($a->profile['dob'])) - ? day_translate(datetime_convert('UTC','UTC',$a->profile['dob'] . ' 00:00 +00:00','j F, Y')) - : day_translate(datetime_convert('UTC','UTC','2001-' . substr($a->profile['dob'],6) . ' 00:00 +00:00','j F'))) - . "
\r\n
"; - -$o .= '
'; - -} - -if($age = age($a->profile['dob'],$a->profile['timezone'],'')) { -$o .= <<< EOT -
-
Ålder:
-
$age
-
-
-EOT; -} - -if($a->profile['marital']) { -$o .= <<< EOT -
-
Civilstatus:
-
{$a->profile['marital']}
-EOT; - -if($a->profile['with']) - $o .= "
({$a->profile['with']})
"; -$o .= <<< EOT -
-
-EOT; -} - -if($a->profile['sexual']) { -$o .= <<< EOT -
-
Sexuell läggning:
-
{$a->profile['sexual']}
-
-
-EOT; -} - -if($a->profile['homepage']) { - $homepage = linkify($a->profile['homepage']); -$o .= <<< EOT -
-
Hemsida URL:
-
$homepage
-
-
-EOT; -} - -if($a->profile['politic']) { -$o .= <<< EOT -
-
Politisk åskådning:
-
{$a->profile['politic']}
-
-
-EOT; -} - -if($a->profile['religion']) { -$o .= <<< EOT -
-
Religion:
-
{$a->profile['religion']}
-
-
-EOT; -} -if($txt = prepare_text($a->profile['about'])) { -$o .= <<< EOT -
-
Om:
-
-
$txt
-
-
-EOT; -} - -if($txt = prepare_text($a->profile['interest'])) { -$o .= <<< EOT -
-
Hobbys/Intressen:
-
-
$txt
-
-
-EOT; -} - -if($txt = prepare_text($a->profile['contact'])) { -$o .= <<< EOT -
-
Kontaktuppgifter och sociala nätverk:
-
-
$txt
-
-
-EOT; -} - -if($txt = prepare_text($a->profile['music'])) { -$o .= <<< EOT -
-
Musik:
-
-
$txt
-
-
-EOT; -} - -if($txt = prepare_text($a->profile['book'])) { -$o .= <<< EOT -
-
Böcker, litteratur:
-
-
$txt
-
-
-EOT; -} - -if($txt = prepare_text($a->profile['tv'])) { -$o .= <<< EOT -
-
TV:
-
-
$txt
-
-
-EOT; -} - -if($txt = prepare_text($a->profile['film'])) { -$o .= <<< EOT -
-
Film/dans/kultur/underhållning:
-
-
$txt
-
-
-EOT; -} - -if($txt = prepare_text($a->profile['romance'])) { -$o .= <<< EOT -
-
Kärlek/romantik:
-
-
$txt
-
-
-EOT; -} - -if($txt = prepare_text($a->profile['work'])) { -$o .= <<< EOT -
-
Arbete:
-
-
$txt
-
-
-EOT; -} - -if($txt = prepare_text($a->profile['education'])) { -$o .= <<< EOT -
-
Skola/utbildning:
-
-
$txt
-
-
-EOT; -} diff --git a/view/sv/profile_edit.tpl b/view/sv/profile_edit.tpl deleted file mode 100644 index 5025fd5a8..000000000 --- a/view/sv/profile_edit.tpl +++ /dev/null @@ -1,298 +0,0 @@ -

Ändra i profil

- - - - - -$default - -
-
- -
- -
*
-
-
- -
- - -
-
- -
- - -
-
- - -
- -$gender -
-
- -
- -
-$dob $age -
-
-
- -$hide_friends - -
- -
-
- - -
- - -
-
- -
- - -
-
- - -
- - -
-
- -
- - -
-
- -
- - -
-
- -
- -
-
- -
- -$marital -
- - -
- -
- -$sexual -
-
- - - -
- - -
-
- -
- - -
-
- -
- - -
-
- -
- - -
(Used for suggesting potential friends, can be seen by others)
-
- -
- - -
(Används vid profilsökning, visas inte för andra)
-
- -
- -
-
- -
-

-Beskriv dig själv... -

- - - -
-
-
- - -
-

-Hobbys/Intressen -

- - - -
-
- - - -
-

-Kontaktuppgifter och sociala nätverk -

- - - -
-
- - - -
- -
-
- - -
-

-Musik -

- - - -
-
- - -
-

-Böcker, litteratur -

- - - -
-
- - - - -
-

-TV -

- - - -
-
- - - - -
-

-Film/dans/kultur/underhållning -

- - - -
-
- - - -
- -
-
- - -
-

-Kärlek/romantik -

- - - -
-
- - - - -
-

-Arbete -

- - - -
-
- - - - -
-

-Skola/utbildning -

- - - -
-
- - - - -
- -
-
- - - - - \ No newline at end of file diff --git a/view/sv/profile_entry_default.tpl b/view/sv/profile_entry_default.tpl deleted file mode 100644 index dff6b53f7..000000000 --- a/view/sv/profile_entry_default.tpl +++ /dev/null @@ -1,9 +0,0 @@ - -
-
-Profilbild -
-
- -
-
diff --git a/view/sv/profile_photo.tpl b/view/sv/profile_photo.tpl deleted file mode 100644 index b849a270d..000000000 --- a/view/sv/profile_photo.tpl +++ /dev/null @@ -1,18 +0,0 @@ -

Ladda upp profilbild

- -
- -
- - -
- -
- -
- -
- - \ No newline at end of file diff --git a/view/sv/pwdreset.tpl b/view/sv/pwdreset.tpl deleted file mode 100644 index 2c2d9e7e6..000000000 --- a/view/sv/pwdreset.tpl +++ /dev/null @@ -1,16 +0,0 @@ -

Återställning av lösenord

- -

-Ditt lösenord har återställts enligt önskemål. -

-

-Ditt nya lösenord är -

-

-$newpass -

-

-Håll koll på det nya lösenordet och klicka sedan här för att logga in. -

-

-Lösenordet kan ändras på sidan Inställningar efter att du loggat in. \ No newline at end of file diff --git a/view/sv/settings.tpl b/view/sv/settings.tpl deleted file mode 100644 index 2ab07af0c..000000000 --- a/view/sv/settings.tpl +++ /dev/null @@ -1,175 +0,0 @@ -

Kontoinställningar

- - - -$uexport - -$nickname_block - - -
- - -

Grundläggande inställningar

- -
- - -
-
- -
- - -
-
- - - -
- -$zoneselect -
-
- -
- - -
-
- -
- - -
-
- - - - -
- -$theme -
-
- -
- -
- - -

Säkerhets- och sekretessinställningar

- - - - -
- - -
(spamskydd)
-
-
- - - - -$profile_in_dir - -$profile_in_net_dir - - - -
- -
- - -
-
- -
- - -
-
- - -
Ta automatiskt bort inlägg som är äldre än dagar
-
- - - -
- -
- - - -

Inställningar för aviseringar

- - -
-
Skicka avisering via e-post när:
- - -
- - -
- - -
- - -
- - -
-
-
- -
- -
- - -

Lösenordsinställningar

- - -
-

-Lämna fältet tomt om du inte vill byta lösenord -

- - -
-
- -
- - -
-
- -
- $oidhtml -
-
- - -
- -
- - -

Avancerade inställningar

- -$pagetype - -
- -
diff --git a/view/sv/settings_nick_set.tpl b/view/sv/settings_nick_set.tpl deleted file mode 100644 index 34cb36e49..000000000 --- a/view/sv/settings_nick_set.tpl +++ /dev/null @@ -1,8 +0,0 @@ -
-

-Din profiladress är '$nickname@$basepath' -

-$subdir - -
-
diff --git a/view/sv/settings_nick_subdir.tpl b/view/sv/settings_nick_subdir.tpl deleted file mode 100644 index 2702708ab..000000000 --- a/view/sv/settings_nick_subdir.tpl +++ /dev/null @@ -1,6 +0,0 @@ -

-Det verkar som att din webbsida finns i en undermapp på webbplatsen
-$hostname, så eventuellt kommer inte denna inställning att fungera tillförlitligt.
-

-

Om problem uppstår är det möjligt att problemen kan lösas genom att använda
profiladressen '$baseurl/profile/$nickname' istället. -

\ No newline at end of file -- cgit v1.2.3