Vous êtes ici > Bugs > PlayOnLinux > Localisation > Ticket #743 en

Localisation #743 sur PlayOnLinux

Incorrect German in POL_SetupWindow_question

Ajouté par wieczo le 2012-04-05 01:56:06 - Commenter ou mettre à jour ce ticket

Statut :
Invalide
Priorité :
Faible
Assigné à :
Nobody
Dernière mise à jour :
2012-04-22 18:07:30
Description, étapes pour reproduire :
1. Use the German version
2. Use the following in a script
     POL_SetupWindow_presentation "TITLE" "Game Developer" "URL" "ScriptAuther" "PREFIX"
will result in
     "Dieser Assistent wird Ihnen bei der Installation helfen TITLE auf Ihrem Computer."

It should say:
     "Dieser Assistent wird Ihnen helfen, TITLE auf Ihrem Computer zu installieren."

I assume that the problem is that two translation strings are joined with the TITLE inbetween:
     TranslationString522 + " " + TITLE + " " + TranslationString517

One solution would be to use one translation string for that line:
     "This wizard will help you install $APPLICATION_TITLE on your computer."

History

Mise à jour par wieczo le 2012-04-05 01:57:00

Translation string links:
* 522: https://translations.launchpad.net/playonlinux/arietis/+pots/pol/de/522/+translate
* 517: https://translations.launchpad.net/playonlinux/arietis/+pots/pol/de/517/+translate

Mise à jour par petch le 2012-04-05 14:18:44

  • Tracker changé vers Localisation

Mise à jour par Quentin PÂRIS le 2012-04-22 18:07:30

  • Statut changé vers Invalide

Please go to the launchpad to correct the translation

Il n'y a rien à voir ici