Lines Matching +full:lang -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)
18 * @author Adrian Lang <lang@cosmocode.de>
26 global $lang;
34 echo '<h2>' . $lang['subscr_m_current_header'] . '</h2>';
37 echo '<p>' . $lang['subscr_m_not_subscribed'] . '</p>';
47 $sstl = sprintf($lang['subscr_style_' . $sub['style']], $stime_days);
61 '" class="unsubscribe">' . $lang['subscr_m_unsubscribe'] .
69 echo '<h2>' . $lang['subscr_m_new_header'] . '</h2>';
77 'every' => $lang['subscr_style_every'],
78 'digest' => sprintf($lang['subscr_style_digest'], $stime_days),
79 'list' => sprintf($lang['subscr_style_list'], $stime_days),
89 $form->addFieldsetOpen($lang['subscr_m_subscribe']);
99 $form->addFieldsetOpen($lang['subscr_m_receive']);
109 $form->addButton('do[subscribe]', $lang['subscr_m_subscribe'])->attr('type', 'submit');