~malizor/ubuntu-fr-forum/fixe-384088

« back to all changes in this revision

Viewing changes to lang/English/admin_plugin_example.php

  • Committer: xabilon
  • Date: 2010-10-08 13:18:35 UTC
  • Revision ID: xabilonmodo@yahoo.fr-20101008131835-i22ldl3u83y1t0di
Copie de forum.dev r155 pour mise en ligne

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
 
 
3
// Language definitions used in example Plugin
 
4
$lang_admin_plugin_example = array(
 
5
 
 
6
'No text'                               =>      'You didn\'t enter anything!',
 
7
'Example plugin title'  =>      'Example plugin',
 
8
'You said'                              =>      'You said "%s". Great stuff.',
 
9
'Explanation 1'                 =>      'This plugin doesn\'t do anything useful. Hence the name "Example".',
 
10
'Explanation 2'                 =>      'This would be a good spot to talk a little about your plugin. Describe what it does and how it should be used. Be brief, but informative.',
 
11
'Example form title'    =>      'An example form',
 
12
'Legend text'                   =>      'Enter a piece of text and hit "Show text"!',
 
13
'Text to show'                  =>      'Text to show',
 
14
'Show text button'              =>      'Show text',
 
15
'Input content'                 =>      'The text you want to display.',
 
16
 
 
17
);