Changeset 1272 in ExiteCMS for modules/common/wiki/php-files/modules/wiki/module_installer.php
- Timestamp:
- 02/12/08 12:10:33 (4 years ago)
- File:
-
- 1 edited
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:
Note: See TracChangeset
for help on using the changeset viewer.
