Changeset 1607
- Timestamp:
- 10/20/09 23:03:57 (14 years ago)
- Location:
- plugins
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/atReply/_admin.php
r1328 r1607 53 53 $comment_content = '<p>@<a href="#c'. 54 54 html::escapeHTML($rs->comment_id).'">'. 55 html::escapeHTML($rs->comment_author).'</a> 55 html::escapeHTML($rs->comment_author).'</a>: </p>'; 56 56 57 57 return( … … 65 65 form::hidden('post_id',$rs->post_id). 66 66 $core->formNonce(). 67 '<p><strong>'.__('@ Reply ').' :</strong> '.67 '<p><strong>'.__('@ Reply:').'</strong> '. 68 68 '<input type="submit" name="add" value="'. 69 69 __('reply to this comment').'" /></p>'. -
plugins/atReply/index.php
r1494 r1607 220 220 </p> 221 221 222 <?php echo('<p>'.__('Preview 222 <?php echo('<p>'.__('Preview:').' <img src="'.$image_url. 223 223 '" alt="reply.png" /></p>'); ?> 224 224 </fieldset> -
plugins/atReply/locales/fr/main.po
r1328 r1607 78 78 79 79 #: index.php:227 80 msgid "Preview 81 msgstr "Aperçu 80 msgid "Preview:" 81 msgstr "Aperçu :" 82 82 83 83 #: index.php:231 -
plugins/cleanConfig/class.cleanconfig.php
r693 r1607 106 106 { 107 107 $table->row(); 108 $table->cell(__('namespace 108 $table->cell(__('namespace:').' <strong>'.$v['ns'].'</strong>','class="ns-name" colspan="5"'); 109 109 $echo_ns = true; 110 110 } -
plugins/cleanConfig/index.php
r1495 r1607 46 46 cleanconfig::delete($setting,$limit); 47 47 } 48 $msg = '<p>'.(($limit == 'blog') ? __('Deleted blog settings :') : __('Deleted global settings:')).'</p><ul><li>'.48 $msg = '<p>'.(($limit == 'blog') ? __('Deleted blog settings:') : __('Deleted global settings:')).'</p><ul><li>'. 49 49 implode('</li><li>',$_POST['settings']).'</li></ul>'; 50 50 $default_tab = $limit.'_settings'; -
plugins/cleanConfig/locales/fr/main.po
r693 r1607 29 29 30 30 #: class.cleanconfig.php:108 31 msgid "namespace 32 msgstr "namespace 31 msgid "namespace:" 32 msgstr "namespace :" 33 33 34 34 #: class.cleanconfig.php:137 … … 61 61 62 62 #: index.php:48 63 msgid "Deleted blog settings 64 msgstr "Paramètres du blog supprimés 63 msgid "Deleted blog settings:" 64 msgstr "Paramètres du blog supprimés :" 65 65 66 66 #: index.php:48 67 msgid "Deleted global settings 68 msgstr "Paramètres globaux supprimés 67 msgid "Deleted global settings:" 68 msgstr "Paramètres globaux supprimés :" 69 69 70 70 #: index.php:57 … … 74 74 #: index.php:66 75 75 msgid "Deleted versions:" 76 msgstr "Versions supprimées :"76 msgstr "Versions supprimées :" 77 77 78 78 #: index.php:84 79 79 msgid "Are you sure you want to delete settings?" 80 msgstr "Êtes-vous certain de vouloir supprimer les paramètres 80 msgstr "Êtes-vous certain de vouloir supprimer les paramètres ?" 81 81 82 82 #: index.php:86 83 83 msgid "Are you sure you want to delete versions?" 84 msgstr "Êtes-vous certain de vouloir supprimer les versions 84 msgstr "Êtes-vous certain de vouloir supprimer les versions ?" 85 85 86 86 #: index.php:112 -
plugins/dlManager/trunk/index.php
r1096 r1607 185 185 __('Download manager'),'<strong>media_exclusion</strong>','<strong>about:config</strong>'); 186 186 echo ' '; 187 printf(__('For example, to exclude %1$s and %2$s files 187 printf(__('For example, to exclude %1$s and %2$s files: %3$s'), 188 188 'PNG','JPG','<code>/\.(png|jpg)/i</code>'); ?> 189 189 </p> 190 190 <p> 191 <?php printf(__('URL of the %s page 191 <?php printf(__('URL of the %s page:'),__('Download manager')); ?> 192 192 <br /> 193 193 <code><?php echo dlManager::pageURL(); ?></code> -
plugins/dlManager/trunk/locales/fr/main.po
r1096 r1607 143 143 #: public_l10n.php:20 144 144 msgid "Page(s):" 145 msgstr "Page(s) 145 msgstr "Page(s) :" 146 146 147 147 #: public_l10n.php:21 … … 259 259 #: index.php:187 260 260 #, php-format 261 msgid "For example, to exclude %1$s and %2$s files 262 msgstr "Par exemple, pour exclure les fichiers %1$s et %2$s 261 msgid "For example, to exclude %1$s and %2$s files: %3$s" 262 msgstr "Par exemple, pour exclure les fichiers %1$s et %2$s : %3$s" 263 263 264 264 #: index.php:191 265 265 #, php-format 266 msgid "URL of the %s page 266 msgid "URL of the %s page:" 267 267 msgstr "URL de la page %s :" 268 268 … … 278 278 #: _widget.php:48 279 279 msgid "Title:" 280 msgstr "Titre 280 msgstr "Titre :" 281 281 282 282 #: _widget.php:48 … … 289 289 #: _widget.php:54 290 290 msgid "root directory:" 291 msgstr "répertoire de base 291 msgstr "répertoire de base :" 292 292 293 293 #: _widget.php:57 -
plugins/pluginsPage/index.php
r693 r1607 158 158 <p class="field"><?php echo(form::checkbox('pluginsPage_active',1,$pluginsPage_active).' <label for="pluginsPage_active">'.__('Activate Plugins Page').'</label>'); ?></p> 159 159 <p class="field"><?php echo(form::checkbox('pluginsPage_show_icons',1,$pluginsPage_show_icons).' <label for="pluginsPage_show_icons">'.__('Show icons').'</label>'); ?></p> 160 <p><label class=" classic"><?php echo(__('URL 160 <p><label class=" classic"><?php echo(__('URL:').' '.form::field('pluginsPage_url', 60, 255, $pluginsPage_url)); ?></label></p> 161 161 162 162 <h3><label for="pluginsPage_style"><?php echo(__('Style of Plugins Page:')); ?></label></h3> -
plugins/pluginsPage/locales/fr/main.po
r693 r1607 76 76 77 77 #: index.php:160 78 msgid "URL 79 msgstr "URL 78 msgid "URL:" 79 msgstr "URL :" 80 80 81 81 #: index.php:162
Note: See TracChangeset
for help on using the changeset viewer.