Changeset 3694 for extensions
- Timestamp:
- Jul 28, 2009, 3:37:33 PM (15 years ago)
- Location:
- extensions/PWG_Stuffs
- Files:
-
- 5 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/PWG_Stuffs/language/en_UK/plugin.lang.php
r3609 r3694 145 145 $lang['module_desc_Random'] = 'Display x random pictures in the gallery or a category'; 146 146 147 //------------------------------------------------------------------------------ 148 // Module Citation 149 //------------------------------------------------------------------------------ 150 151 $lang['module_name_Citation'] = 'Random quote'; 152 $lang['module_desc_Citation'] = 'Display a random quote'; 153 $lang['module_Citation_lang'] = 'Language'; 154 $lang['module_Citation_code'] = 'Related code'; 155 147 156 ?> -
extensions/PWG_Stuffs/language/fr_FR/plugin.lang.php
r3609 r3694 145 145 $lang['module_desc_Random'] = 'Affiche x images au hasard dans la galerie ou la catégorie'; 146 146 147 //------------------------------------------------------------------------------ 148 // Module Citation 149 //------------------------------------------------------------------------------ 150 151 $lang['module_name_Citation'] = 'Citation aléatoire du moment'; 152 $lang['module_desc_Citation'] = 'Affiche une citation en français prise au hasard'; 153 $lang['module_Citation_lang'] = 'Langue'; 154 $lang['module_Citation_code'] = 'Code associé'; 155 147 156 ?> -
extensions/PWG_Stuffs/template/index.css
r3609 r3694 35 35 } 36 36 37 .quote_block { 38 padding: 15px; 39 text-align: center; 40 } 41 37 42 .one_comment { 38 43 width: 99% !important;
Note: See TracChangeset
for help on using the changeset viewer.