Changeset 1474:122a77514ce1
- Timestamp:
- 08/19/13 15:22:41 (10 years ago)
- Branch:
- default
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blog.php
r1399 r1474 79 79 '<form action="blog.php" method="post" id="blog-form">'. 80 80 81 $core->formNonce().81 '<div>'$core->formNonce().'</div>'. 82 82 '<p><label class="required" for="blog_id"><abbr title="'.__('Required field').'">*</abbr> '.__('Blog ID:').'</label> '. 83 83 form::field('blog_id',30,32,html::escapeHTML($blog_id)).'</p>'. -
admin/blog_pref.php
r1399 r1474 504 504 (html::escapeHTML($blog_settings->system->media_img_default_size) != '' ? html::escapeHTML($blog_settings->system->media_img_default_size) : 'm')). 505 505 '</p>'. 506 '<p><label for="media_img_default_alignment">'.__('Image alignment ').'</label>'.506 '<p><label for="media_img_default_alignment">'.__('Image alignment:').'</label>'. 507 507 form::combo('media_img_default_alignment',$img_default_alignment_combo,html::escapeHTML($blog_settings->system->media_img_default_alignment)). 508 508 '</p>'. … … 548 548 } else { 549 549 if ($blog_id == $core->blog->id) { 550 echo '<p class="message">'.__('The current blog cannot be deleted ').'</p>';550 echo '<p class="message">'.__('The current blog cannot be deleted.').'</p>'; 551 551 } else { 552 echo '<p class="message">'.__('Only superadmin can delete a blog ').'</p>';552 echo '<p class="message">'.__('Only superadmin can delete a blog.').'</p>'; 553 553 } 554 554 } -
admin/comments.php
r1424 r1474 134 134 if ($core->auth->check('publish,contentadmin',$core->blog->id)) 135 135 { 136 $combo_action[__(' publish')] = 'publish';137 $combo_action[__(' unpublish')] = 'unpublish';138 $combo_action[__(' mark as pending')] = 'pending';139 $combo_action[__(' mark as junk')] = 'junk';136 $combo_action[__('Publish')] = 'publish'; 137 $combo_action[__('Unpublish')] = 'unpublish'; 138 $combo_action[__('Mark as pending')] = 'pending'; 139 $combo_action[__('Mark as junk')] = 'junk'; 140 140 } 141 141 if ($core->auth->check('delete,contentadmin',$core->blog->id)) -
admin/comments_actions.php
r1179 r1474 137 137 $core->callBehavior('adminCommentsActionsContent',$core,$action,$hidden_fields); 138 138 139 echo '<p><a class="back" href="'.str_replace('&','&',$redir).'">'.__(' back').'</a></p>';139 echo '<p><a class="back" href="'.str_replace('&','&',$redir).'">'.__('Back to comments list').'</a></p>'; 140 140 141 141 dcPage::close(); -
admin/plugins.php
r1399 r1474 236 236 237 237 if ($is_writable) { 238 echo __('To install or upgrade a plugin you generally just need to upload it '.238 echo '<p>'.__('To install or upgrade a plugin you generally just need to upload it '. 239 239 'in "Install or upgrade a plugin" section.'); 240 240 } else { 241 echo __('To install or upgrade a plugin you just need to extract it in your plugins directory.');241 echo '<p>'.__('To install or upgrade a plugin you just need to extract it in your plugins directory.'); 242 242 } 243 243 echo '</p>'; -
admin/posts.php
r1426 r1474 282 282 '<p><label for="month" class="ib">'.__('Month:').'</label> '. 283 283 form::combo('month',$dt_m_combo,$month).'</p>'. 284 '< label for="lang" class="ib">'.__('Lang:').'</label> '.284 '<p><label for="lang" class="ib">'.__('Lang:').'</label> '. 285 285 form::combo('lang',$lang_combo,$lang).'</p> '. 286 286 '</div>'. -
admin/preferences.php
r1468 r1474 424 424 '</div>'. 425 425 '</div>'. 426 '<br class="clear" />'. //Opera sucks427 426 '</fieldset>'; 428 427 … … 442 441 '</div>'. 443 442 444 '<p><label for="new_pwd_c">'.__('Confirm password:').'</label>'.443 '<p><label for="new_pwd_c">'.__('Confirm new password:').'</label>'. 445 444 form::password('new_pwd_c',20,255).'</p>'. 446 445 '</fieldset>'. … … 500 499 form::checkbox('user_ui_hide_std_favicon',1,$user_ui_hide_std_favicon).' '. 501 500 __('Do not use standard favicon').'</label></p>'. 502 '<p class="clear form-note info">'.__('This will be applied for all users').'</p>'; 501 '<p class="clear form-note info">'.__('This will be applied for all users'). 502 '<br class="clear" /></p>';//Opera sucks; 503 503 } 504 504 505 505 echo 506 '<br class="clear" />'. //Opera sucks507 506 '</fieldset>'; 508 507 … … 530 529 '<p><label for="user_dm_quickentry" class="classic">'. 531 530 form::checkbox('user_dm_quickentry',1,$user_dm_quickentry).' '. 532 __('Display quick entry form').'</label>< /p>'.533 534 '<br class="clear" />'. //Opera sucks 531 __('Display quick entry form').'</label><br class="clear" />'. //Opera sucks 532 '</p>'. 533 535 534 '</fieldset>'; 536 535 -
admin/update.php
r1469 r1474 200 200 echo 201 201 '<p class="static-msg">'.sprintf(__('Dotclear %s is available.'),$new_v). 202 ($version_info ? ' <a href="'.$version_info.'">('.__(' information about this version').')</a>' : '').202 ($version_info ? ' <a href="'.$version_info.'">('.__('Information about this version').')</a>' : ''). 203 203 '</p>'. 204 204 … … 246 246 '<p class="message">'. 247 247 __("Congratulations, you're one click away from the end of the update."). 248 ' <strong><a href="index.php?logout=1">'.__('Finish the update .').'</a></strong>'.248 ' <strong><a href="index.php?logout=1">'.__('Finish the update').'</a>.</strong>'. 249 249 '</p>'; 250 250 } -
admin/user.php
r1399 r1474 226 226 '<p><label for="user_firstname">'.__('First Name:').'</label> '. 227 227 form::field('user_firstname',20,255,html::escapeHTML($user_firstname)). 228 '</ label></p>'.229 230 '<p><label for="user_displayname">'.__('Display name:').' '.228 '</p>'. 229 230 '<p><label for="user_displayname">'.__('Display name:').'</label> '. 231 231 form::field('user_displayname',20,255,html::escapeHTML($user_displayname)). 232 232 '</p>'. -
admin/users.php
r1426 r1474 39 39 40 40 41 # 41 #?Get users 42 42 $page = !empty($_GET['page']) ? $_GET['page'] : 1; 43 43 $nb_per_page = 30; … … 134 134 form::combo('order',$order_combo,$order).'</p>'. 135 135 '<p><span class="label ib">'.__('Show').'</span> <label for="nb" class="classic">'. 136 form::field('nb',3,3,$nb_per_page).' '.__('users per page').'</ p> '.136 form::field('nb',3,3,$nb_per_page).' '.__('users per page').'</label></p> '. 137 137 '</div>'. 138 138 '</div>'. -
locales/fr/main.po
r1470 r1474 1123 1123 #, php-format 1124 1124 msgid "You can change your user language in your <a href=\"%1$s\">preferences</a> or change your blog's main language in your <a href=\"%2$s\">blog settings</a>." 1125 msgstr "Vous pouvez changer votre langue d'utilisateur dans vos <a href=\"%1$s\">préférences</a> ou changer la langue principale de votre blog dans vos <a href=\"%2$s\">paramètres d eblog</a>."1125 msgstr "Vous pouvez changer votre langue d'utilisateur dans vos <a href=\"%1$s\">préférences</a> ou changer la langue principale de votre blog dans vos <a href=\"%2$s\">paramètres du blog</a>." 1126 1126 1127 1127 msgid "Installed languages" … … 1790 1790 1791 1791 msgid "If you want to change your email or password you must provide your current password." 1792 msgstr "Si vous voulez changer votre adresse email ou votre mot de passe, vous devez indiquer votre mot de passe ."1792 msgstr "Si vous voulez changer votre adresse email ou votre mot de passe, vous devez indiquer votre mot de passe actuel." 1793 1793 1794 1794 msgid "No favorite selected" … … 1826 1826 1827 1827 msgid "If you have changed this user email or password you must provide your current password to save these modifications." 1828 msgstr "Si vous voulez changer votre adresse email ou votre mot de passe, vous devez indiquer votre mot de passe ."1828 msgstr "Si vous voulez changer votre adresse email ou votre mot de passe, vous devez indiquer votre mot de passe actuel pour enregistrer ces modifications." 1829 1829 1830 1830 msgid "My options" … … 3102 3102 msgid "very strong" 3103 3103 msgstr "très fort" 3104 3105 msgid "Confirm new password:" 3106 msgstr "Confirmez le nouveau mot de passe :" 3107 3108 msgid "Not selected" 3109 msgstr "Non sélectionné" 3110 3111 msgid "Back to comments list" 3112 msgstr "Retour à la liste des commentaires" 3113 3114 msgid "The current blog cannot be deleted." 3115 msgstr "Le blog courant ne peut être détruit." 3116 3117 msgid "Only superadmin can delete a blog." 3118 msgstr "Seul un superadministrateur peut supprimer un blog." 3119 3120 msgid "Invalid publication date" 3121 msgstr "Date de publication invalide." 3122 3123 msgid "Image alignment:" 3124 msgstr "Alignement de l'image :" 3125 3126 msgid "Finish the update" 3127 msgstr "Finir la mise à jour" 3128 3129 msgid "Information about this version" 3130 psgstr "Informations sur cette version" -
locales/fr/plugins.po
r1468 r1474 42 42 43 43 msgid "blog settings" 44 msgstr " Réglages du blog"44 msgstr "paramètres du blog" 45 45 46 46 msgid "Value" … … 305 305 306 306 msgid "No attachment." 307 msgstr "Pas de fichier attaché "307 msgstr "Pas de fichier attaché." 308 308 309 309 msgid "Add files to this entry" … … 1934 1934 msgid "Edit theme files" 1935 1935 msgstr "Modifier les fichiers du thème" 1936 1937 msgid "Blog settings" 1938 msgstr "Paramètres du blog" -
plugins/aboutConfig/index.php
r1358 r1474 86 86 return 87 87 '<tr class="line">'. 88 '<td scope="r aw"><label for="s_'.$id.'">'.sprintf($slabel,html::escapeHTML($id)).'</label></td>'.88 '<td scope="row"><label for="s_'.$id.'">'.sprintf($slabel,html::escapeHTML($id)).'</label></td>'. 89 89 '<td>'.$field.'</td>'. 90 90 '<td>'.$s['type'].'</td>'. -
plugins/antispam/_admin.php
r1207 r1474 59 59 if ($ttl != null && $ttl >=0) { 60 60 echo '<p>'.sprintf(__('All spam comments older than %s day(s) will be automatically deleted.'), $ttl).' '. 61 sprintf(__('You can modify this duration in the %s'),'<a href="blog_pref.php#antispam_moderation_ttl"> '.__('Blog preferences').'</a>').61 sprintf(__('You can modify this duration in the %s'),'<a href="blog_pref.php#antispam_moderation_ttl"> '.__('Blog settings').'</a>'). 62 62 '</p>'; 63 63 } -
plugins/antispam/index.php
r1423 r1474 170 170 if ($moderationTTL != null && $moderationTTL >=0) { 171 171 echo '<p>'.sprintf(__('All spam comments older than %s day(s) will be automatically deleted.'), $moderationTTL).' '. 172 sprintf(__('You can modify this duration in the %s'),'<a href="blog_pref.php#antispam_moderation_ttl"> '.__('Blog preferences').'</a>').172 sprintf(__('You can modify this duration in the %s'),'<a href="blog_pref.php#antispam_moderation_ttl"> '.__('Blog settings').'</a>'). 173 173 '</p>'; 174 174 } … … 212 212 '<td class="nowrap">'.form::checkbox(array('filters_active[]'),$fid,$f->active, '', '', false, 'title="'.__('Active').'"').'</td>'. 213 213 '<td class="nowrap">'.form::checkbox(array('filters_auto_del[]'),$fid,$f->auto_delete, '', '', false, 'title="'.__('Auto Del.').'"').'</td>'. 214 '<td class="nowrap" scope="r aw">'.$f->name.'</td>'.214 '<td class="nowrap" scope="row">'.$f->name.'</td>'. 215 215 '<td class="maximal">'.$f->description.'</td>'. 216 216 '<td class="status">'.$gui_link.'</td>'. -
plugins/pages/page.php
r1454 r1474 455 455 456 456 echo 457 '<p><label for="post_status" >'.__('Page status:').'</label> '.457 '<p><label for="post_status" class="ib">'.__('Page status:').'</label> '. 458 458 form::combo('post_status',$status_combo,$post_status,'','',!$can_publish). 459 459 '</p>'. 460 460 461 '<p><label for="post_dt" >'.__('Published on:').'</label>'.461 '<p><label for="post_dt" class="ib">'.__('Published on:').'</label>'. 462 462 form::field('post_dt',16,16,$post_dt,($bad_dt ? 'invalid' : '')).'</p>'. 463 463 464 '<p><label for="post_format" >'.__('Text formating:').'</label>'.464 '<p><label for="post_format" class="ib">'.__('Text formating:').'</label>'. 465 465 form::combo('post_format',$formaters_combo,$post_format). 466 466 ($post_id && $post_format != 'xhtml' ? '<a class="button" href="'.html::escapeURL($redir_url).'&id='.$post_id.'&xconv=1">'.__('Convert to XHTML').'</a>' : ''). … … 493 493 '</p>'. 494 494 495 '<p><label for="post_lang" >'.__('Page lang:').'</label>'.495 '<p><label for="post_lang" class="ib">'.__('Page lang:').'</label>'. 496 496 form::combo('post_lang',$lang_combo,$post_lang).'</p>'. 497 497 498 '<p><label for="post_password" >'.__('Page password:').'</label>'.498 '<p><label for="post_password" class="ib">'.__('Page password:').'</label>'. 499 499 form::field('post_password',10,32,html::escapeHTML($post_password),'maximal'). 500 500 '</p>'. 501 501 502 '<div class="lockable" >'.503 '<p><label for="post_url" >'.__('Basename:').'</label>'.502 '<div class="lockable" class="ib">'. 503 '<p><label for="post_url" class="ib">'.__('Basename:').'</label>'. 504 504 form::field('post_url',10,255,html::escapeHTML($post_url),'maximal'). 505 505 '</p>'. … … 512 512 { 513 513 echo 514 '<h 3 class="clear">'.__('Attachments').'</h3>';514 '<h4 class="clear">'.__('Attachments').'</h4>'; 515 515 foreach ($post_media as $f) 516 516 { … … 541 541 542 542 if (empty($post_media)) { 543 echo '<p >'.__('No attachment.').'</p>';543 echo '<p class="form-note">'.__('No attachment.').'</p>'; 544 544 } 545 545 echo '<p><a class="button" href="media.php?post_id='.$post_id.'">'.__('Add files to this page').'</a></p>'; -
plugins/simpleMenu/index.php
r1358 r1474 233 233 234 234 // All done successfully, return to menu items list 235 http::redirect($p_url.'&a dded=1');235 http::redirect($p_url.'&added=1'); 236 236 } else { 237 237 throw new Exception(__('Label and URL of menu item are mandatory.')); … … 268 268 269 269 // All done successfully, return to menu items list 270 http::redirect($p_url.'& removed=1');270 http::redirect($p_url.'&removed=1'); 271 271 } else { 272 272 throw new Exception(__('No menu items selected.')); … … 302 302 303 303 // All done successfully, return to menu items list 304 http::redirect($p_url.'& updated=1');304 http::redirect($p_url.'&updated=1'); 305 305 } 306 306 catch (Exception $e) { … … 339 339 340 340 // All done successfully, return to menu items list 341 http::redirect($p_url.'& neworder=1');341 http::redirect($p_url.'&neworder=1'); 342 342 } 343 343 catch (Exception $e) { … … 402 402 case 1: 403 403 // Selection du type d'item 404 echo '<form id="additem" action="'.$p_url.'&a dd=2" method="post">';404 echo '<form id="additem" action="'.$p_url.'&add=2" method="post">'; 405 405 echo '<fieldset><legend>'.__('Select type').'</legend>'; 406 406 echo '<p class="field"><label for="item_type" class="classic">'.__('Type of item menu:').'</label>'.form::combo('item_type',$items_combo,'').'</p>'; … … 412 412 if ($items[$item_type][1]) { 413 413 // Choix à faire 414 echo '<form id="additem" action="'.$p_url.'&a dd=3" method="post">';414 echo '<form id="additem" action="'.$p_url.'&add=3" method="post">'; 415 415 echo '<fieldset><legend>'.$item_type_label.'</legend>'; 416 416 switch ($item_type) { … … 449 449 case 3: 450 450 // Libellé et description 451 echo '<form id="additem" action="'.$p_url.'&a dd=4" method="post">';451 echo '<form id="additem" action="'.$p_url.'&add=4" method="post">'; 452 452 echo '<fieldset><legend>'.$item_type_label.($item_select_label != '' ? ' ('.$item_select_label.')' : '').'</legend>'; 453 453 echo '<p class="field"><label for="item_label" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '. … … 467 467 // Liste des items 468 468 if (!$step) { 469 echo '<form id="menuitemsappend" action="'.$p_url.'&a dd=1" method="post">';469 echo '<form id="menuitemsappend" action="'.$p_url.'&add=1" method="post">'; 470 470 echo '<p class="top-add">'.$core->formNonce().'<input class="button add" type="submit" name="appendaction" value="'.__('Add an item').'" /></p>'; 471 471 echo '</form>'; -
plugins/userPref/index.php
r1358 r1474 82 82 return 83 83 '<tr class="line">'. 84 '<td scope="r aw"><label for="s_'.$id.'">'.sprintf($slabel,html::escapeHTML($id)).'</label></td>'.84 '<td scope="row"><label for="s_'.$id.'">'.sprintf($slabel,html::escapeHTML($id)).'</label></td>'. 85 85 '<td>'.$field.'</td>'. 86 86 '<td>'.$s['type'].'</td>'. -
plugins/widgets/class.widgets.php
r1454 r1474 246 246 '<p><label for="'.$wfid.'">'.$s['title'].'</label> '. 247 247 form::textarea(array($iname,$wfid),30,5,html::escapeHTML($s['value']),'maximal'). 248 '</ label></p>';248 '</p>'; 249 249 break; 250 250 case 'check':
Note: See TracChangeset
for help on using the changeset viewer.