Changeset 1272 in ExiteCMS


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

updated the locale strings

Location:
modules/common/wiki/php-files/modules/wiki
Files:
2 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: 
  • modules/common/wiki/php-files/modules/wiki/templates/modules.wiki.wiki_admin.tpl

    r1268 r1272  
    146146        <tr> 
    147147            <td width='50%' class='tbl'> 
    148                 Generate wiki links in forum posts 
     148                {$locale.421} 
    149149            </td> 
    150150            <td width='50%' class='tbl'> 
     
    153153                    <option value='1'{if $settings2.wiki_forum_links == "1"} selected="selected"{/if}>{$locale.413}</option> 
    154154                </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> 
    156156            </td> 
    157157        </tr> 
Note: See TracChangeset for help on using the changeset viewer.