Changeset 62:bbea9a160eaf for admin
- Timestamp:
- 04/29/11 20:23:16 (14 years ago)
- Branch:
- userprefs
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/langs.php
r0 r62 227 227 '<p>'.sprintf(__('You can download and install a additional language directly from Dotclear.net. '. 228 228 'Proposed languages are based on your version: %s.'),'<strong>'.DC_VERSION.'</strong>').'</p>'. 229 '<p class="field"><label class="classic">'.__('Language:').' '.229 '<p class="field"><label for="pkg_url" class="classic">'.__('Language:').' '. 230 230 form::combo(array('pkg_url'),$dc_langs_combo).'</label></p>'. 231 '<p class="field"><label class="classic required" title="'.__('Required field').'">'.__('Your password:').' '.231 '<p class="field"><label for="your_pwd" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Your password:').' '. 232 232 form::password(array('your_pwd'),20,255).'</label></p>'. 233 233 '<input type="submit" value="'.__('Install language').'" />'. … … 245 245 '<legend>'.__('Upload a zip file').'</legend>'. 246 246 '<p>'.__('You can install languages by uploading zip files.').'</p>'. 247 '<p class="field"><label class="classic required" title="'.__('Required field').'">'.__('Language zip file:').' '.248 '<input type="file" name="pkg_file" /></label></p>'.249 '<p class="field"><label class="classic required" title="'.__('Required field').'">'.__('Your password:').' '.250 form::password(array('your_pwd' ),20,255).'</label></p>'.247 '<p class="field"><label for="pkg_file" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Language zip file:').' '. 248 '<input type="file" id="pkg_file" name="pkg_file" /></label></p>'. 249 '<p class="field"><label for="your_pwd" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Your password:').' '. 250 form::password(array('your_pwd','your_pwd'),20,255).'</label></p>'. 251 251 '<input type="submit" name="upload_pkg" value="'.__('Upload language').'" />'. 252 252 $core->formNonce().
Note: See TracChangeset
for help on using the changeset viewer.