diff options
author | Friendika <info@friendika.com> | 2011-04-04 15:46:33 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-04 15:46:33 -0700 |
commit | 1bba63fb607c2cb5fb2c002e63ad7128ecf8b1ea (patch) | |
tree | 0c34fbaa00d6eab272e6bd48a596d146d708cef8 /view/sv/settings.tpl | |
parent | 91588934d2e07d06ac9353ac899bcb470cc293f0 (diff) | |
parent | a0d2747d527221fc517e5d277035d6e5b07ebf93 (diff) | |
download | volse-hubzilla-1bba63fb607c2cb5fb2c002e63ad7128ecf8b1ea.tar.gz volse-hubzilla-1bba63fb607c2cb5fb2c002e63ad7128ecf8b1ea.tar.bz2 volse-hubzilla-1bba63fb607c2cb5fb2c002e63ad7128ecf8b1ea.zip |
Merge branch 'erikl-master'
Conflicts:
view/sv/settings.tpl
Diffstat (limited to 'view/sv/settings.tpl')
-rw-r--r-- | view/sv/settings.tpl | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/view/sv/settings.tpl b/view/sv/settings.tpl index 5c776c3a3..2ab07af0c 100644 --- a/view/sv/settings.tpl +++ b/view/sv/settings.tpl @@ -33,7 +33,7 @@ $zoneselect <div id="settings-timezone-end" ></div> <div id="settings-defloc-wrapper" > -<label id="settings-defloc-label" for="settings-defloc" >Förvald plats: </label> +<label id="settings-defloc-label" for="settings-defloc" >Standardplats: </label> <input type="text" name="defloc" id="settings-defloc" value="$defloc" /> </div> <div id="settings-defloc-end" ></div> @@ -48,7 +48,7 @@ $zoneselect <div id="settings-theme-select"> -<label id="settings-theme-label" for="theme-select" >Tema för layout: </label> +<label id="settings-theme-label" for="theme-select" >Utseende (tema): </label> $theme </div> <div id="settings-theme-end"></div> @@ -92,14 +92,13 @@ $profile_in_net_dir <div id="settings-default-perms-end"></div> <div id="settings-blockw-wrapper" > -<label id="settings-blockw-label" for="settings-blockw" >Allow friends to post to your profile page: </label> +<label id="settings-blockw-label" for="settings-blockw" >Låt kontakter göra inlägg på din profilsida: </label> <input type="checkbox" name="blockwall" id="settings-blockw" value="1" $blockw_checked /> </div> <div id="settings-blockw-end" ></div> - -<div id="settings-expire-desc">Automatically expire (delete) posts older than <input type="text" size="3" name="expire" value="$expire" /> days</div> +<div id="settings-expire-desc">Ta automatiskt bort inlägg som är äldre än <input type="text" size="3" name="expire" value="$expire" /> dagar</div> <div id="settings-expire-end"></div> |