Changeset 1272 in ExiteCMS
- Timestamp:
- 02/12/08 12:10:33 (4 years ago)
- Location:
- modules/common/wiki/php-files/modules/wiki
- Files:
-
- 2 edited
-
module_installer.php (modified) (4 diffs)
-
templates/modules.wiki.wiki_admin.tpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
modules/common/wiki/php-files/modules/wiki/module_installer.php
r1261 r1272 20 20 $mod_title = "Wikka Wiki"; // title or name of this module 21 21 $mod_description = "ExiteCMS embedded implementation of Wikka Wakka Wiki v1.1.6.3"; // short description of it's purpose 22 $mod_version = "1.1. 1"; // module version number22 $mod_version = "1.1.2"; // module version number 23 23 $mod_developer = "WanWizard"; // author's name 24 24 $mod_email = "wanwizard@gmail.com"; … … 85 85 $localestrings['en']['419'] = "Save Settings"; 86 86 $localestrings['en']['420'] = "(only if IP address matches)"; 87 $localestrings['en']['421'] = "Generate dynamic wiki links in forum posts:"; 88 $localestrings['en']['422'] = "(for manual links use [wiki] bbcode)"; 87 89 88 90 $localestrings['nl'] = array(); … … 106 108 $localestrings['nl']['419'] = "Bewaren"; 107 109 $localestrings['nl']['420'] = "(alleen vanaf hun eigen IP adres)"; 110 $localestrings['nl']['421'] = "Genereer dynamische wiki links in forum berichten:"; 111 $localestrings['nl']['422'] = "(voor handmatige links gebruik [wiki] bbcode)"; 108 112 109 113 /*---------------------------------------------------+ … … 413 417 414 418 case "1.1.1": 419 // no specific changes between this version and the new one 420 421 case "1.1.2": 415 422 416 423 default: -
modules/common/wiki/php-files/modules/wiki/templates/modules.wiki.wiki_admin.tpl
r1268 r1272 146 146 <tr> 147 147 <td width='50%' class='tbl'> 148 Generate wiki links in forum posts148 {$locale.421} 149 149 </td> 150 150 <td width='50%' class='tbl'> … … 153 153 <option value='1'{if $settings2.wiki_forum_links == "1"} selected="selected"{/if}>{$locale.413}</option> 154 154 </select> 155 <span class='small'> Only for known keywords. You can use the [wiki] bbcode to manually make a link</span>155 <span class='small'>{$locale.422}</span> 156 156 </td> 157 157 </tr>
Note: See TracChangeset
for help on using the changeset viewer.
