Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
d2fc4892
Commit
d2fc4892
authored
Aug 13, 2004
by
Jacek Caban
Committed by
Alexandre Julliard
Aug 13, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Polish translation.
parent
c141a342
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
130 additions
and
0 deletions
+130
-0
Pl.rc
programs/notepad/Pl.rc
+129
-0
rsrc.rc
programs/notepad/rsrc.rc
+1
-0
No files found.
programs/notepad/Pl.rc
0 → 100644
View file @
d2fc4892
/*
* Notepad (Polish resources)
*
* Copyright 1997,98 Marcel Baur <mbaur@g26.ethz.ch>
* 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>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
MAIN_MENU MENU
{
POPUP "&Plik" {
MENUITEM "&Nowy...", CMD_NEW
MENUITEM "&Otwrz\tCtrl+O", CMD_OPEN
MENUITEM "&Zapisz\tCtrl+S", CMD_SAVE
MENUITEM "Z&apisz jako...", CMD_SAVE_AS
MENUITEM SEPARATOR
MENUITEM "&Drukuj", CMD_PRINT
MENUITEM "&Ustawienia strony...", CMD_PAGE_SETUP
MENUITEM "Ustawienia &drukarki...", CMD_PRINTER_SETUP
MENUITEM SEPARATOR
MENUITEM "Zako&cz", CMD_EXIT
}
POPUP "&Edycja" {
MENUITEM "&Cofnij\tCtrl+Z", CMD_UNDO
MENUITEM SEPARATOR
MENUITEM "&Wytnij\tCtrl+X", CMD_CUT
MENUITEM "&Kopiuj\tCtrl+C", CMD_COPY
MENUITEM "Wkl&ej\tCtrl+V", CMD_PASTE
MENUITEM "&Usu\tDel", CMD_DELETE
MENUITEM SEPARATOR
MENUITEM "Zaznacz w&szystko\tCtrl+A", CMD_SELECT_ALL
MENUITEM "Godzina/&Data\tF5", CMD_TIME_DATE
MENUITEM SEPARATOR
MENUITEM "&Zawijanie wierszy", CMD_WRAP
MENUITEM "Czci&onka...", CMD_FONT
}
POPUP "&Znajd" {
MENUITEM "&Znajd\tCtrl+F", CMD_SEARCH
MENUITEM "Z&najd nastpny\tF3", CMD_SEARCH_NEXT
}
POPUP "Pomo&c" {
MENUITEM "&Tematy pomocy", CMD_HELP_CONTENTS
MENUITEM "&Szukaj...", CMD_HELP_SEARCH
MENUITEM "&Pomoc", CMD_HELP_ON_HELP
MENUITEM SEPARATOR
POPUP "In&fo..." {
MENUITEM "&Licencja", CMD_LICENSE
MENUITEM "&BEZ GWARANCJI", CMD_NO_WARRANTY
MENUITEM "&O Wine...", CMD_ABOUT_WINE
}
}
}
/* Dialog `Page setup' */
DIALOG_PAGESETUP DIALOG 0, 0, 225, 95
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
FONT 8, "Helv"
CAPTION "Ustawienia strony"
{
LTEXT "&Nagwek:", 0x140, 10, 07, 40, 15
EDITTEXT 0x141, 60, 05,110, 12, WS_BORDER | WS_TABSTOP
LTEXT "&Stopka:", 0x142, 10, 24, 40, 15
EDITTEXT 0x143, 60, 22,110, 12, WS_BORDER | WS_TABSTOP
GROUPBOX "&Marginesy:", 0x144, 10, 43,160, 45
LTEXT "&Lewy:", 0x145, 20, 55, 30, 10, WS_CHILD
EDITTEXT /*STRING_PAGESETUP_LEFTVALUE,*/ 0x147, 50, 55, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
LTEXT "&Grny:", 0x148, 20, 73, 30, 10, WS_CHILD
EDITTEXT /*STRING_PAGESETUP_TOPVALUE,*/ 0x14A, 50, 73, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
LTEXT "P&rawy:", 0x14B, 100, 55, 30, 10, WS_CHILD
EDITTEXT /*STRING_PAGESETUP_RIGHTVALUE,*/ 0x14D, 130, 55, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
LTEXT "&Dolny:", 0x14E,100, 73, 30, 10, WS_CHILD
EDITTEXT /*STRING_PAGESETUP_BOTTOMVALUE,*/ 0x150, 130, 73, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", 0x151, 180, 3, 40, 15, WS_TABSTOP
PUSHBUTTON "Anuluj", 0x152, 180, 21, 40, 15, WS_TABSTOP
PUSHBUTTON "&Pomoc", 0x153, 180, 39, 40, 15, WS_TABSTOP
}
STRINGTABLE DISCARDABLE
{
STRING_PAGESETUP_HEADERVALUE, "&n" /* FIXME */
STRING_PAGESETUP_FOOTERVALUE, "Strona &s" /* FIXME */
STRING_PAGESETUP_LEFTVALUE, "20 mm" /* FIXME */
STRING_PAGESETUP_RIGHTVALUE, "20 mm" /* FIXME */
STRING_PAGESETUP_TOPVALUE, "25 mm" /* FIXME */
STRING_PAGESETUP_BOTTOMVALUE, "25 mm" /* FIXME */
STRING_NOTEPAD, "Notatnik"
STRING_ERROR, "BD"
STRING_WARNING, "OSTRZEENIE"
STRING_INFO, "Informacja"
STRING_UNTITLED, "(bez tytuu)"
STRING_ALL_FILES, "Wszystkie piki (*.*)"
STRING_TEXT_FILES_TXT, "Pliki tekstowe (*.txt)"
STRING_TOOLARGE, "Plik '%s' jest za duy dla notatnika.\n \
Prosz uy innego edytora."
STRING_NOTEXT, "Nie wprowadzie adnego tekstu. \
\nProsz co wpisa i sprbowa ponownie."
STRING_DOESNOTEXIST, "Plik '%s' nie istnieje\n\n \
Czy chcesz utworzy nowy plik ?"
STRING_NOTSAVED, "Plik '%s'\nzosta zmodyfikowany\n\n \
Czy chcesz zachowa zmiany ?"
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."
}
programs/notepad/rsrc.rc
View file @
d2fc4892
...
...
@@ -49,6 +49,7 @@ ID_ACCEL ACCELERATORS
#include "It.rc"
#include "Ja.rc"
#include "Nl.rc"
#include "Pl.rc"
#include "Pt.rc"
#include "Ru.rc"
#include "Si.rc"
...
...
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