Changeset 1569:a643401a714a
- Timestamp:
- 08/24/13 22:24:19 (10 years ago)
- Branch:
- default
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1564 r1569 1411 1411 p.form-note.warn, p.form-note.info, p.warning { 1412 1412 font-style: normal; 1413 padding: .2em 1em . 1em 30px;1413 padding: .2em 1em .3em 32px; 1414 1414 color: #333; 1415 display: inline-block; 1415 1416 } 1416 1417 p.form-note.warn, p.warning { … … 1420 1421 p.form-note.info { 1421 1422 background: #f5eaff url(msg-info.png) no-repeat .3em .3em; 1422 border: 1px solid # ddbaff;1423 border: 1px solid #c484ff; 1423 1424 } 1424 1425 .form-note a {border-bottom: 1px solid #ddbaff;} -
inc/admin/lib.dc.page.php
r1558 r1569 134 134 '<form action="index.php" method="post">'. 135 135 $blog_box. 136 '<p class="nomobile"><a href="'.$core->blog->url.'" onclick="window.open(this.href);return false;" title="'.__('Go to site').' ('.__('new window').')'.'">'.__('Go to site').' 136 '<p class="nomobile"><a href="'.$core->blog->url.'" onclick="window.open(this.href);return false;" title="'.__('Go to site').' ('.__('new window').')'.'">'.__('Go to site').'<img src="images/outgoing.png" alt="" /></a>'. 137 137 '</p></form>'. 138 138 '</div>'. -
locales/fr/main.po
r1568 r1569 1868 1868 1869 1869 msgid "Do not use standard favicon" 1870 msgstr "Ne pas utiliser le favicon standard "1870 msgstr "Ne pas utiliser le favicon standard de Dotclear" 1871 1871 1872 1872 msgid "This will be applied for all users" 1873 msgstr "Ce choix sera a ctifpour tous les utilisateurs"1873 msgstr "Ce choix sera appliqué pour tous les utilisateurs" 1874 1874 1875 1875 msgid "Accessibility options" -
plugins/daInstaller/index.php
r1568 r1569 273 273 echo 274 274 '<p><strong>'.__('Detected updates for your system').'</strong></p>'. 275 '<p class=" form-note warn">'.275 '<p class="warning">'. 276 276 __('Changes can be required after installation of updates. Click on a support link before to be aware about'). 277 277 '</p>'; -
plugins/importExport/inc/class.dc.import.dc1.php
r1559 r1569 145 145 '<p>'.sprintf(__('Import the content of a Dotclear 1.2\'s blog in the current blog: %s.'), 146 146 '<strong>'.html::escapeHTML($this->core->blog->name).'</strong>').'</p>'. 147 '<p class=" form-note warn">'.__('Please note that this process '.147 '<p class="warning">'.__('Please note that this process '. 148 148 'will empty your categories, blogroll, entries and comments on the current blog.').'</p>'; 149 149 -
plugins/importExport/inc/class.dc.import.wp.php
r1559 r1569 176 176 '<p>'.sprintf(__('This will import your WordPress content as new content in the current blog: %s.'), 177 177 '<strong>'.html::escapeHTML($this->core->blog->name).'</strong>').'</p>'. 178 '<p class=" form-note warn">'.__('Please note that this process '.178 '<p class="warning">'.__('Please note that this process '. 179 179 'will empty your categories, blogroll, entries and comments on the current blog.').'</p>'; 180 180
Note: See TracChangeset
for help on using the changeset viewer.