Modify

Opened 7 years ago

Closed 7 years ago

Last modified 6 years ago

#1571 closed Aufgabe (fixed)

L10n erschwert wegen Hardcoded-Mehrsprachigkeit in catCopyProductName.php

Reported by: w3mktg Owned by: somebody
Priority: normal Milestone: modified-shop-2.0.5.0
Component: Admin Version: 2.0.4.2
Keywords: Cc:
Blocked By: Blocking:

Description

Hallo allerseits,

L10n erschwert wegen Hardcoded-Mehrsprachigkeit
Verlagert bitte die Texte in den jeweiligen Sprachpakete.
Vielen Dank im Voraus

Datei catCopyProductName.php
Pfad shoproot\admin\includes\modules\categories
URL domain.tld/admin_verz/modules.php?set=categories&module=catCopyProductName&action=edit
Linie 28 und ff.:

function translate() {

switch ($_SESSIONlanguage_code) {

case 'de':

$this->description = 'Beim kopierten Artikel wird der Artikelname mit (copy) ergänzt';
break;

default:

$this->description = 'When copied items of article name is supplemented with (copy)';
break;

}

Attachments (0)

Change History (4)

comment:1 by Gerhard Waldemair, 7 years ago

Resolution: fixed
Status: newclosed

In 11774:

fix #831, #1571 & #1612

comment:2 by Gerhard Waldemair, 7 years ago

In 11775:

fix #1571 & #1612

comment:3 by Torsten Riemer, 7 years ago

In 11777:

revised r11774 (fix #831, #1571 & #1612)

comment:4 by Torsten Riemer, 6 years ago

Milestone: i18nmodified-shop-2.0.5.0

Modify Ticket

Action
as closed The owner will remain somebody.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.