| [ Index ] |
|
Code source de Serendipity 1.2 |
1 <?php # $Id: lang_en.inc.php 1381 2006-08-15 10:14:56Z elf2000 $ 2 3 /** 4 * @version $Revision: 1381 $ 5 * @author Translator Name <yourmail@example.com> 6 * EN-Revision: Revision of lang_en.inc.php 7 */ 8 9 @define('PLUGIN_EVENT_CONTENTREWRITE_FROM', 'from'); 10 @define('PLUGIN_EVENT_CONTENTREWRITE_TO', 'to'); 11 @define('PLUGIN_EVENT_CONTENTREWRITE_NAME', 'Content Rewriter'); 12 @define('PLUGIN_EVENT_CONTENTREWRITE_DESCRIPTION', 'Replaces words with a new selected string (useful for acronyms)'); 13 @define('PLUGIN_EVENT_CONTENTREWRITE_NEWTITLE', 'New Title'); 14 @define('PLUGIN_EVENT_CONTENTREWRITE_NEWTDESCRIPTION', 'Enter the acronym-title for a new item here ({from})'); 15 @define('PLUGIN_EVENT_CONTENTREWRITE_OLDTITLE', 'Title #%d'); 16 @define('PLUGIN_EVENT_CONTENTREWRITE_OLDTDESCRIPTION', 'Enter the acronym here ({from})'); 17 @define('PLUGIN_EVENT_CONTENTREWRITE_PTITLE', 'Plugin-Title'); 18 @define('PLUGIN_EVENT_CONTENTREWRITE_PDESCRIPTION', 'The name of this plugin'); 19 @define('PLUGIN_EVENT_CONTENTREWRITE_NEWDESCRIPTION', 'New Description'); 20 @define('PLUGIN_EVENT_CONTENTREWRITE_NEWDDESCRIPTION', 'Enter the description for a new item here ({to})'); 21 @define('PLUGIN_EVENT_CONTENTREWRITE_OLDDESCRIPTION', 'Description #%s'); 22 @define('PLUGIN_EVENT_CONTENTREWRITE_OLDDDESCRIPTION', 'Enter the description here ({to})'); 23 @define('PLUGIN_EVENT_CONTENTREWRITE_REWRITESTRING', 'Rewrite string'); 24 @define('PLUGIN_EVENT_CONTENTREWRITE_REWRITESTRINGDESC', 'The string used to rewrite. Place {from} and {to} anywhere you like to get a rewrite.' . "\n" . 'Example: <acronym title="{to}">{from}</acronym>'); 25 @define('PLUGIN_EVENT_CONTENTREWRITE_REWRITECHAR', 'Rewrite char'); 26 @define('PLUGIN_EVENT_CONTENTREWRITE_REWRITECHARDESC', 'If there is any char you append to force rewriting, enter it here. If you want to only replace \'serendipity*\' with what you entered for that word but want the \'*\' removed, enter that char here.'); 27 @define('PLUGIN_EVENT_CONTENTREWRITE_REWRITESTRING', 'The strings to perform replacements in your environment are %s and %s.'); 28 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
| Généré le : Sat Nov 24 09:00:37 2007 | par Balluche grâce à PHPXref 0.7 |
|