Lines Matching refs:_e

10 	<h2><?php _e('Database Setup'); ?></h2>
11 <a href="#" class="help-me"><?php _e('Help'); ?></a>
15 <label for="db_type"><?php _e('Database Type'); ?> <strong>*</strong></label>
31 …<?php _e('<strong>Database Type</strong> specifies the type of database to which Habari will conne…
32 <a href="#"><?php _e('Learn More&hellip;'); ?></a>
36 <h3 class="javascript-disabled"><?php _e('MySQL Settings'); ?></h3>
37 …<div class="javascript-disabled"><?php _e('Use the settings below only if you have selected MySQL …
40 <label for="mysqldatabasehost"><?php _e('Database Host'); ?> <strong>*</strong></label>
45 …<?php _e('<strong>Database Host</strong> is the host (domain) name or server IP address of the ser…
46 <a href="#"><?php _e('Learn More&hellip;'); ?></a>
51 <label for="mysqldatabaseuser"><?php _e('Username'); ?> <strong>*</strong></label>
56 …<?php _e('<strong>Database User</strong> is the username used to connect Habari to the MySQL datab…
57 <a href="#"><?php _e('Learn More&hellip;'); ?></a>
62 <label for="mysqldatabasepass"><?php _e('Password'); ?> <strong>*</strong></label>
67 …<?php _e('<strong>Database Password</strong> is the password used to connect the specified user to…
68 <a href="#"><?php _e('Learn More&hellip;'); ?></a>
73 <label for="mysqldatabasename"><?php _e('Database Name'); ?> <strong>*</strong></label>
78 …<?php _e('<strong>Database Name</strong> is the name of the MySQL database to which Habari will co…
79 <a href="#"><?php _e('Learn More&hellip;'); ?></a>
83 <h3 class="javascript-disabled"><?php _e('PostgreSQL Settings'); ?></h3>
84 …<div class="javascript-disabled"><?php _e('Use the settings below only if you have selected Postgr…
87 <label for="pgsqldatabasehost"><?php _e('Database Host'); ?> <strong>*</strong></label>
92 …<?php _e('<strong>Database Host</strong> is the host (domain) name or server IP address of the ser…
93 <a href="#"><?php _e('Learn More&hellip;'); ?></a>
98 <label for="pgsqldatabaseuser"><?php _e('Username'); ?> <strong>*</strong></label>
103 …<?php _e('<strong>Database User</strong> is the username used to connect Habari to the PostgreSQL …
104 <a href="#"><?php _e('Learn More&hellip;'); ?></a>
109 <label for="pgsqldatabasepass"><?php _e('Password'); ?> <strong>*</strong></label>
114 …<?php _e('<strong>Database Password</strong> is the password used to connect the specified user to…
115 <a href="#"><?php _e('Learn More&hellip;'); ?></a>
120 <label for="pgsqldatabasename"><?php _e('Database Name'); ?> <strong>*</strong></label>
125 …<?php _e('<strong>Database Name</strong> is the name of the PostgreSQL database to which Habari wi…
126 <a href="#"><?php _e('Learn More&hellip;'); ?></a>
130 <h3 class="javascript-disabled"><?php _e('SQLite Settings'); ?> <strong>*</strong></h3>
131 …<div class="javascript-disabled"><?php _e('Use the settings below only if you have selected SQLite…
134 <label for="databasefile"><?php _e('Data file'); ?> <strong>*</strong></label>
139_e('<strong>Data file</strong> is the SQLite file that will store your Habari data. This should b…
146 <label for="tableprefix"><?php _e('Table Prefix'); ?></label>
151 …<?php _e('<strong>Table Prefix</strong> is a prefix that will be appended to each table that Habar…
152 <a href="#"><?php _e('Learn More&hellip;'); ?></a>
156 …connection" id="check_db_connection" tabindex="<?php echo $tab++ ?>"><?php _e('Check Database Conn…
165 <h2><?php _e('Site Configuration'); ?></h2>
166 <a href="#" class="help-me"><?php _e('Help'); ?></a>
170 <label for="sitename"><?php _e('Site Name'); ?> <strong>*</strong></label>
175 <?php _e('<strong>Site Name</strong> is the name of your site as it will appear
176 to your visitors.'); ?> <a href="#"><?php _e('Learn More&hellip;'); ?></a>
181 <label for="adminuser"><?php _e('Username'); ?> <strong>*</strong></label>
186 …<?php _e('<strong>Username</strong> is the username of the initial user in Habari.'); ?> <a href=…
191 <label for="adminpass1"><?php _e('Password'); ?> <strong>*</strong></label>
193 <label for="adminpass2"><?php _e('Password (again)'); ?> <strong>*</strong></label>
198 …<?php _e('<strong>Password</strong> is the password of the initial user in Habari. Both password f…
203 <label for="adminemail"><?php _e('Admin Email'); ?> <strong>*</strong></label>
208 <?php _e('<strong>Admin Email</strong> is the email address of the first user account.'); ?>
209 <a href="#"><?php _e('Learn More&hellip;'); ?></a>
220 <h2><?php _e('Plugin Activation'); ?></h2>
221 <a href="#" class="help-me"><?php _e('Help'); ?></a>
253 <h2><?php _e('Install'); ?></h2>
256 …<p><?php _e('Habari now has all of the information needed to install itself on your server.'); ?><…
257 …<input type="submit" name="submit" value="<?php _e('Install Habari'); ?>" id="submitinstall" tabin…