reactos/base/applications/rapps/lang/hu-HU.rc

276 lines
11 KiB
Plaintext
Raw Normal View History

/*
* PROJECT: ReactOS Applications Manager
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
* PURPOSE: Hungarian resource file
* TRANSLATOR: Copyright 2021 Tibor Lajos Füzi <tibor.fuzi@gmail.com>
*/
LANGUAGE LANG_HUNGARIAN, SUBLANG_NEUTRAL
IDR_MAINMENU MENU
BEGIN
POPUP "&Fájl"
BEGIN
MENUITEM "&Beállítások", ID_SETTINGS
MENUITEM SEPARATOR
MENUITEM "&Kilépés", ID_EXIT
END
POPUP "&Programok"
BEGIN
[RAPPS] *.rc: Fix accel collisions, improve accel consistency to en-US (#7072) * improve some accels in consistency to en-US (we are free to change them in rapps to our hearts desire, because there is no MS rapps), in general: where nothing speaks against use &B for ID_RESETDB, because &t looks poor with Tahoma where nothing speaks against use &E for ID_REGREMOVE (because &R is often used for &Refresh and tends to collide) where nothing speaks against use &R for ID_REFRESH where nothing speaks against use &I for ID_INSTALL where nothing speaks against use &U for ID_UNINSTALL where nothing speaks against use &M for ID_MODIFY * Fix some accelerator collisions: * en-US.rc: fix an accelerator collision between "&Refresh" and "&Remove from Registry" in 2 menus * et-EE.rc: Fix accel collision between "&Desinstalli" and ""Uuenda an&dmebaasi" * hu-HU.rc: Fix an existing accel collision between "&Telepítés" and "Ada&tbázis frissítése", by using the english accelerator for the ID_INSTALL for best consistency * pl-PL.rc: Fix an accel collision between "&Plik" and "&Programmi", stick with the english accels for uninstall and "remove from registry" for consistency. * pt-BR.rc: Fix an accel collision between "A&tualizar" and "Update Da&tabase", stick with the english accel also for "R&emover do Registro" for consistency. * pt-PT.rc: Fix an inconsistency between "&Instalar" and "I&nstalar" between 2 menus, which is not only unintuitive, but also will hurt string pooling. Other changes are for consistency to en-US. * ru-RU.rc: Reduce inconsistency between the 2 ID_INSTALL in 2 different menus, this will help string-pooling. It will also avoid defining "&Установить" next to "&Удалить" in the same dlg, although that might not be necessarily a collision here, as I am not sure whether Install/Uninstall is even both displayed as activated at the same time. Still better like that. * sv-SE.rc: Fix accel collision between "&Ta bort från Registret" and "Update Da&tabase", the rest is for improving consistency to en-US * tr-TR.rc: Fix inconsistency in the accels between "Uyg&ulama" and "Uy&gulama", as that will hurt string-pooling. Use "Uygulama Veri &Tabanını Yenile\tCtrl+F5" for both menus instead. That's the english accel also. * uk-UA.rc: Fix accel inconsistency between the 2 menus for ID_UNINSTALL. This will help with string-pooling. * uk-UA.rc: Use "Вида&лити з реєстру" in both menus for ID_REGREMOVE, because that will help with string pooling and improves user experience * ja-JP.rc: Fix accel collision between "レジストリから削除(&R)" ID_REGREMOVE and "更新(&R)" ID_REFRESH in both menus, also this syncs the accels to en-US. Also add an accel for ID_ABOUT, just because I am friendly. * A bunch of accel-changes for the sole purpose of matching en-US more closely. Those are only really important for the 3 chinese languages which always aim to follow en-US accels to the point, and for zh-TW that stuff was unintentionally offsync also between their 2 ID_RESETDB in the different menus. For all other languages this is just a nice addition for consistency to en-US. But no absolute must-have. * The small &t within "Da&tabase" renders poorly in Tahoma because it is a very small-in-x-letter. By using &b in majority of languages, same as ru-RU and pt-BR.rc did already, we can make that look much better. I checked that this will not cause any new collisions. * fr-FR.rc: Hermes' feedback: A french extrawurst for ID_REGREMOVE doesn't hurt me at all. * de-DE.rc: Avoid accels of the kind &Ä &Ö &Ü. They are not wrong strictly speaking, but they are suboptimal. * Strip some comments from sk-SK * Strip some whitespace from ja-JP
2024-07-06 21:40:03 +00:00
MENUITEM "Telep&ítés\tCtrl+Enter", ID_INSTALL
MENUITEM "Eltá&volítás\tCtrl+Del", ID_UNINSTALL
MENUITEM "&Módosítás", ID_MODIFY
MENUITEM SEPARATOR
[RAPPS] *.rc: Fix accel collisions, improve accel consistency to en-US (#7072) * improve some accels in consistency to en-US (we are free to change them in rapps to our hearts desire, because there is no MS rapps), in general: where nothing speaks against use &B for ID_RESETDB, because &t looks poor with Tahoma where nothing speaks against use &E for ID_REGREMOVE (because &R is often used for &Refresh and tends to collide) where nothing speaks against use &R for ID_REFRESH where nothing speaks against use &I for ID_INSTALL where nothing speaks against use &U for ID_UNINSTALL where nothing speaks against use &M for ID_MODIFY * Fix some accelerator collisions: * en-US.rc: fix an accelerator collision between "&Refresh" and "&Remove from Registry" in 2 menus * et-EE.rc: Fix accel collision between "&Desinstalli" and ""Uuenda an&dmebaasi" * hu-HU.rc: Fix an existing accel collision between "&Telepítés" and "Ada&tbázis frissítése", by using the english accelerator for the ID_INSTALL for best consistency * pl-PL.rc: Fix an accel collision between "&Plik" and "&Programmi", stick with the english accels for uninstall and "remove from registry" for consistency. * pt-BR.rc: Fix an accel collision between "A&tualizar" and "Update Da&tabase", stick with the english accel also for "R&emover do Registro" for consistency. * pt-PT.rc: Fix an inconsistency between "&Instalar" and "I&nstalar" between 2 menus, which is not only unintuitive, but also will hurt string pooling. Other changes are for consistency to en-US. * ru-RU.rc: Reduce inconsistency between the 2 ID_INSTALL in 2 different menus, this will help string-pooling. It will also avoid defining "&Установить" next to "&Удалить" in the same dlg, although that might not be necessarily a collision here, as I am not sure whether Install/Uninstall is even both displayed as activated at the same time. Still better like that. * sv-SE.rc: Fix accel collision between "&Ta bort från Registret" and "Update Da&tabase", the rest is for improving consistency to en-US * tr-TR.rc: Fix inconsistency in the accels between "Uyg&ulama" and "Uy&gulama", as that will hurt string-pooling. Use "Uygulama Veri &Tabanını Yenile\tCtrl+F5" for both menus instead. That's the english accel also. * uk-UA.rc: Fix accel inconsistency between the 2 menus for ID_UNINSTALL. This will help with string-pooling. * uk-UA.rc: Use "Вида&лити з реєстру" in both menus for ID_REGREMOVE, because that will help with string pooling and improves user experience * ja-JP.rc: Fix accel collision between "レジストリから削除(&R)" ID_REGREMOVE and "更新(&R)" ID_REFRESH in both menus, also this syncs the accels to en-US. Also add an accel for ID_ABOUT, just because I am friendly. * A bunch of accel-changes for the sole purpose of matching en-US more closely. Those are only really important for the 3 chinese languages which always aim to follow en-US accels to the point, and for zh-TW that stuff was unintentionally offsync also between their 2 ID_RESETDB in the different menus. For all other languages this is just a nice addition for consistency to en-US. But no absolute must-have. * The small &t within "Da&tabase" renders poorly in Tahoma because it is a very small-in-x-letter. By using &b in majority of languages, same as ru-RU and pt-BR.rc did already, we can make that look much better. I checked that this will not cause any new collisions. * fr-FR.rc: Hermes' feedback: A french extrawurst for ID_REGREMOVE doesn't hurt me at all. * de-DE.rc: Avoid accels of the kind &Ä &Ö &Ü. They are not wrong strictly speaking, but they are suboptimal. * Strip some comments from sk-SK * Strip some whitespace from ja-JP
2024-07-06 21:40:03 +00:00
MENUITEM "&Eltávolítás a registryből", ID_REGREMOVE
MENUITEM SEPARATOR
[RAPPS] *.rc: Fix accel collisions, improve accel consistency to en-US (#7072) * improve some accels in consistency to en-US (we are free to change them in rapps to our hearts desire, because there is no MS rapps), in general: where nothing speaks against use &B for ID_RESETDB, because &t looks poor with Tahoma where nothing speaks against use &E for ID_REGREMOVE (because &R is often used for &Refresh and tends to collide) where nothing speaks against use &R for ID_REFRESH where nothing speaks against use &I for ID_INSTALL where nothing speaks against use &U for ID_UNINSTALL where nothing speaks against use &M for ID_MODIFY * Fix some accelerator collisions: * en-US.rc: fix an accelerator collision between "&Refresh" and "&Remove from Registry" in 2 menus * et-EE.rc: Fix accel collision between "&Desinstalli" and ""Uuenda an&dmebaasi" * hu-HU.rc: Fix an existing accel collision between "&Telepítés" and "Ada&tbázis frissítése", by using the english accelerator for the ID_INSTALL for best consistency * pl-PL.rc: Fix an accel collision between "&Plik" and "&Programmi", stick with the english accels for uninstall and "remove from registry" for consistency. * pt-BR.rc: Fix an accel collision between "A&tualizar" and "Update Da&tabase", stick with the english accel also for "R&emover do Registro" for consistency. * pt-PT.rc: Fix an inconsistency between "&Instalar" and "I&nstalar" between 2 menus, which is not only unintuitive, but also will hurt string pooling. Other changes are for consistency to en-US. * ru-RU.rc: Reduce inconsistency between the 2 ID_INSTALL in 2 different menus, this will help string-pooling. It will also avoid defining "&Установить" next to "&Удалить" in the same dlg, although that might not be necessarily a collision here, as I am not sure whether Install/Uninstall is even both displayed as activated at the same time. Still better like that. * sv-SE.rc: Fix accel collision between "&Ta bort från Registret" and "Update Da&tabase", the rest is for improving consistency to en-US * tr-TR.rc: Fix inconsistency in the accels between "Uyg&ulama" and "Uy&gulama", as that will hurt string-pooling. Use "Uygulama Veri &Tabanını Yenile\tCtrl+F5" for both menus instead. That's the english accel also. * uk-UA.rc: Fix accel inconsistency between the 2 menus for ID_UNINSTALL. This will help with string-pooling. * uk-UA.rc: Use "Вида&лити з реєстру" in both menus for ID_REGREMOVE, because that will help with string pooling and improves user experience * ja-JP.rc: Fix accel collision between "レジストリから削除(&R)" ID_REGREMOVE and "更新(&R)" ID_REFRESH in both menus, also this syncs the accels to en-US. Also add an accel for ID_ABOUT, just because I am friendly. * A bunch of accel-changes for the sole purpose of matching en-US more closely. Those are only really important for the 3 chinese languages which always aim to follow en-US accels to the point, and for zh-TW that stuff was unintentionally offsync also between their 2 ID_RESETDB in the different menus. For all other languages this is just a nice addition for consistency to en-US. But no absolute must-have. * The small &t within "Da&tabase" renders poorly in Tahoma because it is a very small-in-x-letter. By using &b in majority of languages, same as ru-RU and pt-BR.rc did already, we can make that look much better. I checked that this will not cause any new collisions. * fr-FR.rc: Hermes' feedback: A french extrawurst for ID_REGREMOVE doesn't hurt me at all. * de-DE.rc: Avoid accels of the kind &Ä &Ö &Ü. They are not wrong strictly speaking, but they are suboptimal. * Strip some comments from sk-SK * Strip some whitespace from ja-JP
2024-07-06 21:40:03 +00:00
MENUITEM "F&rissítés\tF5", ID_REFRESH
MENUITEM SEPARATOR
[RAPPS] *.rc: Fix accel collisions, improve accel consistency to en-US (#7072) * improve some accels in consistency to en-US (we are free to change them in rapps to our hearts desire, because there is no MS rapps), in general: where nothing speaks against use &B for ID_RESETDB, because &t looks poor with Tahoma where nothing speaks against use &E for ID_REGREMOVE (because &R is often used for &Refresh and tends to collide) where nothing speaks against use &R for ID_REFRESH where nothing speaks against use &I for ID_INSTALL where nothing speaks against use &U for ID_UNINSTALL where nothing speaks against use &M for ID_MODIFY * Fix some accelerator collisions: * en-US.rc: fix an accelerator collision between "&Refresh" and "&Remove from Registry" in 2 menus * et-EE.rc: Fix accel collision between "&Desinstalli" and ""Uuenda an&dmebaasi" * hu-HU.rc: Fix an existing accel collision between "&Telepítés" and "Ada&tbázis frissítése", by using the english accelerator for the ID_INSTALL for best consistency * pl-PL.rc: Fix an accel collision between "&Plik" and "&Programmi", stick with the english accels for uninstall and "remove from registry" for consistency. * pt-BR.rc: Fix an accel collision between "A&tualizar" and "Update Da&tabase", stick with the english accel also for "R&emover do Registro" for consistency. * pt-PT.rc: Fix an inconsistency between "&Instalar" and "I&nstalar" between 2 menus, which is not only unintuitive, but also will hurt string pooling. Other changes are for consistency to en-US. * ru-RU.rc: Reduce inconsistency between the 2 ID_INSTALL in 2 different menus, this will help string-pooling. It will also avoid defining "&Установить" next to "&Удалить" in the same dlg, although that might not be necessarily a collision here, as I am not sure whether Install/Uninstall is even both displayed as activated at the same time. Still better like that. * sv-SE.rc: Fix accel collision between "&Ta bort från Registret" and "Update Da&tabase", the rest is for improving consistency to en-US * tr-TR.rc: Fix inconsistency in the accels between "Uyg&ulama" and "Uy&gulama", as that will hurt string-pooling. Use "Uygulama Veri &Tabanını Yenile\tCtrl+F5" for both menus instead. That's the english accel also. * uk-UA.rc: Fix accel inconsistency between the 2 menus for ID_UNINSTALL. This will help with string-pooling. * uk-UA.rc: Use "Вида&лити з реєстру" in both menus for ID_REGREMOVE, because that will help with string pooling and improves user experience * ja-JP.rc: Fix accel collision between "レジストリから削除(&R)" ID_REGREMOVE and "更新(&R)" ID_REFRESH in both menus, also this syncs the accels to en-US. Also add an accel for ID_ABOUT, just because I am friendly. * A bunch of accel-changes for the sole purpose of matching en-US more closely. Those are only really important for the 3 chinese languages which always aim to follow en-US accels to the point, and for zh-TW that stuff was unintentionally offsync also between their 2 ID_RESETDB in the different menus. For all other languages this is just a nice addition for consistency to en-US. But no absolute must-have. * The small &t within "Da&tabase" renders poorly in Tahoma because it is a very small-in-x-letter. By using &b in majority of languages, same as ru-RU and pt-BR.rc did already, we can make that look much better. I checked that this will not cause any new collisions. * fr-FR.rc: Hermes' feedback: A french extrawurst for ID_REGREMOVE doesn't hurt me at all. * de-DE.rc: Avoid accels of the kind &Ä &Ö &Ü. They are not wrong strictly speaking, but they are suboptimal. * Strip some comments from sk-SK * Strip some whitespace from ja-JP
2024-07-06 21:40:03 +00:00
MENUITEM "Adat&bázis frissítése\tCtrl+F5", ID_RESETDB
END
POPUP "Súgó"
BEGIN
MENUITEM "Súgó\tF1", ID_HELP, GRAYED
MENUITEM "&Névjegy", ID_ABOUT
END
END
IDR_LINKMENU MENU
BEGIN
POPUP ""
BEGIN
MENUITEM "Hivatkozás &megnyitása böngészőben", ID_OPEN_LINK
MENUITEM "Hivatkozás másolása a &vágólapra", ID_COPY_LINK
END
END
IDR_APPLICATIONMENU MENU
BEGIN
POPUP ""
BEGIN
[RAPPS] *.rc: Fix accel collisions, improve accel consistency to en-US (#7072) * improve some accels in consistency to en-US (we are free to change them in rapps to our hearts desire, because there is no MS rapps), in general: where nothing speaks against use &B for ID_RESETDB, because &t looks poor with Tahoma where nothing speaks against use &E for ID_REGREMOVE (because &R is often used for &Refresh and tends to collide) where nothing speaks against use &R for ID_REFRESH where nothing speaks against use &I for ID_INSTALL where nothing speaks against use &U for ID_UNINSTALL where nothing speaks against use &M for ID_MODIFY * Fix some accelerator collisions: * en-US.rc: fix an accelerator collision between "&Refresh" and "&Remove from Registry" in 2 menus * et-EE.rc: Fix accel collision between "&Desinstalli" and ""Uuenda an&dmebaasi" * hu-HU.rc: Fix an existing accel collision between "&Telepítés" and "Ada&tbázis frissítése", by using the english accelerator for the ID_INSTALL for best consistency * pl-PL.rc: Fix an accel collision between "&Plik" and "&Programmi", stick with the english accels for uninstall and "remove from registry" for consistency. * pt-BR.rc: Fix an accel collision between "A&tualizar" and "Update Da&tabase", stick with the english accel also for "R&emover do Registro" for consistency. * pt-PT.rc: Fix an inconsistency between "&Instalar" and "I&nstalar" between 2 menus, which is not only unintuitive, but also will hurt string pooling. Other changes are for consistency to en-US. * ru-RU.rc: Reduce inconsistency between the 2 ID_INSTALL in 2 different menus, this will help string-pooling. It will also avoid defining "&Установить" next to "&Удалить" in the same dlg, although that might not be necessarily a collision here, as I am not sure whether Install/Uninstall is even both displayed as activated at the same time. Still better like that. * sv-SE.rc: Fix accel collision between "&Ta bort från Registret" and "Update Da&tabase", the rest is for improving consistency to en-US * tr-TR.rc: Fix inconsistency in the accels between "Uyg&ulama" and "Uy&gulama", as that will hurt string-pooling. Use "Uygulama Veri &Tabanını Yenile\tCtrl+F5" for both menus instead. That's the english accel also. * uk-UA.rc: Fix accel inconsistency between the 2 menus for ID_UNINSTALL. This will help with string-pooling. * uk-UA.rc: Use "Вида&лити з реєстру" in both menus for ID_REGREMOVE, because that will help with string pooling and improves user experience * ja-JP.rc: Fix accel collision between "レジストリから削除(&R)" ID_REGREMOVE and "更新(&R)" ID_REFRESH in both menus, also this syncs the accels to en-US. Also add an accel for ID_ABOUT, just because I am friendly. * A bunch of accel-changes for the sole purpose of matching en-US more closely. Those are only really important for the 3 chinese languages which always aim to follow en-US accels to the point, and for zh-TW that stuff was unintentionally offsync also between their 2 ID_RESETDB in the different menus. For all other languages this is just a nice addition for consistency to en-US. But no absolute must-have. * The small &t within "Da&tabase" renders poorly in Tahoma because it is a very small-in-x-letter. By using &b in majority of languages, same as ru-RU and pt-BR.rc did already, we can make that look much better. I checked that this will not cause any new collisions. * fr-FR.rc: Hermes' feedback: A french extrawurst for ID_REGREMOVE doesn't hurt me at all. * de-DE.rc: Avoid accels of the kind &Ä &Ö &Ü. They are not wrong strictly speaking, but they are suboptimal. * Strip some comments from sk-SK * Strip some whitespace from ja-JP
2024-07-06 21:40:03 +00:00
MENUITEM "Telep&ítés\tCtrl+Enter", ID_INSTALL
MENUITEM "Eltá&volítás\tCtrl+Del", ID_UNINSTALL
MENUITEM "&Módosítás", ID_MODIFY
MENUITEM SEPARATOR
[RAPPS] *.rc: Fix accel collisions, improve accel consistency to en-US (#7072) * improve some accels in consistency to en-US (we are free to change them in rapps to our hearts desire, because there is no MS rapps), in general: where nothing speaks against use &B for ID_RESETDB, because &t looks poor with Tahoma where nothing speaks against use &E for ID_REGREMOVE (because &R is often used for &Refresh and tends to collide) where nothing speaks against use &R for ID_REFRESH where nothing speaks against use &I for ID_INSTALL where nothing speaks against use &U for ID_UNINSTALL where nothing speaks against use &M for ID_MODIFY * Fix some accelerator collisions: * en-US.rc: fix an accelerator collision between "&Refresh" and "&Remove from Registry" in 2 menus * et-EE.rc: Fix accel collision between "&Desinstalli" and ""Uuenda an&dmebaasi" * hu-HU.rc: Fix an existing accel collision between "&Telepítés" and "Ada&tbázis frissítése", by using the english accelerator for the ID_INSTALL for best consistency * pl-PL.rc: Fix an accel collision between "&Plik" and "&Programmi", stick with the english accels for uninstall and "remove from registry" for consistency. * pt-BR.rc: Fix an accel collision between "A&tualizar" and "Update Da&tabase", stick with the english accel also for "R&emover do Registro" for consistency. * pt-PT.rc: Fix an inconsistency between "&Instalar" and "I&nstalar" between 2 menus, which is not only unintuitive, but also will hurt string pooling. Other changes are for consistency to en-US. * ru-RU.rc: Reduce inconsistency between the 2 ID_INSTALL in 2 different menus, this will help string-pooling. It will also avoid defining "&Установить" next to "&Удалить" in the same dlg, although that might not be necessarily a collision here, as I am not sure whether Install/Uninstall is even both displayed as activated at the same time. Still better like that. * sv-SE.rc: Fix accel collision between "&Ta bort från Registret" and "Update Da&tabase", the rest is for improving consistency to en-US * tr-TR.rc: Fix inconsistency in the accels between "Uyg&ulama" and "Uy&gulama", as that will hurt string-pooling. Use "Uygulama Veri &Tabanını Yenile\tCtrl+F5" for both menus instead. That's the english accel also. * uk-UA.rc: Fix accel inconsistency between the 2 menus for ID_UNINSTALL. This will help with string-pooling. * uk-UA.rc: Use "Вида&лити з реєстру" in both menus for ID_REGREMOVE, because that will help with string pooling and improves user experience * ja-JP.rc: Fix accel collision between "レジストリから削除(&R)" ID_REGREMOVE and "更新(&R)" ID_REFRESH in both menus, also this syncs the accels to en-US. Also add an accel for ID_ABOUT, just because I am friendly. * A bunch of accel-changes for the sole purpose of matching en-US more closely. Those are only really important for the 3 chinese languages which always aim to follow en-US accels to the point, and for zh-TW that stuff was unintentionally offsync also between their 2 ID_RESETDB in the different menus. For all other languages this is just a nice addition for consistency to en-US. But no absolute must-have. * The small &t within "Da&tabase" renders poorly in Tahoma because it is a very small-in-x-letter. By using &b in majority of languages, same as ru-RU and pt-BR.rc did already, we can make that look much better. I checked that this will not cause any new collisions. * fr-FR.rc: Hermes' feedback: A french extrawurst for ID_REGREMOVE doesn't hurt me at all. * de-DE.rc: Avoid accels of the kind &Ä &Ö &Ü. They are not wrong strictly speaking, but they are suboptimal. * Strip some comments from sk-SK * Strip some whitespace from ja-JP
2024-07-06 21:40:03 +00:00
MENUITEM "&Eltávolítás a registryből", ID_REGREMOVE
MENUITEM SEPARATOR
[RAPPS] *.rc: Fix accel collisions, improve accel consistency to en-US (#7072) * improve some accels in consistency to en-US (we are free to change them in rapps to our hearts desire, because there is no MS rapps), in general: where nothing speaks against use &B for ID_RESETDB, because &t looks poor with Tahoma where nothing speaks against use &E for ID_REGREMOVE (because &R is often used for &Refresh and tends to collide) where nothing speaks against use &R for ID_REFRESH where nothing speaks against use &I for ID_INSTALL where nothing speaks against use &U for ID_UNINSTALL where nothing speaks against use &M for ID_MODIFY * Fix some accelerator collisions: * en-US.rc: fix an accelerator collision between "&Refresh" and "&Remove from Registry" in 2 menus * et-EE.rc: Fix accel collision between "&Desinstalli" and ""Uuenda an&dmebaasi" * hu-HU.rc: Fix an existing accel collision between "&Telepítés" and "Ada&tbázis frissítése", by using the english accelerator for the ID_INSTALL for best consistency * pl-PL.rc: Fix an accel collision between "&Plik" and "&Programmi", stick with the english accels for uninstall and "remove from registry" for consistency. * pt-BR.rc: Fix an accel collision between "A&tualizar" and "Update Da&tabase", stick with the english accel also for "R&emover do Registro" for consistency. * pt-PT.rc: Fix an inconsistency between "&Instalar" and "I&nstalar" between 2 menus, which is not only unintuitive, but also will hurt string pooling. Other changes are for consistency to en-US. * ru-RU.rc: Reduce inconsistency between the 2 ID_INSTALL in 2 different menus, this will help string-pooling. It will also avoid defining "&Установить" next to "&Удалить" in the same dlg, although that might not be necessarily a collision here, as I am not sure whether Install/Uninstall is even both displayed as activated at the same time. Still better like that. * sv-SE.rc: Fix accel collision between "&Ta bort från Registret" and "Update Da&tabase", the rest is for improving consistency to en-US * tr-TR.rc: Fix inconsistency in the accels between "Uyg&ulama" and "Uy&gulama", as that will hurt string-pooling. Use "Uygulama Veri &Tabanını Yenile\tCtrl+F5" for both menus instead. That's the english accel also. * uk-UA.rc: Fix accel inconsistency between the 2 menus for ID_UNINSTALL. This will help with string-pooling. * uk-UA.rc: Use "Вида&лити з реєстру" in both menus for ID_REGREMOVE, because that will help with string pooling and improves user experience * ja-JP.rc: Fix accel collision between "レジストリから削除(&R)" ID_REGREMOVE and "更新(&R)" ID_REFRESH in both menus, also this syncs the accels to en-US. Also add an accel for ID_ABOUT, just because I am friendly. * A bunch of accel-changes for the sole purpose of matching en-US more closely. Those are only really important for the 3 chinese languages which always aim to follow en-US accels to the point, and for zh-TW that stuff was unintentionally offsync also between their 2 ID_RESETDB in the different menus. For all other languages this is just a nice addition for consistency to en-US. But no absolute must-have. * The small &t within "Da&tabase" renders poorly in Tahoma because it is a very small-in-x-letter. By using &b in majority of languages, same as ru-RU and pt-BR.rc did already, we can make that look much better. I checked that this will not cause any new collisions. * fr-FR.rc: Hermes' feedback: A french extrawurst for ID_REGREMOVE doesn't hurt me at all. * de-DE.rc: Avoid accels of the kind &Ä &Ö &Ü. They are not wrong strictly speaking, but they are suboptimal. * Strip some comments from sk-SK * Strip some whitespace from ja-JP
2024-07-06 21:40:03 +00:00
MENUITEM "F&rissítés\tF5", ID_REFRESH
MENUITEM SEPARATOR
[RAPPS] *.rc: Fix accel collisions, improve accel consistency to en-US (#7072) * improve some accels in consistency to en-US (we are free to change them in rapps to our hearts desire, because there is no MS rapps), in general: where nothing speaks against use &B for ID_RESETDB, because &t looks poor with Tahoma where nothing speaks against use &E for ID_REGREMOVE (because &R is often used for &Refresh and tends to collide) where nothing speaks against use &R for ID_REFRESH where nothing speaks against use &I for ID_INSTALL where nothing speaks against use &U for ID_UNINSTALL where nothing speaks against use &M for ID_MODIFY * Fix some accelerator collisions: * en-US.rc: fix an accelerator collision between "&Refresh" and "&Remove from Registry" in 2 menus * et-EE.rc: Fix accel collision between "&Desinstalli" and ""Uuenda an&dmebaasi" * hu-HU.rc: Fix an existing accel collision between "&Telepítés" and "Ada&tbázis frissítése", by using the english accelerator for the ID_INSTALL for best consistency * pl-PL.rc: Fix an accel collision between "&Plik" and "&Programmi", stick with the english accels for uninstall and "remove from registry" for consistency. * pt-BR.rc: Fix an accel collision between "A&tualizar" and "Update Da&tabase", stick with the english accel also for "R&emover do Registro" for consistency. * pt-PT.rc: Fix an inconsistency between "&Instalar" and "I&nstalar" between 2 menus, which is not only unintuitive, but also will hurt string pooling. Other changes are for consistency to en-US. * ru-RU.rc: Reduce inconsistency between the 2 ID_INSTALL in 2 different menus, this will help string-pooling. It will also avoid defining "&Установить" next to "&Удалить" in the same dlg, although that might not be necessarily a collision here, as I am not sure whether Install/Uninstall is even both displayed as activated at the same time. Still better like that. * sv-SE.rc: Fix accel collision between "&Ta bort från Registret" and "Update Da&tabase", the rest is for improving consistency to en-US * tr-TR.rc: Fix inconsistency in the accels between "Uyg&ulama" and "Uy&gulama", as that will hurt string-pooling. Use "Uygulama Veri &Tabanını Yenile\tCtrl+F5" for both menus instead. That's the english accel also. * uk-UA.rc: Fix accel inconsistency between the 2 menus for ID_UNINSTALL. This will help with string-pooling. * uk-UA.rc: Use "Вида&лити з реєстру" in both menus for ID_REGREMOVE, because that will help with string pooling and improves user experience * ja-JP.rc: Fix accel collision between "レジストリから削除(&R)" ID_REGREMOVE and "更新(&R)" ID_REFRESH in both menus, also this syncs the accels to en-US. Also add an accel for ID_ABOUT, just because I am friendly. * A bunch of accel-changes for the sole purpose of matching en-US more closely. Those are only really important for the 3 chinese languages which always aim to follow en-US accels to the point, and for zh-TW that stuff was unintentionally offsync also between their 2 ID_RESETDB in the different menus. For all other languages this is just a nice addition for consistency to en-US. But no absolute must-have. * The small &t within "Da&tabase" renders poorly in Tahoma because it is a very small-in-x-letter. By using &b in majority of languages, same as ru-RU and pt-BR.rc did already, we can make that look much better. I checked that this will not cause any new collisions. * fr-FR.rc: Hermes' feedback: A french extrawurst for ID_REGREMOVE doesn't hurt me at all. * de-DE.rc: Avoid accels of the kind &Ä &Ö &Ü. They are not wrong strictly speaking, but they are suboptimal. * Strip some comments from sk-SK * Strip some whitespace from ja-JP
2024-07-06 21:40:03 +00:00
MENUITEM "Adat&bázis frissítése\tCtrl+F5", ID_RESETDB
END
END
IDD_SETTINGS_DIALOG DIALOGEX 0, 0, 250, 265
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Beállítások"
FONT 8, "MS Shell Dlg"
BEGIN
GROUPBOX "Általános", -1, 4, 2, 240, 61
AUTOCHECKBOX "&Ablak helyének megjegyzése", IDC_SAVE_WINDOW_POS, 15, 12, 219, 12
AUTOCHECKBOX "Elérhető programok listájának &frissítése indításkor", IDC_UPDATE_AVLIST, 15, 29, 222, 12
AUTOCHECKBOX "Programok telepítésének és eltávolításának &naplózása", IDC_LOG_ENABLED, 15, 46, 219, 12
GROUPBOX "Letöltés", -1, 4, 65, 240, 51
LTEXT "Letöltés mappája:", -1, 16, 75, 100, 9
EDITTEXT IDC_DOWNLOAD_DIR_EDIT, 15, 86, 166, 12, WS_CHILD | WS_VISIBLE | WS_GROUP | ES_AUTOHSCROLL
PUSHBUTTON "&Kiválasztás", IDC_CHOOSE, 187, 85, 50, 14
AUTOCHECKBOX "Program telepítőjének &törlése telepítés után", IDC_DEL_AFTER_INSTALL, 16, 100, 218, 12
GROUPBOX "Programok forrása", -1, 4, 118, 240, 46
CONTROL "Alapértelmezett használata", IDC_SOURCE_DEFAULT, "Button", BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP, 15, 132, 104, 10
CONTROL "Megadott forrás", IDC_USE_SOURCE, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 15, 147, 74, 10
EDITTEXT IDC_SOURCE_URL, 97, 147, 140, 12, ES_AUTOHSCROLL | WS_DISABLED
GROUPBOX "Proxy", -1, 4, 166, 240, 76
CONTROL "Rendszer proxy beállítások", IDC_PROXY_DEFAULT, "Button", BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP, 15, 180, 210, 10
CONTROL "Közvetlen (nincs proxy)", IDC_NO_PROXY, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 15, 195, 210, 10
CONTROL "Proxy", IDC_USE_PROXY, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 15, 210, 74, 10
EDITTEXT IDC_PROXY_SERVER, 97, 210, 140, 12, ES_AUTOHSCROLL | WS_DISABLED
LTEXT "Nincs proxy ezekhez:", -1, 26, 226, 77, 10
EDITTEXT IDC_NO_PROXY_FOR, 97, 225, 140, 12, ES_AUTOHSCROLL | WS_DISABLED
PUSHBUTTON "Alapértelmezett", IDC_DEFAULT_SETTINGS, 8, 245, 70, 14
DEFPUSHBUTTON "OK", IDOK, 116, 245, 60, 14
PUSHBUTTON "Mégse", IDCANCEL, 181, 245, 60, 14
END
IDD_INSTALL_DIALOG DIALOGEX 0, 0, 216, 97
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Program telepítése"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "…", IDC_INSTALL_TEXT, 4, 5, 209, 35
AUTORADIOBUTTON "&Telepítés lemezről (CD vagy DVD)", IDC_CD_INSTALL, 10, 46, 197, 11, WS_GROUP
AUTORADIOBUTTON "&Letöltés és telepítés", IDC_DOWNLOAD_INSTALL, 10, 59, 197, 11, NOT WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 86, 78, 60, 14
PUSHBUTTON "Mégse", IDCANCEL, 150, 78, 60, 14
END
IDD_DOWNLOAD_DIALOG DIALOGEX 0, 0, 220, 220
STYLE DS_SHELLFONT | DS_CENTER | WS_POPUPWINDOW | WS_CAPTION | WS_VISIBLE
CAPTION "%ls letöltése…"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL "Progress1", IDC_DOWNLOAD_PROGRESS, "msctls_progress32", WS_BORDER | PBS_SMOOTH, 10, 10, 200, 12
EDITTEXT IDC_DOWNLOAD_STATUS, 10, 28, 200, 22, ES_CENTER | ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY | WS_DISABLED | NOT WS_BORDER
PUSHBUTTON "Mégse", IDCANCEL, 85, 53, 50, 15, WS_GROUP | WS_TABSTOP
END
STRINGTABLE
BEGIN
IDS_TOOLTIP_INSTALL "Telepítés"
IDS_TOOLTIP_UNINSTALL "Eltávolítás"
IDS_TOOLTIP_MODIFY "Módosítás"
IDS_TOOLTIP_SELECT_ALL "Összes kijelölése/kijelölés megszüntetése"
IDS_TOOLTIP_SETTINGS "Beállítások"
IDS_TOOLTIP_REFRESH "Frissítés"
IDS_TOOLTIP_UPDATE_DB "Adatbázis frissítése"
IDS_TOOLTIP_EXIT "Kilépés"
END
STRINGTABLE
BEGIN
IDS_APP_NAME "Név"
IDS_APP_INST_VERSION "Verzió"
IDS_APP_DESCRIPTION "Leírás"
END
STRINGTABLE
BEGIN
IDS_INFO_VERSION "\nVerzió: "
IDS_INFO_DESCRIPTION "\nLeírás: "
IDS_INFO_PUBLISHER "\nKiadó: "
IDS_INFO_HELPLINK "\nSúgó hivatkozás: "
IDS_INFO_HELPPHONE "\nTelefonos segítség: "
IDS_INFO_README "\nOlvass-el: "
IDS_INFO_REGOWNER "\nRegisztrált tulajdonos: "
IDS_INFO_PRODUCTID "\nTermékazonosító: "
IDS_INFO_CONTACT "\nKapcsolat: "
IDS_INFO_UPDATEINFO "\nFrissítési információk: "
IDS_INFO_INFOABOUT "\nNévjegy információk: "
IDS_INFO_COMMENTS "\nMegjegyzések: "
IDS_INFO_INSTLOCATION "\nTelepítés helye: "
IDS_INFO_INSTALLSRC "\nTelepítés forrása: "
IDS_INFO_UNINSTALLSTR "\nEltávolító parancs: "
IDS_INFO_MODIFYPATH "\nMódosítási útvonal: "
IDS_INFO_INSTALLDATE "\nTelepítés dátuma: "
IDS_AINFO_PACKAGE_NAME "\nCsomagnév: "
END
STRINGTABLE
BEGIN
IDS_AINFO_VERSION "\nVerzió: "
IDS_AINFO_AVAILABLEVERSION "\nElérhető verzió: "
IDS_AINFO_DESCRIPTION "\nLeírás: "
IDS_AINFO_SIZE "\nMéret: "
IDS_AINFO_URLSITE "\nWeboldal: "
IDS_AINFO_LICENSE "\nLicensz: "
IDS_AINFO_URLDOWNLOAD "\nLetöltés: "
IDS_AINFO_LANGUAGES "\nNyelvek: "
END
STRINGTABLE
BEGIN
IDS_CAT_AUDIO "Audió"
IDS_CAT_DEVEL "Fejlesztés"
IDS_CAT_DRIVERS "Eszközmeghajtók"
IDS_CAT_EDU "Oktatás"
IDS_CAT_ENGINEER "Mérnöki"
IDS_CAT_FINANCE "Pénzügy"
IDS_CAT_GAMES "Játékok és szórakozás"
IDS_CAT_GRAPHICS "Grafika"
IDS_CAT_INTERNET "Internet és hálózatok"
IDS_CAT_LIBS "Függvénykönyvtárak"
IDS_CAT_OFFICE "Iroda"
IDS_CAT_OTHER "Egyéb"
IDS_CAT_SCIENCE "Tudományos"
IDS_CAT_TOOLS "Eszközök"
IDS_CAT_VIDEO "Videó"
IDS_CAT_THEMES "Témák"
END
STRINGTABLE
BEGIN
IDS_APPTITLE "ReactOS Alkalmazáskezelő"
IDS_APP_AUTHORS "Copyright 2009 Dmitry Chapyshev"
IDS_SEARCH_TEXT "Keresés…"
IDS_APPS_COUNT "Alkalmazások száma: %d; Kijelölve: %d"
IDS_WELCOME_TITLE "Üdvözöljük a ReactOS Alkalmazáskezelőben!\n\n"
IDS_WELCOME_TEXT "Bal oldalon válasszon kategóriát, majd válasszon egy telepíteni vagy eltávolítani kívánt alkalmazást.\nReactOS weboldal: "
IDS_WELCOME_URL "https://reactos.org"
IDS_INSTALLED "Telepített"
IDS_AVAILABLEFORINST "Telepíthető alkalmazások"
IDS_UPDATES "Frissítések"
IDS_APPLICATIONS "Alkalmazások"
IDS_CHOOSE_FOLDER_TEXT "Válassza ki a mappát, ahová a letöltések kerüljenek:"
IDS_CHOOSE_FOLDER_ERROR "A megadott mappa nem létezik. Létrehozzam?"
IDS_URL_INVALID "A megadott URL érvénytelen vagy nem támogatott. Kérem javítsa ki!"
IDS_APP_REG_REMOVE "Biztosan törölni szeretné a telepített program adatait a registryből?"
IDS_INFORMATION "Információ"
IDS_UNABLE_TO_DOWNLOAD "Nem sikerült letölteni a csomagot! A cím nem található!"
IDS_UNABLE_TO_DOWNLOAD2 "Nem sikerült letölteni a csomagot! Ellenőrizze az internet kapcsolatot!"
IDS_UNABLE_TO_REMOVE "Nem sikerült eltávolítani a program adatait a registryből!"
IDS_UNABLE_TO_INSTALL "Nem lehet megnyitni a telepítőt!"
IDS_UNABLE_TO_QUERY_CERT "Nem sikerült lekérdezni a tanúsítvány információt.\n\nBiztosan folytatja?"
IDS_INTEG_CHECK_TITLE "Csomag épségének ellenőrzése…"
IDS_INTEG_CHECK_FAIL "A csomag nem ment át az épség-ellenőrzésen, lehet hogy megsérült a letöltés közben, vagy megváltoztatták. A program futtatása nem ajánlott."
IDS_INTERRUPTED_DOWNLOAD "Megszakadt a letöltés. Ellenőrizze az internet kapcsolatot."
IDS_UNABLE_TO_WRITE "Nem lehet írni a lemezre. Lehet hogy megtelt."
IDS_INSTALL_SELECTED "Kijelöltek telepítése"
IDS_SELECTEDFORINST "Telepítésre kijelölve"
IDS_MISMATCH_CERT_INFO "A használt tanúsítvány ismeretlen:\nTárgy: %s\nKibocsátó: %s\nBiztosan folytatja?"
IDS_UNABLE_PATH "Az elérési út formátuma érvénytelen."
IDS_APP_DISPLAY_DETAILS "Részletek"
IDS_APP_DISPLAY_LIST "Lista"
IDS_APP_DISPLAY_TILE "Csempe"
IDS_NO_SEARCH_RESULTS "No search results"
END
STRINGTABLE
BEGIN
IDS_STATUS_INSTALLED "Telepítve"
IDS_STATUS_NOTINSTALLED "Nincs telepítve"
IDS_STATUS_DOWNLOADED "Letöltve"
IDS_STATUS_UPDATE_AVAILABLE "Elérhető frissítés"
IDS_STATUS_DOWNLOADING "Letöltés…"
IDS_STATUS_INSTALLING "Telepítés…"
IDS_STATUS_WAITING "Várakozás a telepítésre…"
IDS_STATUS_FINISHED "Befejezve"
END
STRINGTABLE
BEGIN
IDS_LICENSE_OPENSOURCE "Nyílt forráskódú"
IDS_LICENSE_FREEWARE "Freeware"
IDS_LICENSE_TRIAL "Próba/Demó"
END
STRINGTABLE
BEGIN
IDS_LANGUAGE_AVAILABLE_TRANSLATION "Támogatja az Ön nyelvét"
IDS_LANGUAGE_NO_TRANSLATION "Más nyelveket támogat"
IDS_LANGUAGE_ENGLISH_TRANSLATION "Angol nyelvű"
IDS_LANGUAGE_SINGLE "Egy nyelvet támogat"
IDS_LANGUAGE_MORE_PLACEHOLDER " (+%d egyéb)"
IDS_LANGUAGE_AVAILABLE_PLACEHOLDER " (+%d elérhető)"
END
STRINGTABLE
BEGIN
IDS_DL_DIALOG_DB_DISP "Alkalmazás adatbázis"
IDS_DL_DIALOG_DB_DOWNLOAD_DISP "Adatbázis frissítése…"
IDS_DL_DIALOG_DB_UNOFFICIAL_DOWNLOAD_DISP "Adatbázis frissítése… (nem hivatalos forrásból)"
END
STRINGTABLE
BEGIN
IDS_CMD_USAGE "Használat: "
IDS_CMD_NEED_PACKAGE_NAME "Hiba: a(z) %1 opciónak egy vagy több csomagnevet kell megadni.\n"
IDS_CMD_NEED_FILE_NAME "Hiba: a(z) %1 opciónak egy fájlnevet kell megadni.\n"
IDS_CMD_NEED_PARAMS "Hiba: a(z) %1 opciónak egy vagy több paramétert kell megadni.\n"
IDS_CMD_INVALID_OPTION "Hiba: Ismeretlen vagy érvénytelen parancssori opció lett megadva.\n"
IDS_CMD_FIND_RESULT_FOR "Keresés eredménye erre: %1:\n"
IDS_CMD_PACKAGE_NOT_FOUND "Nem sikerült a(z) %1 csomagot megtalálni.\n"
IDS_CMD_PACKAGE_INFO "Információ a(z) %1 csomagról:\n"
END
STRINGTABLE
BEGIN
IDS_INSTGEN_CONFIRMUNINST "Are you sure you want to uninstall %s?"
END