mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 18:16:29 +00:00
zebasoftis <zebasoftis@gmail.com>
Polish Resource File for timedate.cpl svn path=/trunk/; revision=16466
This commit is contained in:
parent
67984c6757
commit
dc2b5795d3
2 changed files with 46 additions and 1 deletions
44
reactos/lib/cpl/timedate/Pl.rc
Normal file
44
reactos/lib/cpl/timedate/Pl.rc
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
// Polish translation by Sebastian Gasiorek
|
||||||
|
|
||||||
|
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
|
||||||
|
|
||||||
|
IDD_DATETIMEPAGE DIALOGEX 0, 0, 252, 146
|
||||||
|
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
|
||||||
|
CAPTION "Data i godzina"
|
||||||
|
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
||||||
|
BEGIN
|
||||||
|
GROUPBOX "&Data", -1, 4, 2, 122, 125
|
||||||
|
CONTROL "", IDC_DATEPICKER, "SysDateTimePick32",
|
||||||
|
DTS_SHORTDATEFORMAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP,
|
||||||
|
11, 17, 108, 12
|
||||||
|
CONTROL "", IDC_MONTHCALENDAR, "SysMonthCal32",
|
||||||
|
WS_CHILD | WS_VISIBLE | WS_TABSTOP,
|
||||||
|
11, 37, 108, 80
|
||||||
|
GROUPBOX "&Godzina", -1, 132, 2, 113, 125
|
||||||
|
CONTROL "", IDC_TIMEPICKER, "SysDateTimePick32",
|
||||||
|
DTS_TIMEFORMAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP,
|
||||||
|
144, 17, 90, 12
|
||||||
|
LTEXT "", IDC_TIMEZONE, 4, 136, 241, 8
|
||||||
|
END
|
||||||
|
|
||||||
|
|
||||||
|
IDD_TIMEZONEPAGE DIALOGEX 0, 0, 252, 146
|
||||||
|
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
|
||||||
|
CAPTION "Strefa czasowa"
|
||||||
|
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
||||||
|
BEGIN
|
||||||
|
COMBOBOX IDC_TIMEZONELIST, 5, 4, 241, 136,
|
||||||
|
CBS_DROPDOWNLIST | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
|
||||||
|
AUTOCHECKBOX "&Automatycznie uwzglêdnij zmiany czasu",
|
||||||
|
IDC_AUTODAYLIGHT, 5, 136, 241, 10, WS_VISIBLE | WS_GROUP | WS_TABSTOP
|
||||||
|
END
|
||||||
|
|
||||||
|
|
||||||
|
STRINGTABLE
|
||||||
|
BEGIN
|
||||||
|
IDS_CPLNAME "Data/Godzina"
|
||||||
|
IDS_CPLDESCRIPTION "Ustaw datê, godzinê i strefê czasow¹ komputera."
|
||||||
|
IDS_TIMEZONETEXT "Aktualna strefa czasowa: %s"
|
||||||
|
IDS_TIMEZONEINVALID "Nieprawid³owa"
|
||||||
|
IDS_TIMEZONEUNKNOWN "Nieznana"
|
||||||
|
END
|
|
@ -16,11 +16,12 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||||
IDC_CPLICON ICON "resources/applet.ico"
|
IDC_CPLICON ICON "resources/applet.ico"
|
||||||
|
|
||||||
|
|
||||||
#include "Cz.rc"
|
|
||||||
#include "En.rc"
|
#include "En.rc"
|
||||||
|
#include "Cz.rc"
|
||||||
#include "De.rc"
|
#include "De.rc"
|
||||||
#include "Dk.rc"
|
#include "Dk.rc"
|
||||||
#include "Es.rc"
|
#include "Es.rc"
|
||||||
#include "Fr.rc"
|
#include "Fr.rc"
|
||||||
|
#include "Pl.rc"
|
||||||
#include "Ru.rc"
|
#include "Ru.rc"
|
||||||
#include "Sv.rc"
|
#include "Sv.rc"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue