mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 02:41:22 +00:00
zebasoftis <zebasoftis@gmail.com>:
Polish Resource File for control.exe svn path=/trunk/; revision=16467
This commit is contained in:
parent
dc2b5795d3
commit
bb29508c33
2 changed files with 30 additions and 1 deletions
28
reactos/lib/cpl/control/Pl.rc
Normal file
28
reactos/lib/cpl/control/Pl.rc
Normal file
|
@ -0,0 +1,28 @@
|
|||
// Polish language resource file (Sebastian Gasiorek, 2005-07-06)
|
||||
|
||||
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Menu
|
||||
//
|
||||
|
||||
IDM_MAINMENU MENU DISCARDABLE
|
||||
BEGIN
|
||||
POPUP "&Plik"
|
||||
BEGIN
|
||||
MENUITEM "&Zamknij", IDM_CLOSE
|
||||
END
|
||||
POPUP "&Widok"
|
||||
BEGIN
|
||||
MENUITEM "Du¿e ikony", IDM_LARGEICONS
|
||||
MENUITEM "Ma³e ikony", IDM_SMALLICONS
|
||||
MENUITEM "Lista", IDM_LIST
|
||||
MENUITEM "Szczegó³y", IDM_DETAILS
|
||||
END
|
||||
POPUP "Pomoc"
|
||||
BEGIN
|
||||
MENUITEM "O programie", IDM_ABOUT
|
||||
END
|
||||
END
|
||||
|
|
@ -31,9 +31,10 @@ IDI_MAINICON ICON DISCARDABLE "resources/config.ico"
|
|||
* a neutral version. This is to get localized bitmaps for example.
|
||||
*/
|
||||
|
||||
#include "Cz.rc"
|
||||
#include "En.rc"
|
||||
#include "Cz.rc"
|
||||
#include "De.rc"
|
||||
#include "Dk.rc"
|
||||
#include "Pl.rc"
|
||||
#include "Ru.rc"
|
||||
#include "Sv.rc"
|
||||
|
|
Loading…
Reference in a new issue