Ignore:
Timestamp:
02/12/08 12:10:33 (4 years ago)
Author:
hverton
Message:

updated the locale strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/wiki/php-files/modules/wiki/module_installer.php

    r1261 r1272  
    2020$mod_title = "Wikka Wiki";                              // title or name of this module 
    2121$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 number 
     22$mod_version = "1.1.2";                                 // module version number 
    2323$mod_developer = "WanWizard";                           // author's name 
    2424$mod_email = "wanwizard@gmail.com"; 
     
    8585$localestrings['en']['419'] = "Save Settings"; 
    8686$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)"; 
    8789 
    8890$localestrings['nl'] = array(); 
     
    106108$localestrings['nl']['419'] = "Bewaren"; 
    107109$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)"; 
    108112 
    109113/*---------------------------------------------------+ 
     
    413417 
    414418            case "1.1.1": 
     419                // no specific changes between this version and the new one 
     420 
     421            case "1.1.2": 
    415422 
    416423            default: 
Note: See TracChangeset for help on using the changeset viewer.