Re: [dev] Missing strings from translation files

2015-11-24 Thread Martin Gruner
Hello Balázs,

this was an error in the console command to gather the strings and has been 
fixed in the meantime.

Martin Gruner
Team Lead R&D

OTRS AG
Bahnhofplatz 1a
94315 Straubing

T: +49 (0)6172 681988 0
F: +49 (0)9421 56818 18
I:  www.otrs.com/

Geschäftssitz: Bad Homburg, Amtsgericht: Bad Homburg, HRB 10751, USt-Nr.: 
DE256610065
Aufsichtsratsvorsitzender: Burchard Steinbild, Vorstand: André Mindermann 
(Vorsitzender), Christopher Kuhn, Sabine Riedel

Mobile Kommunikation und transparente Prozesse - Mit der OTRS Business 
Solution™ Managed 5 schnell und ohne eigene IT-Ressourcen starten  - Jetzt neue 
Features entdecken und bestellen
https://www.otrs.com/neu-in-otrs-business-solution-5-mobile-kommunikation-transparente-prozesse/?lang=de

> Am 11.10.2015 um 21:50 schrieb Úr Balázs :
> 
> Hi,
> 
> There are some missing strings in the translation file.
> For example from the file:
> Kernel/Output/HTML/Templates/Standard/Statistics/GeneralSpecificationsWidget.tt
> 
> This string is not in the .po or in the .pm file:
> "Generate an additional row containing sums for all data columns."
> 
> But it is marked as translatable at line 98:
> [% Translate('Generate an additional row containing sums for all data
> columns.') | html %]
> 
> All of the strings, that are marked for translation in the file
> GeneralSpecificationsWidget.tt is missing from the language file.
> 
> Can you look after why?
> 
> Regards,
> Balázs
> ___
> OTRS mailing list: dev - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/dev
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

Re: [dev] Baselink -Customer?

2015-11-24 Thread Martin Gruner
Hello Sepp,

if you use that in the Customer Interface, it will correctly point to 
customer.pl. To link from Agent to Customer Interface, I’d use something like

[% ENV(»Baselink«).replace(‚index\.pl‘ , ‚customer.pl‘ ) %] (ignore the 
typographical signs please)

See also http://template-toolkit.org/docs/manual/VMethods.html#method_replace

Martin Gruner
Team Lead R&D

OTRS AG
Bahnhofplatz 1a
94315 Straubing

T: +49 (0)6172 681988 0
F: +49 (0)9421 56818 18
I:  www.otrs.com/

Geschäftssitz: Bad Homburg, Amtsgericht: Bad Homburg, HRB 10751, USt-Nr.: 
DE256610065
Aufsichtsratsvorsitzender: Burchard Steinbild, Vorstand: André Mindermann 
(Vorsitzender), Christopher Kuhn, Sabine Riedel

Mobile Kommunikation und transparente Prozesse - Mit der OTRS Business 
Solution™ Managed 5 schnell und ohne eigene IT-Ressourcen starten  - Jetzt neue 
Features entdecken und bestellen
https://www.otrs.com/neu-in-otrs-business-solution-5-mobile-kommunikation-transparente-prozesse/?lang=de

> Am 24.11.2015 um 10:52 schrieb Josef1 Penzkofer 
> :
> 
> Hi Developer Community,
> 
> inserting in a template (*.tt)
> href="{% env("baselink") %]Action=xyz
> will create as result
> https:///otrs/index.pl?Action=xyz.
> 
> Is there something simular for  creating
> https:///otrs/customer.pl
> 
> Thanks in advance.
> 
> Sepp
> 
> 
> 
> ___
> OTRS mailing list: dev - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/dev
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev
> 



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

[dev] Baselink -Customer?

2015-11-24 Thread Josef1 Penzkofer
Hi Developer Community,

inserting in a template (*.tt) 
href="{% env("baselink") %]Action=xyz
will create as result
https:///otrs/index.pl?Action=xyz.

Is there something simular for  creating
https:///otrs/customer.pl

Thanks in advance.

Sepp



___
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev