Create a branch for header work.
[reactos.git] / base / applications / notepad / lang / th-TH.rc
index 131075d..ab30aae 100644 (file)
@@ -15,7 +15,7 @@
  *
  * 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
 LANGUAGE LANG_THAI, SUBLANG_DEFAULT
@@ -27,7 +27,9 @@ BEGIN
     "^F", CMD_SEARCH
     "^G", CMD_GOTO
     "H", CMD_REPLACE, VIRTKEY, CONTROL
+    "^N", CMD_NEW
     "^O", CMD_OPEN
+    "^P", CMD_PRINT
     "^S", CMD_SAVE
     "^V", CMD_PASTE
     "^X", CMD_CUT
@@ -38,54 +40,54 @@ END
 
 MAIN_MENU MENU
 BEGIN
-       POPUP "á¿éÁ"
-       BEGIN
-               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 "á¿éÁ"
+    BEGIN
+        MENUITEM "ÊÃéÒ§ãËÁè\tCtrl+N",       CMD_NEW
+        MENUITEM "à»Ô´...\tCtrl+O",         CMD_OPEN
+        MENUITEM "ºÑ¹·×¡\tCtrl+S",          CMD_SAVE
+        MENUITEM "ºÑ¹·×¡à»ç¹...",           CMD_SAVE_AS
+        MENUITEM SEPARATOR
+        MENUITEM "¾ÔÁ¾ì\tCtrl+P",           CMD_PRINT
+        MENUITEM "»ÃѺáµè§Ë¹éÒ...",         CMD_PAGE_SETUP
+        MENUITEM "»ÃѺáµè§à¤Ã×èͧ¾ÔÁ¾ì...", CMD_PRINTER_SETUP
+        MENUITEM SEPARATOR
+        MENUITEM "ÍÍ¡",                     CMD_EXIT
+    END
+    POPUP "á¡éä¢"
+    BEGIN
+        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+F",        CMD_SEARCH
+        MENUITEM "¤é¹ËÒµèÍä»\tF3",       CMD_SEARCH_NEXT
+        MENUITEM "Replace\tCtrl+H",      CMD_REPLACE
+        MENUITEM "Go To...\tCtrl+G",     CMD_GOTO
+        MENUITEM SEPARATOR
+        MENUITEM "àÅ×Í¡·Ñé§ËÁ´\tCtrl+A", CMD_SELECT_ALL
+        MENUITEM "Çѹ·Õè/\tF5",          CMD_TIME_DATE
+    END
+    POPUP "F&ormat"
+    BEGIN
+        MENUITEM "ËèͺÃ÷ѴÂÒÇ",      CMD_WRAP
+        MENUITEM "ÃٻẺ´ÑÇÍÑ¡ÉÃ...", CMD_FONT
+    END
+    POPUP "&View"
+    BEGIN
+        MENUITEM "Status&bar", CMD_STATUSBAR
+    END
+    POPUP "ªèÇÂàËÅÕÍ"
+    BEGIN
+        MENUITEM "à¹×éÍËÒ",            CMD_HELP_CONTENTS
+        MENUITEM "¤é¹ËÒ...",           CMD_HELP_SEARCH
+        MENUITEM "à¡ÕèÂǡѺªèÇÂàËÅÕÍ", CMD_HELP_ON_HELP
+        MENUITEM SEPARATOR
+        MENUITEM "&About"              CMD_ABOUT
+        MENUITEM "ÃÒÂÅÐàÍÕ´...",      CMD_ABOUT_WINE
     END
-       POPUP "á¡éä¢"
-       BEGIN
-               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+F",   CMD_SEARCH
-               MENUITEM "¤é¹ËÒµèÍä»\tF3",  CMD_SEARCH_NEXT
-               MENUITEM "Replace\tCtrl+H",   CMD_REPLACE
-               MENUITEM "Go To...\tCtrl+G",  CMD_GOTO
-               MENUITEM SEPARATOR
-               MENUITEM "àÅ×Í¡·Ñé§ËÁ´\tCtrl+A",       CMD_SELECT_ALL
-               MENUITEM "Çѹ·Õè/\tF5",    CMD_TIME_DATE
-       END
-       POPUP "F&ormat"
-       BEGIN
-               MENUITEM "ËèͺÃ÷ѴÂÒÇ",  CMD_WRAP
-               MENUITEM "ÃٻẺ´ÑÇÍÑ¡ÉÃ...",          CMD_FONT
-       END
-       POPUP "&View"
-       BEGIN
-               MENUITEM "Status&bar",    CMD_STATUSBAR
-       END
-       POPUP "ªèÇÂàËÅÕÍ"
-       BEGIN
-               MENUITEM "à¹×éÍËÒ",         CMD_HELP_CONTENTS
-               MENUITEM "¤é¹ËÒ...",        CMD_HELP_SEARCH
-               MENUITEM "à¡ÕèÂǡѺªèÇÂàËÅÕÍ",     CMD_HELP_ON_HELP
-               MENUITEM SEPARATOR
-               MENUITEM "&About"             CMD_ABOUT
-               MENUITEM "ÃÒÂÅÐàÍÕ´...", CMD_ABOUT_WINE
-       END
 END
 
 /* Dialog `Page setup' */
@@ -157,7 +159,7 @@ END
 
 STRINGTABLE DISCARDABLE
 BEGIN
-  STRING_LICENSE, "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\r\n\r\nThis program 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 General Public License for more details.\r\n\r\nYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA."
+  STRING_LICENSE, "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\r\n\r\nThis program 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 General Public License for more details.\r\n\r\nYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA."
 END
 
 STRINGTABLE DISCARDABLE
@@ -193,4 +195,5 @@ STRING_UTF8,                                    "UTF-8"
 STRING_CRLF,                                    "Windows"
 STRING_LF,                                      "Unix"
 STRING_CR,                                      "Mac"
+STRING_LINE_COLUMN,                             "Line %d, column %d"
 END