Changeset 1797
- Timestamp:
- 10/28/09 18:52:39 (14 years ago)
- Location:
- plugins/smiliesManager
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/smiliesManager/index.php
r509 r1797 315 315 316 316 '<h3>'.__('Installed smilies').'</h3>'. 317 '<p>'.__('Here are the smilies installed on the theme 317 '<p>'.__('Here are the smilies installed on the theme:').'</p>'; 318 318 319 319 if (empty($smilies)) { … … 415 415 '<fieldset>'. 416 416 '<p id="editSmilies_delete_previewArea"></p>'. 417 '<p>'.__('Are you sure you want to delete this smiley 417 '<p>'.__('Are you sure you want to delete this smiley?').'</p>'. 418 418 '<p><label class="classic"><input type="checkbox" name="editSmilies_delete_deleteFile" /> '.__('Also delete the file').'</label>'. 419 419 '<input type="hidden" id="editSmilies_delete_smileyId" name="editSmilies_delete_smileyId" value="" />'. … … 445 445 '<form action="'.$p_url.'&part=template" method="post">'. 446 446 '<h3>'.__('Adapt the template').'</h3>'. 447 '<p>'.__('Smilies Manager also allows you to adapt the template in order to display the smilies list above the comment text field, like this 447 '<p>'.__('Smilies Manager also allows you to adapt the template in order to display the smilies list above the comment text field, like this:').'</p>'. 448 448 '<p><img src="index.php?pf=smiliesManager/toolbar-demo.png" alt="demo" width="447" height="131" style="border: 1px solid #CCA;" /></p>'; 449 449 … … 459 459 '<p>'.__('Just before, add').' :</p>'. 460 460 '<pre>{{tpl:SmiliesManagerToolbar textarea="c_content"}}</pre>'. 461 '<p>'.__('That\'s all 461 '<p>'.__('That\'s all!').'</p>'. 462 462 '</fieldset>'; 463 463 } else { … … 470 470 '<p>'.sprintf(__('Open the file <ins>%s</ins>.'), $tplfile).' '.__('Search the following code').' :</p>'. 471 471 '<pre>{{tpl:SmiliesManagerToolbar textarea="c_content"}}</pre>'. 472 '<p>'.__('Delete it.').' '.__('That\'s all 472 '<p>'.__('Delete it.').' '.__('That\'s all!').'</p>'. 473 473 '</fieldset>'; 474 474 } -
plugins/smiliesManager/locales/fr/main.po
r509 r1797 3 3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 4 4 # 5 #, fuzzy6 5 msgid "" 7 6 msgstr "" … … 9 8 "Report-Msgid-Bugs-To: \n" 10 9 "POT-Creation-Date: 2007-11-04 18:30+0200\n" 11 "PO-Revision-Date: 200 8-09-30 19:20+0200\n"12 "Last-Translator: Oum <oum2013@gmail.com>\n"10 "PO-Revision-Date: 2009-10-28 18:51+0100\n" 11 "Last-Translator: Kozlika <kozlika@free.fr>\n" 13 12 "Language-Team: \n" 14 13 "MIME-Version: 1.0\n" … … 29 28 #: plugins/contact/_public.php 30 29 msgid "Click me !" 31 msgstr "Cliquez 30 msgstr "Cliquez-moi !" 32 31 33 32 #: plugins/contact/index.php … … 83 82 msgstr "Impossible de supprimer le smiley" 84 83 85 msgid "Manage smilies from theme 84 msgid "Manage smilies from theme:" 86 85 msgstr "Gérer les smilies du thème :" 87 86 … … 92 91 msgstr "Smilies installés" 93 92 94 msgid "Here are the smilies installed on the theme 93 msgid "Here are the smilies installed on the theme:" 95 94 msgstr "Voici les smilies installés sur le thème :" 96 95 … … 122 121 msgstr "Supprimer un smiley" 123 122 124 msgid "Are you sure you want to delete this smiley 125 msgstr "Êtes 123 msgid "Are you sure you want to delete this smiley?" 124 msgstr "Êtes-vous sûr(e) de vouloir supprimer ce smiley ?" 126 125 127 126 msgid "Also delete the file" … … 137 136 msgstr "Adapter le template" 138 137 139 msgid "Smilies Manager also allows you to adapt the template in order to display the smilies list above the comment text field, like this 138 msgid "Smilies Manager also allows you to adapt the template in order to display the smilies list above the comment text field, like this:" 140 139 msgstr "Smilies Manager vous permet aussi d'adapter le template de façon à afficher la liste des smilies cliquables au-dessus du champ de texte de commentaire, comme ceci :" 141 140 … … 161 160 msgstr "Juste avant, ajoutez" 162 161 163 msgid "That's all 162 msgid "That's all!" 164 163 msgstr "C'est tout !" 165 164 … … 174 173 175 174 msgid "Delete it." 176 msgstr "Supprimez 175 msgstr "Supprimez-le." 177 176 178 177 msgid "Personalize the smilies tool bar" … … 197 196 msgstr "Activer" 198 197 199
Note: See TracChangeset
for help on using the changeset viewer.