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
8fb8ea63
Commit
8fb8ea63
authored
Jun 03, 2010
by
Łukasz Wojniłowicz
Committed by
Alexandre Julliard
Jun 07, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
notepad: Update the Polish translation.
parent
2d450028
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
1 deletion
+20
-1
Pl.rc
programs/notepad/Pl.rc
+20
-1
No files found.
programs/notepad/Pl.rc
View file @
8fb8ea63
...
...
@@ -5,6 +5,7 @@
* Proofread 1998 by David Lee Lambert <lamber45@egr.msu.edu>
* Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
* Copyright 2004 Jacek Caban <jack@itma.pwr.wroc.pl>
* Copyright 2010 ukasz Wojniowicz
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
@@ -56,13 +57,14 @@ POPUP "&Edycja" {
POPUP "&Znajd" {
MENUITEM "&Znajd...\tCtrl+F", CMD_SEARCH
MENUITEM "Z&najd nastpny\tF3", CMD_SEARCH_NEXT
MENUITEM "&Zamie...\tCtrl+H", CMD_REPLACE
}
POPUP "Pomo&c" {
MENUITEM "&Tematy pomocy", CMD_HELP_CONTENTS
MENUITEM "&Szukaj...", CMD_HELP_SEARCH
MENUITEM "&Pomoc", CMD_HELP_ON_HELP
MENUITEM SEPARATOR
MENUITEM "Not
epad
- &informacje", CMD_HELP_ABOUT_NOTEPAD
MENUITEM "Not
atnik
- &informacje", CMD_HELP_ABOUT_NOTEPAD
}
}
...
...
@@ -93,6 +95,14 @@ PUSHBUTTON "Anuluj", IDCANCEL, 180, 21, 40, 15, WS_TABSTOP
PUSHBUTTON "&Pomoc", IDHELP, 180, 39, 40, 15, WS_TABSTOP
}
IDD_OFN_TEMPLATE DIALOG DISCARDABLE 50,50,300,15
STYLE DS_3DLOOK | DS_CONTROL | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | WS_BORDER
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Kodowanie:", -1, 5,0, 50,12
COMBOBOX IDC_OFN_ENCCOMBO, 53,0, 156,48, WS_CHILD | WS_VSCROLL | CBS_DROPDOWNLIST
END
STRINGTABLE DISCARDABLE
{
STRING_PAGESETUP_HEADERVALUE, "&f"
...
...
@@ -120,4 +130,13 @@ STRING_NOTFOUND, "Nie mona odnale '%s'
STRING_OUT_OF_MEMORY, "Za mao pamici do wykonania tego zadania.\n \
Zamknij jedn lub wicej aplikacji aby zwikszy ilo wolnej pamici."
STRING_UNICODE_LE, "Unicode (UTF-16)"
STRING_UNICODE_BE, "Unicode (UTF-16 big-endian)"
STRING_LOSS_OF_UNICODE_CHARACTERS, "%s\n\
Plik ten zawiera znaki Unicode, ktre zostan utracone jeeli\n\
zapiszesz ten plik przy uyciu kodowania %s.\n\
Aby zachowa te znaki, nacinij Anuluj, a pniej zaznacz\n\
jedn z opcji Unicode z rozwijalnej listy kodowa.\n\
Czy chcesz kontynuowa mimo tego?"
}
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