File tree Expand file tree Collapse file tree 6 files changed +18
-18
lines changed
Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1- char * SET = "SET " ;
2- char * CLOSE = "CLOSE " ;
3- char * ABORT_SCHEDULED_SHUTDOWN = "ABORT SCHEDULED SHUTDOWN " ;
4- char * SHOW_WARNINGS = "Show warnings about shutdown " ;
5- char * MAIN_TEXT = "Enter time, after which the computer should turn off (in minutes ):" ;
6- char * TO_SHUTDOWN = "To shutdown :" ;
7- char * HOURS = "hours " ;
8- char * AND = "and " ;
9- char * MINUTES = "minutes " ;
10- char * SHUTDOWN_SCHEDULED = "Shutdown scheduled ." ;
11- char * TO_SHUTDOWN30 = "To shutdown : 30 minut." ;
12- char * TO_SHUTDOWN5 = "To shutdown : 5 minut." ;
13- char * INSERT_CORRECT = "Enter correct value ." ;
14- char * INCORRECT_VALUE = "Incorrect value ." ;
1+ char * SET = "USTAW " ;
2+ char * CLOSE = "ZAMKNIJ " ;
3+ char * ABORT_SCHEDULED_SHUTDOWN = "ANULUJ ZAPLANOWANE WYŁĄCZENIE " ;
4+ char * SHOW_WARNINGS = "Wyświetlaj ostrzeżenia o wyłączeniu " ;
5+ char * MAIN_TEXT = "Wprowadź czas, po jakim komputer ma się wyłączyć (w minutch ):" ;
6+ char * TO_SHUTDOWN = "Do wyłączenia pozostało :" ;
7+ char * HOURS = "godzin " ;
8+ char * AND = "i " ;
9+ char * MINUTES = "minut " ;
10+ char * SHUTDOWN_SCHEDULED = "Planowane wyłączenie systemu ." ;
11+ char * TO_SHUTDOWN30 = "Do wyłączenia pozostało : 30 minut." ;
12+ char * TO_SHUTDOWN5 = "Do wyłączenia pozostało : 5 minut." ;
13+ char * INSERT_CORRECT = "Wprowadź poprawną ilość minut ." ;
14+ char * INCORRECT_VALUE = "Niepoprawna wartość ." ;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Major=1
2525Minor=0
2626Release=0
2727Build=13
28- LanguageID=2057
28+ LanguageID=1045
2929CharsetID=1252
3030CompanyName=
3131FileVersion=1.0.0.0
Original file line number Diff line number Diff line change 11# Project: DShutdown
22# Compiler: Default GCC compiler
33# Compiler Type: MingW 3
4- # Makefile created by wxDev-C++ IDE 7.4.2.569 on 19-07-18 13:53
4+ # Makefile created by wxDev-C++ IDE 7.4.2.569 on 19-07-18 13:49
55
66WXLIBNAME = wxmsw29u
77CPP = g++.exe
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ FILETYPE VFT_APP
1313BEGIN
1414 BLOCK "StringFileInfo"
1515 BEGIN
16- BLOCK "080904E4 "
16+ BLOCK "041504E4 "
1717 BEGIN
1818 VALUE "CompanyName", ""
1919 VALUE "FileVersion", "1.0.0.0"
2828 END
2929 BLOCK "VarFileInfo"
3030 BEGIN
31- VALUE "Translation", 0x0809 , 1252
31+ VALUE "Translation", 0x0415 , 1252
3232 END
3333END
3434
You can’t perform that action at this time.
0 commit comments