Ticket #1304 (closed defect: fixed)

Opened 6 months ago

Last modified 6 months ago

'TR_USUALY_NAMED' => tr('(usually named ' . $name . ')') is not translateable

Reported by: Haeber Assigned to:
Priority: trivial Milestone: ispCP ω 1.0.0 - RC5
Component: Frontend (GUI) Version: ispCP ω 1.0.0 - RC4
Severity: Easy Keywords:
Cc:

Description

the template client/backup.tpl has the variable {TR_USUALY_NAMED} which is replaced with the following php code (in client/backup.php):

'TR_USUALY_NAMED' => tr('(usually named ' . $name . ')'),

'Cause this changes with each $name value, this isn't translateable. Separate this variable in two: one for "usually named" and one for the varaible "$name".

Attachments

Change History

05/28/08 10:52:34 changed by zothos

  • status changed from new to closed.
  • severity changed from Don't know to Easy.
  • component changed from Backend (Engine) to Frontend (GUI).
  • priority changed from major to trivial.
  • milestone changed from Working to ispCP ω 1.0.0 - RC5.
  • resolution set to fixed.

fixed in r1175


Add/Change #1304 ('TR_USUALY_NAMED' => tr('(usually named ' . $name . ')') is not translateable)




Action