Create a branch for header work.
[reactos.git] / base / applications / notepad / lang / lt-LT.rc
index 4779b0e..1664305 100644 (file)
@@ -17,7 +17,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
  *
  * Translation by Vytis "CMan" Girdþijauskas (cman@cman.us)
  */
@@ -31,7 +31,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
@@ -42,54 +44,54 @@ END
 
 MAIN_MENU MENU
 BEGIN
-       POPUP "&Byla"
-       BEGIN
-               MENUITEM "&Nauja...",           CMD_NEW
-               MENUITEM "&Atverti\tCtrl+O",     CMD_OPEN
-               MENUITEM "Á&raðyti\tCtrl+S",     CMD_SAVE
-               MENUITEM "Áraðyti &kaip...",       CMD_SAVE_AS
-               MENUITEM SEPARATOR
-               MENUITEM "P&uslapio nuostatos...",    CMD_PAGE_SETUP
-               MENUITEM "&Spausdinti",            CMD_PRINT
-               MENUITEM "S&pausdintuvo nuostatos...", CMD_PRINTER_SETUP
-               MENUITEM SEPARATOR
-               MENUITEM "&Baigti",             CMD_EXIT
-       END
-       POPUP "&Redaguoti"
-       BEGIN
-               MENUITEM "&Atðaukti\tCtrl+Z",     CMD_UNDO
-               MENUITEM SEPARATOR
-               MENUITEM "&Iðkirpti\tCtrl+X",      CMD_CUT
-               MENUITEM "&Kopijuoti\tCtrl+C",     CMD_COPY
-               MENUITEM "Á&dëti\tCtrl+V",    CMD_PASTE
-               MENUITEM "&Trinti\tDel",      CMD_DELETE
-               MENUITEM SEPARATOR
-               MENUITEM "I&eðkoti...\tCtrl+F",  CMD_SEARCH
-               MENUITEM "Ieðk&oti toliau\tF3",    CMD_SEARCH_NEXT
-               MENUITEM "Pakeisti\tCtrl+H",   CMD_REPLACE
-               MENUITEM "Eiti á...\tCtrl+G",  CMD_GOTO
-               MENUITEM SEPARATOR
-               MENUITEM "Paþymëti &viskà\tCtrl+A",       CMD_SELECT_ALL
-               MENUITEM "&Laikas ir data\tF5",    CMD_TIME_DATE
-       END
-       POPUP "&Formatas"
-       BEGIN
-               MENUITEM "&Lauþyti eilutes",  CMD_WRAP
-               MENUITEM "Ð&riftas...",          CMD_FONT
-       END
-       POPUP "R&odymas"
-       BEGIN
-               MENUITEM "&Bûsenos juosta",    CMD_STATUSBAR
-       END
-       POPUP "&Pagalba"
-       BEGIN
-               MENUITEM "&Turinys",         CMD_HELP_CONTENTS
-               MENUITEM "&Ieðkoti...",        CMD_HELP_SEARCH
-               MENUITEM "&Pagalba",     CMD_HELP_ON_HELP
-               MENUITEM SEPARATOR
-               MENUITEM "&Apie Notepad"             CMD_ABOUT
-               MENUITEM "Apie &Wine",      CMD_ABOUT_WINE
-       END
+    POPUP "&Byla"
+    BEGIN
+        MENUITEM "&Nauja\tCtrl+N",             CMD_NEW
+        MENUITEM "&Atverti...\tCtrl+O",        CMD_OPEN
+        MENUITEM "Á&raðyti\tCtrl+S",           CMD_SAVE
+        MENUITEM "Áraðyti &kaip...",           CMD_SAVE_AS
+        MENUITEM SEPARATOR
+        MENUITEM "P&uslapio nuostatos...",     CMD_PAGE_SETUP
+        MENUITEM "&Spausdinti\tCtrl+P",        CMD_PRINT
+        MENUITEM "S&pausdintuvo nuostatos...", CMD_PRINTER_SETUP
+        MENUITEM SEPARATOR
+        MENUITEM "&Baigti",                    CMD_EXIT
+    END
+    POPUP "&Redaguoti"
+    BEGIN
+        MENUITEM "&Atðaukti\tCtrl+Z",       CMD_UNDO
+        MENUITEM SEPARATOR
+        MENUITEM "&Iðkirpti\tCtrl+X",       CMD_CUT
+        MENUITEM "&Kopijuoti\tCtrl+C",      CMD_COPY
+        MENUITEM "Á&dëti\tCtrl+V",          CMD_PASTE
+        MENUITEM "&Trinti\tDel",            CMD_DELETE
+        MENUITEM SEPARATOR
+        MENUITEM "I&eðkoti...\tCtrl+F",     CMD_SEARCH
+        MENUITEM "Ieðk&oti toliau\tF3",     CMD_SEARCH_NEXT
+        MENUITEM "Pakeisti\tCtrl+H",        CMD_REPLACE
+        MENUITEM "Eiti á...\tCtrl+G",       CMD_GOTO
+        MENUITEM SEPARATOR
+        MENUITEM "Paþymëti &viskà\tCtrl+A", CMD_SELECT_ALL
+        MENUITEM "&Laikas ir data\tF5",     CMD_TIME_DATE
+    END
+    POPUP "&Formatas"
+    BEGIN
+        MENUITEM "&Lauþyti eilutes", CMD_WRAP
+        MENUITEM "Ð&riftas...",      CMD_FONT
+    END
+    POPUP "R&odymas"
+    BEGIN
+        MENUITEM "&Bûsenos juosta", CMD_STATUSBAR
+    END
+    POPUP "&Pagalba"
+    BEGIN
+        MENUITEM "&Turinys",     CMD_HELP_CONTENTS
+        MENUITEM "&Ieðkoti...",  CMD_HELP_SEARCH
+        MENUITEM "&Pagalba",     CMD_HELP_ON_HELP
+        MENUITEM SEPARATOR
+        MENUITEM "&Apie Notepad", CMD_ABOUT
+        MENUITEM "Apie &ReactOS", CMD_ABOUT_WINE
+    END
 END
 
 /* Dialog `Page setup' */
@@ -114,8 +116,8 @@ EDITTEXT /*STRING_PAGESETUP_RIGHTVALUE,*/  0x14D,     130, 55, 35, 11, WS_CHILD
 LTEXT    "Apaè&ia:",      0x14E,100, 73, 30, 10, WS_CHILD
 EDITTEXT /*STRING_PAGESETUP_BOTTOMVALUE,*/ 0x150,    130, 73, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
 
-DEFPUSHBUTTON "OK",         IDOK,                   180,  3, 40, 15, WS_TABSTOP
-PUSHBUTTON    "Atðaukti",     IDCANCEL,               180, 21, 40, 15, WS_TABSTOP
+DEFPUSHBUTTON "Gerai",         IDOK,                   180,  3, 40, 15, WS_TABSTOP
+PUSHBUTTON    "Atsisakyti",     IDCANCEL,               180, 21, 40, 15, WS_TABSTOP
 PUSHBUTTON    "Pagalba",       IDHELP,                180, 39, 40, 15, WS_TABSTOP
 END
 
@@ -140,8 +142,8 @@ CAPTION "Eiti 
 BEGIN
 EDITTEXT        ID_LINENUMBER,64,10,96,12,WS_CHILD | WS_BORDER | WS_TABSTOP
 LTEXT           "Eilutës numeris:",0x155,5,12,54,12,WS_CHILD | WS_TABSTOP | ES_NUMBER
-DEFPUSHBUTTON   "OK", IDOK, 75, 30, 40, 15, WS_CHILD | WS_TABSTOP
-PUSHBUTTON      "Atðaukti", IDCANCEL, 120, 30, 40, 15, WS_CHILD | WS_TABSTOP
+DEFPUSHBUTTON   "Gerai", IDOK, 75, 30, 40, 15, WS_CHILD | WS_TABSTOP
+PUSHBUTTON      "Atsisakyti", IDCANCEL, 120, 30, 40, 15, WS_CHILD | WS_TABSTOP
 END
 
 IDD_ABOUTBOX DIALOGEX DISCARDABLE  22,16,290,170
@@ -149,7 +151,7 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
 CAPTION "Apie ReactOS Notepad"
 FONT 8, "MS Shell Dlg"
 BEGIN
-    CONTROL         "ReactOS Notepad v1.0\r\nCopyright 1997,98 Marcel Baur <mbaur@g26.ethz.ch>\r\nCopyright 2000 Mike McCormack <Mike_McCormack@looksmart.com.au>\r\nCopyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>\r\nCopyright 2002 Andriy Palamarchuk\r\n",
+    CONTROL         "ReactOS Notepad v1.0\r\n(C) 1997,98 Marcel Baur <mbaur@g26.ethz.ch>\r\n(C) 2000 Mike McCormack <Mike_McCormack@looksmart.com.au>\r\n(C) 2002 Sylvain Petreolle <spetreolle@yahoo.fr>\r\n(C) 2002 Andriy Palamarchuk\r\n",
                     -1,"Static",SS_LEFTNOWORDWRAP | WS_GROUP,46,7,238,39
     CONTROL         " ",
                     -1,"Static",0x50000000,8,48,272,11
@@ -161,7 +163,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
@@ -202,4 +204,5 @@ STRING_UTF8,                                    "UTF-8"
 STRING_CRLF,                                    "Windows"
 STRING_LF,                                      "Unix"
 STRING_CR,                                      "Mac"
+STRING_LINE_COLUMN,                             "Eilutë %d, stulpelis %d"
 END