Bug reports will be moved here when the described bug has been fixed
Moderators: Hacker , petermad , Stefan2 , white
Sir_SiLvA
Power Member
Posts: 3378 Joined: 2003-05-06, 11:46 UTC
Post
by *Sir_SiLvA » 2023-05-24, 17:49 UTC
Entry
2115="Alle &Einträge anzeigentAlt+Umschalt+Ab is missing the
\t
so that its
2115="Alle &Einträge anzeigent\t Alt+Umschalt+Ab .
2117="Im anderen &Panel öffnen\tStrg" <- is there not a char missing?
Edith: The way 2117 is used atm is bad, cause we now have this half-shortcut and 2 hardcoded strings +(left), +(right) we cant translate
hope you find a way to fix that for beta 5 for example by makeing 2117 into something like:
Code: Select all
2117="Im anderen &Panel öffnen\tStrg+|(Rechts)|(Links)"
Last edited by
Sir_SiLvA on 2023-05-24, 19:27 UTC, edited 3 times in total.
Hoecker sie sind raus!
Sir_SiLvA
Power Member
Posts: 3378 Joined: 2003-05-06, 11:46 UTC
Post
by *Sir_SiLvA » 2023-05-24, 18:28 UTC
Also some irregularyties:
a) 1537="Verlauf (Alt+Pfeil ab )"
b) 2115="Alle &Einträge anzeigen\Alt+Umschalt+Ab ""
a) 1541="Alle Tabs schließen\tStrg+Umsch +W"
b) 2116="In neuem &Tab öffnen\tUmschalt +Enter"
HTH
Hoecker sie sind raus!
HolgerK
Power Member
Posts: 5408 Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen
Post
by *HolgerK » 2023-05-24, 19:06 UTC
-> 2115="Alle &Einträge anzeigentAlt+Umschalt+Ab"
(missing backslash before tAlt ...) should be:
-> 2115="Alle &Einträge anzeigen\ tAlt+Umschalt+Ab"
Regards
Holger
Make our planet great again
ghisler(Author)
Site Admin
Posts: 50406 Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:
Post
by *ghisler(Author) » 2023-05-24, 20:20 UTC
2117="Im anderen &Panel öffnen\tStrg" <- is there not a char missing?
No there isn't. It depends on which side the list is shown, so I can't include LEFT and RIGHT there.
LEFT and RIGHT are taken from string 1644.
petermad
Power Member
Posts: 16020 Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:
Post
by *petermad » 2023-05-24, 21:04 UTC
Maybe it would be better with two strings:
Code: Select all
2117="Open in other &panel\tCtrl+Left"
2130="Open in other &panel\tCtrl+Right"
Maybe in some languages it is not proper with Title case or Lower case - so two strings would be better.
AntonyD
Power Member
Posts: 1563 Joined: 2006-11-04, 15:30 UTC
Location: Russian Federation
Post
by *AntonyD » 2023-05-24, 21:14 UTC
Maybe it would be better with two strings:
+++++++++++++++++++++++++++++
#146217 personal license
petermad
Power Member
Posts: 16020 Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:
Post
by *petermad » 2023-06-01, 01:21 UTC
Fixed in TC 11.00b5 with the string:
2130="Ctrl+Left|Ctrl+Right"