[Vtigercrm-developers] Translations issue
Finjon Kiang
kiange at gmail.com
Wed Jun 7 18:36:05 PDT 2006
Maybe you could submit such information through Trac:
http://vtiger.fosslabs.com/cgi-bin/trac.cgi/newticket
Then somebody will always be notified by the system. :)
--
Finjon Kiang
On 6/8/06, Abos <webmaster at vtigercrmfrance.org> wrote:
>
> Hi,
> to continue ;)
>
> File smarty/templates/detailview.tpl
>
> ~line 19
> change for
> <a class="link" align="right"
> href="javascript:;">{$APP.LBL_EDIT_BUTTON}</a>
>
>
> File smarty/templates/DetailviewUI.tpl
> Change all : class="small" value="Save"
> For : class="small" value="{$APP.LBL_SAVE_LABEL}"
>
> And all : class="link">Cancel</a>
> For : class="link">{$APP.LBL_CANCEL_BUTTON_LABEL}</a>
>
> And all : /> or
> for a new app string.
>
>
> ~line 77
> <tr height=20><td>{$UPDATEINFO}</td><td align="right"
> width="400" nowrap><div id="addtagdiv"><a href="javascript:;"
> onClick="show('tagdiv'),fnhide('addtagdiv'),document.getElementById('txtbox_tagfields').focus()">+addtag</a></div><div
> id="tagdiv" style="display:none;"><input class="textbox" type="text"
> id="txtbox_tagfields" name="textbox_First Name"
> value=""></input> <input name="button_tagfileds"
> type="button" class="small" value="Tag it" onclick="return
> tagvalidate()"/><input name="close" type="button" class="small"
> value="Close"
> onClick="fnhide('tagdiv'),show('addtagdiv')"></div></td></tr>
>
> Tag it & close must be translated. Close need to be a new string, do not
> use Close. (not same usage in france)
>
> ~line 301
> Change for
> <input value=" {$APP.Merge} "
> onclick="this.form.action.value='Merge';" type="submit"></input>
>
More information about the vtigercrm-developers
mailing list