|
|
#1 |
|
Member
Join Date: Dec 2001
Posts: 89
|
Found some typos in english.nlf and some other language files:
# ^LicesnseTextRB and # ^UnLicesnseTextRB In both lines there is an s too much. |
|
|
|
|
|
#2 |
|
Member
Join Date: Dec 2001
Posts: 89
|
Here the updated german language files.
|
|
|
|
|
|
#3 | |
|
Major Dude
Join Date: May 2003
Posts: 681
|
Quote:
i took the nsh from latest CVS this morning. ##updated Modern UI NSH Greets, Brummelchen Last edited by Brummelchen; 6th September 2003 at 11:50. |
|
|
|
|
|
|
#4 |
|
Member
Join Date: Dec 2001
Posts: 89
|
Near the bottom, replace MUI_TEXT_COMPONENTS_TITLE and MUI_TEXT_COMPONENTS_SUBTITLE with MUI_UNTEXT_COMPONENTS_TITLE and MUI_UNTEXT_COMPONENTS_TITLE
|
|
|
|
|
|
#5 | |
|
Major Dude
Join Date: May 2003
Posts: 681
|
Quote:
Greets, Brummelchen |
|
|
|
|
|
|
#6 |
|
Member
Join Date: Dec 2001
Posts: 89
|
I've fixed some typos in german.nlf and fixed german.nsh
Brummelchen, your german.nsh contains some obsolete strings which are now stored in the .nlf files. Also, at the end of some lines $_CLICK is missing in your version. The attached version contains all fixes. |
|
|
|
|
|
#7 |
|
Member
Join Date: May 2002
Location: Vellberg / Germany
Posts: 61
|
Here the German translation as I promised it.
Oups, I should have pressed F5 before Now we've 3 German translations ;D |
|
|
|
|
|
#8 |
|
Major Dude
Join Date: May 2003
Posts: 681
|
@codesquid
i am still missing: !insertmacro MUI_LANGUAGEFILE_STRING MUI_INNERTEXT_COMPONENTS_TOP "Wählen Sie die Komponenten aus, die Sie installieren möchten und wählen Sie diejenigen ab, die Sie nicht installieren wollen." !insertmacro MUI_LANGUAGEFILE_STRING MUI_INNERTEXT_DIRECTORY_TOP "${MUI_PRODUCT} wird in das unten angegebene Verzeichnis installiert.$\r$\n$\r$\nFalls Sie in ein anderes Verzeichnis installieren möchten, klicken Sie auf Durchsuchen und wählen Sie ein anderes Verzeichnis aus." !insertmacro MUI_LANGUAGEFILE_STRING MUI_UNINNERTEXT_INTRO "Dieser Assistent deinstalliert ${MUI_PRODUCT} von Ihrem Computer." I did not search sourcecode if they are still a really used... Did you mention that !insertmacro MUI_LANGUAGEFILE_STRING MUI_TEXT_BUTTONTEXT_FINISH "&Fertig stellen" became !insertmacro MUI_LANGUAGEFILE_STRING MUI_TEXT_FINISH_BUTTON "&Fertig stellen" ? i getting weird 'cause the CVS from whole september are buggy with the brandingtext - i stepped back to 30-08 which are functional with my scripts so far. a little bit disappointed and angry too. Greets, Brummelchen |
|
|
|
|
|
#9 |
|
NSIS MUI Dev
Join Date: Nov 2001
Posts: 3,717
|
All these things are in the NLF file now. Please read http://forums.winamp.com/showthread....hreadid=148146
|
|
|
|
|
|
#10 |
|
Major Dude
Join Date: Jan 2001
Posts: 1,668
|
mui 1.67 + some fixes
|
|
|
|
|
|
#11 | |
|
Junior Member
Join Date: Sep 2003
Posts: 29
|
Quote:
But "stellen" is written in lower char´s. You should fix this, too.
|
|
|
|
|
|
|
#12 |
|
NSIS MUI Dev
Join Date: Nov 2001
Posts: 3,717
|
The German installer/uninstaller Finish text also seem to be a bit different.
|
|
|
|
|
|
#13 |
|
Junior Member
Join Date: Sep 2003
Posts: 29
|
I did some fixes. It should work now, but note: I changed a few other things, too. For example, the NLF file had a lot of "deinstalliere" words (too many IMHO), but we have a good german word for. It's called "entfernen".
Maybe other german guys could agree with my fixes ... or change them again. ![]() Mathias. |
|
|
|
|
|
#14 |
|
NSIS MUI Dev
Join Date: Nov 2001
Posts: 3,717
|
Why is there such a difference between MUI_TEXT_FINISH_INFO_TITLE and MUI_UNTEXT_FINISH_INFO_TITLE? There is no "Fertig stellen" in the first one.
Also, in MUI_UNTEXT_FINISH_INFO_TEXT, ihrem should be Ihrem. |
|
|
|
|
|
#15 |
|
Junior Member
Join Date: Sep 2003
Posts: 29
|
Hi.
You're right with "Ihrem" in MUI_UNTEXT_FINISH_INFO_TEXT. It was my fault, I didn't see it. ![]() And the german MUI_TEXT_FINISH_INFO_TITLE is a translation of the englisch version. MUI_UNTEXT_FINISH_INFO_TITLE is not! I just fixed the S in "stellen" yesterday. If you also want a good translation there, write "Die Deinstallation von $(^Name) wird abgeschlossen." Mathias. |
|
|
|
|
|
#16 |
|
Major Dude
Join Date: Jan 2001
Posts: 1,668
|
the commas in front of "erweiterte infinitive" are optional since the spelling reform and should be left out in short sentences imho
why did you remove the dash in "Startmenü-Ordner"? "Startmenü Ordner" is %userprofile%\startmenu imho "entfernen" does not always work imho. sometimes uninstalling means reverting back to a previous version "Entferne aus" does not work because the directory might also be removed Joost: please change that title to what Mathias suggests edit: but without the dot at the end edit2: "Fertig Stellen" was correct because it's a noun |
|
|
|
|
|
#17 | ||
|
Junior Member
Join Date: Sep 2003
Posts: 29
|
Quote:
"Startmenü Ordner" are two words. You should write "Startmenü-Ordner", if you don't want to use "Startmenüordner" or "Startmenüverzeichnis".Quote:
![]() Now, I know "Fertig stellen" is correct, as my Duden says. *g*Another thing is, the meaning of "fertig stellen" and "beenden/vollenden/abschließen" (whatever) is basically the same. But usually, "fertig stellen" is used when an english phrase says finish something. It's some kind of standard. (This was for Joost about the difference.) Mathias. |
||
|
|
|
|
|
#18 | |||
|
Major Dude
Join Date: Jan 2001
Posts: 1,668
|
Quote:
![]() Quote:
Quote:
|
|||
|
|
|
|
|
#19 |
|
Junior Member
Join Date: Sep 2003
Posts: 29
|
Don't let this be a "how to spell German" kind of thing.
We can discuss this another time, other place. ![]() We're both right (I'm a bit more ), and that's it.Mathias Last edited by MathiasSimmack; 24th October 2003 at 15:49. |
|
|
|
|
|
#20 |
|
Major Dude
Join Date: Jan 2001
Posts: 1,668
|
|
|
|
|
|
|
#21 |
|
Junior Member
Join Date: Sep 2003
Posts: 29
|
If this would be right, then you should replace "Fertig stellen" with "Fertigstellen" in your language file (i.e. MUI_BUTTONTEXT_FINISH).
And somebody should write a letter to Microsoft Germany and other companies. They all have to fix the Finish button text then. All say "Fertig stellen". ![]() Who's the one, saying German is easy?
|
|
|
|
|
|
#22 |
|
Major Dude
Join Date: Jan 2001
Posts: 1,668
|
no, no, no
the button text is "Fertig stellen!" because it's an imperative. microsoft just omitted the exclamation mark in that sentence. the word in the finish title "Fertigstellen des..." is a noun. Last edited by Lion King; 24th October 2003 at 23:31. |
|
|
|
|
|
#23 | |
|
Major Dude
Join Date: Jan 2001
Posts: 1,668
|
Quote:
|
|
|
|
|
|
|
#24 |
|
NSIS MUI Dev
Join Date: Nov 2001
Posts: 3,717
|
Done
|
|
|
|
|
|
#25 |
|
Major Dude
Join Date: Jan 2001
Posts: 1,668
|
thanks Joost
|
|
|
|
|
|
#26 |
|
Major Dude
Join Date: Jan 2001
Posts: 1,668
|
UninstallingText
I still don't like that the installer removes (^Name) out of ("aus") the app dir in the German translation. It doesn't really fit if that dir is also removed. I don't know anything better though. Mathias perhaps? |
|
|
|
|
|
#27 | |
|
Junior Member
Join Date: Sep 2003
Posts: 29
|
Quote:
![]() What I think is: Actually there is no setup (at least none that I know) displaying the folder, it uses to remove a software. It just removes it. Or you can select the components, you want to remove. But however, there is no reason, changing the folder before. But (@you, NSIS developers) this is JUST what I think. Mathias. |
|
|
|
|
|
|
#28 |
|
NSIS MUI Dev
Join Date: Nov 2001
Posts: 3,717
|
You can't change the folder, it just to let the user know where it will be removing files (to prevent any mistakes).
Like the other pages, this one is optional, so the developer can choose whether to use it or not. |
|
|
|
|
|
#29 | |
|
Junior Member
Join Date: Sep 2003
Posts: 29
|
I was talking about "UnDirText" in Lion King's file (s. above). This is the classic UI, right? Or the basic language file ... whatever you name it. The second phrase says To uninstall from a different folder, click Browse and select another folder. And that's exactly what I can do.
But as you wrote Quote:
![]() However, it has nothing to do with the modern UI. Mathias. |
|
|
|
|
|
|
#30 |
|
NSIS MUI Dev
Join Date: Nov 2001
Posts: 3,717
|
Oh right, it the uninstaller directory page, not the confirm page.
It could be useful when you can install multiple copies or something like that. |
|
|
|
|
|
#31 |
|
Major Dude
|
question to all the german translators:
frage an alle deutschen übersetzer: in der deutschen übersetzung der lizenz-seite ist die rede von "lizenzabkommen", heist das nicht "vereinbarung"? so bin kenne ich das zumindest von den meisten anderen installern diverser software her. ist zwar nicht so wichtig, wollte das aber mal ansprechen. hand by comm@nder21 ---------- WiKi pages:CreateInternetShortcut|Enhanced FindWindow|Parse CSV-Data|Open/Close CD-Drive|Installer without Icon|Vista application compatibility |
|
|
|
|
|
#32 |
|
Major Dude
Join Date: Jan 2001
Posts: 1,668
|
Hmm, Leo sagt tatsächlich, dass "Vereinbarung" ein juristischer und "Abkommen" ein politischer Ausdruck ist.
Google zeigt allerdings, dass beides in beiden Zusammenhängen verwendet wird. Hier sehe ich keinen Unterschied: http://www.dwds.de/cgi-bin/portalL.p...h=Vereinbarung http://www.dwds.de/cgi-bin/portalL.pl?search=Abkommen Kennt sich hier jemand mit deutschem Vertragsrecht aus?
|
|
|
|
|
|
#33 |
|
Member
Join Date: May 2002
Location: Vellberg / Germany
Posts: 61
|
German for MUI 1.68
|
|
|
|
|
|
#34 |
|
Major Dude
Join Date: Jan 2001
Posts: 1,668
|
i added some missing commas
|
|
|
|
|
|
#35 |
|
NSIS MUI Dev
Join Date: Nov 2001
Posts: 3,717
|
Uploaded
|
|
|
|
|
|
#36 |
|
Forum King
Join Date: Jan 2002
Location: AT-DE
Posts: 3,366
|
i don't know, i think some of the translations are very complicated. i think you shouldn't translate like every single word from english into german, but think of how to express an instruction best. no offence.
|
|
|
|
|
|
#37 |
|
Member
Join Date: Feb 2003
Posts: 59
|
error in german translation
In the latest CVS version of German.nsh in line 13 there stands:
!define MUI_TEXT_WELCOME_INFO_TITLE "Willkommen beim Installations-\r\n\Assistenten für $(^NameDA)" One slash after the \n is too much. Please correct it to !define MUI_TEXT_WELCOME_INFO_TITLE "Willkommen beim Installations-\r\nAssistenten für $(^NameDA)" Thanks Konrad |
|
|
|
|
|
#38 |
|
NSIS MUI Dev
Join Date: Nov 2001
Posts: 3,717
|
Thanks, fixed
|
|
|
|
|
|
#39 | ||
|
Major Dude
|
1.:
what's the difference between ^NameDA and ^Name ? 2.: Quote:
Quote:
imho every of these four strings should contain this part, or none of them. btw: my 99th post, how time goes by ...
hand by comm@nder21 ---------- WiKi pages:CreateInternetShortcut|Enhanced FindWindow|Parse CSV-Data|Open/Close CD-Drive|Installer without Icon|Vista application compatibility |
||
|
|
|
|
|
#40 |
|
NSIS MUI Dev
Join Date: Nov 2001
Posts: 3,717
|
I'll remove that one. The difference between Name and NameDA is the double ampersand (a single one is used to add an accelerator key).
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|