aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Error in the .po file ?  (Read 4349 times)

kiki54

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
Error in the .po file ?
« on: August 27, 2007, 07:48:22 PM »

Hello.

I would want to continue the transation of fr.po, but I  noticed odd lines.

I see :
#: src/SharedFilesCtrl.cpp:165
msgid "Copy ED2k link to clipboard (&Hostname)"

then :
#: src/SharedFilesCtrl.cpp:166
msgid "Copy ED2k link to clipboard (Hostname) (With &Crypt options)"

Why, in the second line, is "Hostname" not prefixed by & ?

There are another suspicious lines.

I see :
#: src/SharedFilesCtrl.cpp:164
msgid "Copy ED2k link to clipboard (Source) (&With Crypt options)"
 
and :
#: src/SharedFilesCtrl.cpp:166
msgid "Copy ED2k link to clipboard (Hostname) (With &Crypt options)"

"&" is not at the same place.

Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: Error in the .po file ?
« Reply #1 on: August 27, 2007, 08:29:26 PM »

Take a look at the menubar of your browser. You'll see some letters underlined, e.g. File Edit View ... (Press Alt if you don't see them.)

These are shortcuts. If you press Alt + F, the file menu will open, if you press Alt + E, the edit menu, Alt +V the view menu...

Every shortcut needs a unique letter, else there would be a conflict. If you have file and edit, which one should be opened when you press Alt + e?

The '&' marks the underlined letter and that's why it is always at a different position.
Logged