From kde-i18n-doc Sun Dec 23 16:06:51 2012 From: Marek Laane Date: Sun, 23 Dec 2012 16:06:51 +0000 To: kde-i18n-doc Subject: Re: [kcm-grub2] src: Clarify ambiguous string. Message-Id: X-MARC-Message: https://marc.info/?l=kde-i18n-doc&m=135627882201362 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--e89a8ff1c3aeca1cd904d187447c" --e89a8ff1c3aeca1cd904d187447c Content-Type: text/plain; charset=ISO-8859-1 2012/12/23 Konstantinos Smanis > On Sun, Dec 23, 2012 at 5:52 PM, Marek Laane wrote: > > > > > > 2012/12/23 Konstantinos Smanis > >> > >> On Sun, Dec 23, 2012 at 3:47 PM, Marek Laane wrote: > >> > > >> > 2012/12/23 Konstantinos Smanis > >> >> > >> >> Git commit b334e7877058d4602a13e630a3014eba03263518 by Konstantinos > >> >> Smanis. > >> >> Committed on 23/12/2012 at 14:25. > >> >> Pushed by ksmanis into branch 'master'. > >> >> > >> >> Clarify ambiguous string. > >> >> > >> >> Small context clarification. > >> >> > >> >> M +3 -3 src/kcm_grub2.cpp > >> >> > >> >> > >> >> > http://commits.kde.org/kcm-grub2/b334e7877058d4602a13e630a3014eba03263518 > >> >> > >> >> diff --git a/src/kcm_grub2.cpp b/src/kcm_grub2.cpp > >> >> index 223fb2b..ca8b2f1 100644 > >> >> --- a/src/kcm_grub2.cpp > >> >> +++ b/src/kcm_grub2.cpp > >> >> @@ -790,19 +790,19 @@ void KCMGRUB2::setupObjects() > >> >> ui.kpushbutton_terminalSuggestions->setMenu(new > >> >> KMenu(ui.kpushbutton_terminalSuggestions)); > >> >> > >> >> > >> >> > ui.kpushbutton_terminalSuggestions->menu()->addAction(i18nc("@action:inmenu", > >> >> "PC BIOS && EFI Console"))->setData("console"); > >> >> > >> >> > >> >> > ui.kpushbutton_terminalSuggestions->menu()->addAction(i18nc("@action:inmenu", > >> >> "Serial Terminal"))->setData("serial"); > >> >> - > >> >> > >> >> > ui.kpushbutton_terminalSuggestions->menu()->addAction(i18nc("@action:inmenu", > >> >> "Open Firmware Console"))->setData("ofconsole"); > >> >> + > >> >> > >> >> > ui.kpushbutton_terminalSuggestions->menu()->addAction(i18nc("@action:inmenu > >> >> 'Open' is an adjective, not a verb.", "Open Firmware > >> >> Console"))->setData("ofconsole"); > >> >> > >> >> > >> >> > ui.kpushbutton_terminalInputSuggestions->setIcon(KIcon("tools-wizard")); > >> >> ui.kpushbutton_terminalInputSuggestions->setMenu(new > >> >> KMenu(ui.kpushbutton_terminalInputSuggestions)); > >> >> > >> >> > >> >> > ui.kpushbutton_terminalInputSuggestions->menu()->addAction(i18nc("@action:inmenu", > >> >> "PC BIOS && EFI Console"))->setData("console"); > >> >> > >> >> > >> >> > ui.kpushbutton_terminalInputSuggestions->menu()->addAction(i18nc("@action:inmenu", > >> >> "Serial Terminal"))->setData("serial"); > >> >> - > >> >> > >> >> > ui.kpushbutton_terminalInputSuggestions->menu()->addAction(i18nc("@action:inmenu", > >> >> "Open Firmware Console"))->setData("ofconsole"); > >> >> + > >> >> > >> >> > ui.kpushbutton_terminalInputSuggestions->menu()->addAction(i18nc("@action:inmenu > >> >> 'Open' is an adjective, not a verb.", "Open Firmware > >> >> Console"))->setData("ofconsole"); > >> >> > >> >> > >> >> > ui.kpushbutton_terminalInputSuggestions->menu()->addAction(i18nc("@action:inmenu", > >> >> "PC AT Keyboard (Coreboot)"))->setData("at_keyboard"); > >> >> > >> >> > >> >> > ui.kpushbutton_terminalInputSuggestions->menu()->addAction(i18nc("@action:inmenu", > >> >> "USB Keyboard (HID Boot Protocol)"))->setData("usb_keyboard"); > >> >> > >> >> > >> >> > ui.kpushbutton_terminalOutputSuggestions->setIcon(KIcon("tools-wizard")); > >> >> ui.kpushbutton_terminalOutputSuggestions->setMenu(new > >> >> KMenu(ui.kpushbutton_terminalOutputSuggestions)); > >> >> > >> >> > >> >> > ui.kpushbutton_terminalOutputSuggestions->menu()->addAction(i18nc("@action:inmenu", > >> >> "PC BIOS && EFI Console"))->setData("console"); > >> >> > >> >> > >> >> > ui.kpushbutton_terminalOutputSuggestions->menu()->addAction(i18nc("@action:inmenu", > >> >> "Serial Terminal"))->setData("serial"); > >> >> - > >> >> > >> >> > ui.kpushbutton_terminalOutputSuggestions->menu()->addAction(i18nc("@action:inmenu", > >> >> "Open Firmware Console"))->setData("ofconsole"); > >> >> + > >> >> > >> >> > ui.kpushbutton_terminalOutputSuggestions->menu()->addAction(i18nc("@action:inmenu > >> >> 'Open' is an adjective, not a verb.", "Open Firmware > >> >> Console"))->setData("ofconsole"); > >> >> > >> >> > >> >> > ui.kpushbutton_terminalOutputSuggestions->menu()->addAction(i18nc("@action:inmenu", > >> >> "Graphics Mode Output"))->setData("gfxterm"); > >> >> > >> >> > >> >> > ui.kpushbutton_terminalOutputSuggestions->menu()->addAction(i18nc("@action:inmenu", > >> >> "VGA Text Output (Coreboot)"))->setData("vga_text"); > >> >> } > >> > > >> > > >> > Is ir right? Isn't "Open Firmware", well, the name? > >> > >> Sure, what's your point? That it shouldn't be translated? > >> > >> I just made it clear that this menu item won't open any console. > >> > >> -- > >> Konstantinos Smanis > > > > > > That exactly was my point - from the comment one may read out that it is > > just an "open firmware", not the "Open Firmware" (or OpenBoot, if to use > its > > second name). It may depend of language but I guess in most languages > names, > > as "Open Firmware" IMHO is, are as a rule not translated. > > I further clarified it [1], now it's up to the translation teams. > > Thank you for your input! > > [1] > http://commits.kde.org/kcm-grub2/52a01c66a71da9895d99252a9a705ad5ca3cedb2 > > -- > Konstantinos Smanis > Thank you! Now it's so fine I don't have anything more to say about :-) --e89a8ff1c3aeca1cd904d187447c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

2012/12/23 Konsta= ntinos Smanis <konstantinos.smanis@gmail.com>
On Sun, Dec 23, 2012 at 5:52 PM, Ma= rek Laane <bald@smail.ee> wrote:=
>
>
> 2012/12/23 Konstantinos Smanis <konstantinos.smanis@gmail.com>
>>
>> On Sun, Dec 23, 2012 at 3:47 PM, Marek Laane <bald@smail.ee> wrote:
>> >
>> > 2012/12/23 Konstantinos Smanis <konstantinos.smanis@gmail.com>
>> >>
>> >> Git commit b334e7877058d4602a13e630a3014eba03263518 by Ko= nstantinos
>> >> Smanis.
>> >> Committed on 23/12/2012 at 14:25.
>> >> Pushed by ksmanis into branch 'master'.
>> >>
>> >> Clarify ambiguous string.
>> >>
>> >> Small context clarification.
>> >>
>> >> M =A0+3 =A0 =A0-3 =A0 =A0src/kcm_grub2.cpp
>> >>
>> >>
>> >> http://commits.kde.org/kcm-g= rub2/b334e7877058d4602a13e630a3014eba03263518
>> >>
>> >> diff --git a/src/kcm_grub2.cpp b/src/kcm_grub2.cpp
>> >> index 223fb2b..ca8b2f1 100644
>> >> --- a/src/kcm_grub2.cpp
>> >> +++ b/src/kcm_grub2.cpp
>> >> @@ -790,19 +790,19 @@ void KCMGRUB2::setupObjects()
>> >> =A0 =A0 =A0ui.kpushbutton_terminalSuggestions->setMenu= (new
>> >> KMenu(ui.kpushbutton_terminalSuggestions));
>> >>
>> >>
>> >> ui.kpushbutton_terminalSuggestions->menu()->addActi= on(i18nc("@action:inmenu",
>> >> "PC BIOS && EFI Console"))->setData(= "console");
>> >>
>> >>
>> >> ui.kpushbutton_terminalSuggestions->menu()->addActi= on(i18nc("@action:inmenu",
>> >> "Serial Terminal"))->setData("serial&qu= ot;);
>> >> -
>> >>
>> >> ui.kpushbutton_terminalSuggestions->menu()->addActi= on(i18nc("@action:inmenu",
>> >> "Open Firmware Console"))->setData("ofc= onsole");
>> >> +
>> >>
>> >> ui.kpushbutton_terminalSuggestions->menu()->addActi= on(i18nc("@action:inmenu
>> >> 'Open' is an adjective, not a verb.", "= Open Firmware
>> >> Console"))->setData("ofconsole");
>> >>
>> >>
>> >> ui.kpushbutton_terminalInputSuggestions->setIcon(KIcon= ("tools-wizard"));
>> >> =A0 =A0 =A0ui.kpushbutton_terminalInputSuggestions->se= tMenu(new
>> >> KMenu(ui.kpushbutton_terminalInputSuggestions));
>> >>
>> >>
>> >> ui.kpushbutton_terminalInputSuggestions->menu()->ad= dAction(i18nc("@action:inmenu",
>> >> "PC BIOS && EFI Console"))->setData(= "console");
>> >>
>> >>
>> >> ui.kpushbutton_terminalInputSuggestions->menu()->ad= dAction(i18nc("@action:inmenu",
>> >> "Serial Terminal"))->setData("serial&qu= ot;);
>> >> -
>> >>
>> >> ui.kpushbutton_terminalInputSuggestions->menu()->ad= dAction(i18nc("@action:inmenu",
>> >> "Open Firmware Console"))->setData("ofc= onsole");
>> >> +
>> >>
>> >> ui.kpushbutton_terminalInputSuggestions->menu()->ad= dAction(i18nc("@action:inmenu
>> >> 'Open' is an adjective, not a verb.", "= Open Firmware
>> >> Console"))->setData("ofconsole");
>> >>
>> >>
>> >> ui.kpushbutton_terminalInputSuggestions->menu()->ad= dAction(i18nc("@action:inmenu",
>> >> "PC AT Keyboard (Coreboot)"))->setData("= ;at_keyboard");
>> >>
>> >>
>> >> ui.kpushbutton_terminalInputSuggestions->menu()->ad= dAction(i18nc("@action:inmenu",
>> >> "USB Keyboard (HID Boot Protocol)"))->setDat= a("usb_keyboard");
>> >>
>> >>
>> >> ui.kpushbutton_terminalOutputSuggestions->setIcon(KIco= n("tools-wizard"));
>> >> =A0 =A0 =A0ui.kpushbutton_terminalOutputSuggestions->s= etMenu(new
>> >> KMenu(ui.kpushbutton_terminalOutputSuggestions));
>> >>
>> >>
>> >> ui.kpushbutton_terminalOutputSuggestions->menu()->a= ddAction(i18nc("@action:inmenu",
>> >> "PC BIOS && EFI Console"))->setData(= "console");
>> >>
>> >>
>> >> ui.kpushbutton_terminalOutputSuggestions->menu()->a= ddAction(i18nc("@action:inmenu",
>> >> "Serial Terminal"))->setData("serial&qu= ot;);
>> >> -
>> >>
>> >> ui.kpushbutton_terminalOutputSuggestions->menu()->a= ddAction(i18nc("@action:inmenu",
>> >> "Open Firmware Console"))->setData("ofc= onsole");
>> >> +
>> >>
>> >> ui.kpushbutton_terminalOutputSuggestions->menu()->a= ddAction(i18nc("@action:inmenu
>> >> 'Open' is an adjective, not a verb.", "= Open Firmware
>> >> Console"))->setData("ofconsole");
>> >>
>> >>
>> >> ui.kpushbutton_terminalOutputSuggestions->menu()->a= ddAction(i18nc("@action:inmenu",
>> >> "Graphics Mode Output"))->setData("gfxt= erm");
>> >>
>> >>
>> >> ui.kpushbutton_terminalOutputSuggestions->menu()->a= ddAction(i18nc("@action:inmenu",
>> >> "VGA Text Output (Coreboot)"))->setData(&quo= t;vga_text");
>> >> =A0}
>> >
>> >
>> > Is ir right? Isn't "Open Firmware", well, the n= ame?
>>
>> Sure, what's your point? That it shouldn't be translated?<= br> >>
>> I just made it clear that this menu item won't open any consol= e.
>>
>> --
>> Konstantinos Smanis
>
>
> That exactly was my point - from the comment one may read out that it = is
> just an "open firmware", not the "Open Firmware" (= or OpenBoot, if to use its
> second name). It may depend of language but I guess in most languages = names,
> as "Open Firmware" IMHO is, are as a rule not translated.
I further clarified it [1], now it's up to the translation = teams.

Thank you for your input!

[1] http://commits.kde.org/kcm-grub2/52a01c66a= 71da9895d99252a9a705ad5ca3cedb2

--
Konstantinos Smanis

Thank= you! Now it's so fine I don't have anything more to say about :-)<= /div>

--e89a8ff1c3aeca1cd904d187447c--