Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
3e0053b4
Commit
3e0053b4
authored
Mar 17, 2011
by
Łukasz Wojniłowicz
Committed by
Alexandre Julliard
Mar 18, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
inetcpl: Update Polish translation.
parent
7e7b4488
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
1 deletion
+23
-1
cpl_Pl.rc
dlls/inetcpl.cpl/cpl_Pl.rc
+23
-1
No files found.
dlls/inetcpl.cpl/cpl_Pl.rc
View file @
3e0053b4
...
...
@@ -41,7 +41,29 @@ BEGIN
LTEXT "Moesz usun przechowywane strony, ciasteczka i inne dane.",
IDC_STATIC, 58, 72, 252, 10
PUSHBUTTON "&Usu pliki...", IDC_HISTORY_DELETE, 144, 86, 80, 14
PUSHBUTTON "Usta&wienia...", IDC_HISTORY_SETTINGS, 230, 86, 80, 14
PUSHBUTTON "Ustawie&nia...", IDC_HISTORY_SETTINGS, 230, 86, 80, 14
END
/* "Delete browsing history" dialog */
IDD_DELETE_HISTORY DIALOG 0, 0, 250, 250
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Shell Dlg"
CAPTION "Usuwanie historii przegldania"
BEGIN
AUTOCHECKBOX "Tymczasowe pliki internetowe\nKopie stron sieci Web, obrazw i certyfikatw.",
IDC_DELETE_TEMP_FILES, 10, 8, 230, 30, BS_TOP | BS_MULTILINE
AUTOCHECKBOX "Pliki cookies\nPliki przechowywane na komputerze przez witryny sieci Web w celu zapisania preferencji takich jak informacje logowania.",
IDC_DELETE_COOKIES, 10, 38, 230, 30, BS_TOP | BS_MULTILINE
AUTOCHECKBOX "Historia\nLista odwiedzonych witryn sieci Web.",
IDC_DELETE_HISTORY, 10, 68, 230, 30, BS_TOP | BS_MULTILINE
AUTOCHECKBOX "Dane formularzy\nZapisane informacje, ktre zostay wpisane w formularzach.",
IDC_DELETE_FORM_DATA, 10, 98, 230, 30, BS_TOP | BS_MULTILINE
AUTOCHECKBOX "Hasa\nHasa uzupeniane automatycznie po zalogowaniu si do wczeniej odwiedzonej witryny Web.",
IDC_DELETE_PASSWORDS, 10, 128, 230, 30, BS_TOP | BS_MULTILINE
DEFPUSHBUTTON "Anuluj", IDCANCEL, 185, 230, 60, 15, WS_GROUP
PUSHBUTTON "Usu", IDOK, 120, 230, 60, 15, WS_GROUP
END
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment