Changeset 4862


Ignore:
Timestamp:
Feb 9, 2010, 6:54:18 PM (14 years ago)
Author:
ddtddt
Message:

[trunk][STC] add localization

Location:
trunk/plugins/SwiftThemeCreator
Files:
10 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/SwiftThemeCreator/theme_creator.php

    r3282 r4862  
    2727define('STC_PATH', PHPWG_PLUGINS_PATH.'SwiftThemeCreator/');
    2828define('STC_INTERNAL_VERSION', '1.40');
     29load_language('plugin.lang', STC_PATH);
     30
    2931/*
    3032 * stc_hex2rgb convert any string to array of RGB values
  • trunk/plugins/SwiftThemeCreator/theme_creator.tpl

    r3283 r4862  
    1010
    1111<fieldset>
    12         <legend>{'Template selection '|@translate}</legend>
     12        <legend>{'Template selection'|@translate}</legend>
    1313<table><tr><td style="padding-right:20px;">
    1414  {'Template'|@translate}
     
    4444
    4545<fieldset>
    46         <legend>{'Colours selection '|@translate}</legend>
     46        <legend>{'Colours selection'|@translate}</legend>
    4747<table>
    4848<tr><td style="padding-right:20px;">
     
    7474
    7575<fieldset>
    76         <legend>{'Header background selection '|@translate}</legend>
     76        <legend>{'Header background selection'|@translate}</legend>
    7777<table>
    7878  <tr>
     
    155155</form>
    156156<fieldset>
    157         <legend>{'Just a yoga preview... '|@translate}</legend>
     157        <legend>{'Just a yoga preview...'|@translate}</legend>
    158158<div style="background-color:{$main.color1}; width: 600px; overflow: hidden; margin: 5px auto 5px auto;
    159159font-family:Univers,Helvetica,Optima,'Bitstream Vera Sans',sans-serif;">
Note: See TracChangeset for help on using the changeset viewer.