diff options
author | Friendika <info@friendika.com> | 2011-04-06 22:42:08 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-06 22:42:08 -0700 |
commit | c32ed16303fed6e421917156d66a0605038430db (patch) | |
tree | 11e15b60a78e1f0f432e256cae142211bf86eba5 /mod/settings.php | |
parent | cc45ac14b5ec2e37ef9d021642a4916877c8bacf (diff) | |
download | volse-hubzilla-c32ed16303fed6e421917156d66a0605038430db.tar.gz volse-hubzilla-c32ed16303fed6e421917156d66a0605038430db.tar.bz2 volse-hubzilla-c32ed16303fed6e421917156d66a0605038430db.zip |
more templates converted to string files
Diffstat (limited to 'mod/settings.php')
-rw-r--r-- | mod/settings.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/mod/settings.php b/mod/settings.php index b20f4d11b..72b627d41 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -258,7 +258,15 @@ function settings_content(&$a) { '$page_normal' => PAGE_NORMAL, '$page_soapbox' => PAGE_SOAPBOX, '$page_community' => PAGE_COMMUNITY, - '$page_freelove' => PAGE_FREELOVE + '$page_freelove' => PAGE_FREELOVE, + '$n_l' => t('Normal Account'), + '$n_d' => t('This account is a normal personal profile'), + '$s_l' => t('Soapbox Account'), + '$s_d' => t('Automatically approve all connection/friend requests as read-only fans'), + '$c_l' => t('Community/Celebrity Account'), + '$c_d' => t('Automatically approve all connection/friend requests as read-write fans'), + '$f_l' => t('Automatic Friend Account'), + '$f_d' => t('Automatically approve all connection/friend requests as friends') )); $noid = get_config('system','no_openid'); |