View previous topic :: View next topic |
Author |
Message |
Wizard PicaJet Team
Joined: 19 Feb 2005 Posts: 296
|
Posted: Tue Mar 27, 2007 6:38 am Post subject: Updated German language file (2.5.477) |
|
|
Updated German language file.
Direct link to download:
http://www.picajet.com/langs/deutsch.ini
Thanks to Pierre Wossough. |
|
Back to top |
|
 |
ruceb
Joined: 05 Aug 2007 Posts: 10
|
Posted: Mon Aug 06, 2007 9:13 pm Post subject: Small Bug |
|
|
There's a small bug in the German language file: In the lines 1269 and 1270, it currently says:
Code: | mSortCategForward.Caption=Weiter
mSortCategBackward.Caption=Zurück |
Since these captions are meant as "ascending" and "descending" (they are used if the categories are to be re-ordered alphabetically), it must be:
Code: | mSortCategForward.Caption=Aufsteigend
mSortCategBackward.Caption=Absteigend |
("Weiter" means "Next" and "Zurück" means "Previous" which is irritating whith order-tasks). |
|
Back to top |
|
 |
Wizard PicaJet Team
Joined: 19 Feb 2005 Posts: 296
|
Posted: Tue Aug 07, 2007 7:42 am Post subject: Re: Small Bug |
|
|
ruceb wrote: |
Code: | mSortCategForward.Caption=Aufsteigend
mSortCategBackward.Caption=Absteigend |
("Weiter" means "Next" and "Zurück" means "Previous" which is irritating whith order-tasks). |
Thanks. Fixed:
http://www.picajet.com/langs/deutsch.ini |
|
Back to top |
|
 |
|