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
78b26105
Commit
78b26105
authored
Dec 01, 2003
by
Jon Griffiths
Committed by
Alexandre Julliard
Dec 01, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Thai translation of notepad. Fix spelling in clock translations.
parent
1025ff0c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
126 additions
and
4 deletions
+126
-4
Th.rc
programs/clock/Th.rc
+4
-4
Th.rc
programs/notepad/Th.rc
+121
-0
rsrc.rc
programs/notepad/rsrc.rc
+1
-0
No files found.
programs/clock/Th.rc
View file @
78b26105
...
...
@@ -22,11 +22,11 @@ LANGUAGE LANG_THAI, SUBLANG_DEFAULT
MAIN_MENU MENU
{
POPUP "Ѻ觹ԡ" {
POPUP "Ѻ觹ԡ" {
MENUITEM "", 0x100
MENUITEM "
Digi&tal
", 0x101
MENUITEM "
ԨԵ
", 0x101
MENUITEM SEPARATOR
MENUITEM "ٻẺѡ...", 0x103
MENUITEM "ٻẺѡ...", 0x103
MENUITEM SEPARATOR
MENUITEM "ʴ᷺", 0x105
MENUITEM SEPARATOR
...
...
@@ -43,5 +43,5 @@ MAIN_MENU MENU
STRINGTABLE DISCARDABLE
{
CLOCK, "ԡ"
MENU_ON_TOP, "
١ҧ
"
MENU_ON_TOP, "
ٺش
"
}
programs/notepad/Th.rc
0 → 100644
View file @
78b26105
/*
* Notepad (Thai Resources)
*
* Copyright 2003 Jon Griffiths
*
* 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_THAI, SUBLANG_DEFAULT
MAIN_MENU MENU
{
POPUP "" {
MENUITEM "ҧ...", CMD_NEW
MENUITEM "Դ...\tCtrl+O", CMD_OPEN
MENUITEM "ѹס\tCtrl+S", CMD_SAVE
MENUITEM "ѹס...", CMD_SAVE_AS
MENUITEM SEPARATOR
MENUITEM "", CMD_PRINT
MENUITEM "Ѻ˹...", CMD_PAGE_SETUP
MENUITEM "Ѻͧ...", CMD_PRINTER_SETUP
MENUITEM SEPARATOR
MENUITEM "͡", CMD_EXIT
}
POPUP "" {
MENUITEM "¡\tCtrl+Z", CMD_UNDO
MENUITEM SEPARATOR
MENUITEM "Ѵ\tCtrl+X", CMD_CUT
MENUITEM "Ѵ͡\tCtrl+C", CMD_COPY
MENUITEM "ҧ\tCtrl+V", CMD_PASTE
MENUITEM "ź\tDel", CMD_DELETE
MENUITEM SEPARATOR
MENUITEM "͡\tCtrl+A", CMD_SELECT_ALL
MENUITEM "ѹ/\tF5", CMD_TIME_DATE
MENUITEM SEPARATOR
MENUITEM "ͺ÷Ѵ", CMD_WRAP
MENUITEM "ٻẺѡ...", CMD_FONT
}
POPUP "ѹ" {
MENUITEM "\tCtrl+F", CMD_SEARCH
MENUITEM "ҵ\tF3", CMD_SEARCH_NEXT
}
POPUP "" {
MENUITEM "", CMD_HELP_CONTENTS
MENUITEM "...", CMD_HELP_SEARCH
MENUITEM "ǡѺ", CMD_HELP_ON_HELP
MENUITEM SEPARATOR
POPUP "´..." {
MENUITEM "حҵ", CMD_LICENSE
MENUITEM " WARRANTY", CMD_NO_WARRANTY
MENUITEM "ǡѺ 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 "Ѻ˹"
{
LTEXT ":", 0x140, 10, 07, 40, 15
EDITTEXT 0x141, 60, 05,110, 12, WS_BORDER | WS_TABSTOP
LTEXT "&Footer:", 0x142, 10, 24, 40, 15
EDITTEXT 0x143, 60, 22,110, 12, WS_BORDER | WS_TABSTOP
GROUPBOX "ͺд:", 0x144, 10, 43,160, 45
LTEXT ":", 0x145, 20, 55, 30, 10, WS_CHILD
EDITTEXT /*STRING_PAGESETUP_LEFTVALUE,*/ 0x147, 50, 55, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
LTEXT ":", 0x148, 20, 73, 30, 10, WS_CHILD
EDITTEXT /*STRING_PAGESETUP_TOPVALUE,*/ 0x14A, 50, 73, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
LTEXT ":", 0x14B, 100, 55, 30, 10, WS_CHILD
EDITTEXT /*STRING_PAGESETUP_RIGHTVALUE,*/ 0x14D, 130, 55, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
LTEXT "ҧ:", 0x14E,100, 73, 30, 10, WS_CHILD
EDITTEXT /*STRING_PAGESETUP_BOTTOMVALUE,*/ 0x150, 130, 73, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "ŧ", 0x151, 180, 3, 40, 15, WS_TABSTOP
PUSHBUTTON "¡ԡ", 0x152, 180, 21, 40, 15, WS_TABSTOP
PUSHBUTTON "", 0x153, 180, 39, 40, 15, WS_TABSTOP
}
STRINGTABLE DISCARDABLE
{
STRING_PAGESETUP_HEADERVALUE, "&n" /* FIXME */
STRING_PAGESETUP_FOOTERVALUE, "˹ &s" /* FIXME */
STRING_PAGESETUP_LEFTVALUE, "20 ." /* FIXME */
STRING_PAGESETUP_RIGHTVALUE, "20 ." /* FIXME */
STRING_PAGESETUP_TOPVALUE, "25 ." /* FIXME */
STRING_PAGESETUP_BOTTOMVALUE, "25 ." /* FIXME */
STRING_NOTEPAD, "Notepad"
STRING_ERROR, "Դ"
STRING_WARNING, "ҵ"
STRING_INFO, "´"
STRING_UNTITLED, "˹"
STRING_ALL_FILES, "ء (*.*)"
STRING_TEXT_FILES_TXT, " (*.txt)"
STRING_TOOLARGE, " '%s' ˭Թ"
STRING_NOTEXT, "س¹\nسͧ"
STRING_DOESNOTEXIST, "辺 '%s' ͧԴ\nسͧҧ ?"
STRING_NOTSAVED, "ա¹ŧѺ͡\n\n'%s'\n\nسͧúѹ֡ѹ ?"
STRING_NOTFOUND, "辺ͤ '%s' ͧä"
STRING_OUT_OF_MEMORY, "\nسͧ"
}
programs/notepad/rsrc.rc
View file @
78b26105
...
...
@@ -53,5 +53,6 @@ ID_ACCEL ACCELERATORS
#include "Si.rc"
#include "Sk.rc"
#include "Sw.rc"
#include "Th.rc"
#include "Wa.rc"
#include "Zh.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