Create a branch for header work.
[reactos.git] / base / applications / notepad / lang / sl-SI.rc
index 98679e9..94e7744 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_SLOVENIAN, 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 "&Datoteka"
-       BEGIN
-               MENUITEM "&Nova",           CMD_NEW
-               MENUITEM "&Odpri ...",             CMD_OPEN
-               MENUITEM "&Shrani",             CMD_SAVE
-               MENUITEM "Shrani &kot ...",       CMD_SAVE_AS
-               MENUITEM SEPARATOR
-               MENUITEM "Na&tisni",            CMD_PRINT
-               MENUITEM "P&riprava strani ...",    CMD_PAGE_SETUP
-               MENUITEM "&Tiskalnik ...", CMD_PRINTER_SETUP
-               MENUITEM SEPARATOR
-               MENUITEM "Iz&hod",             CMD_EXIT
-       END
-       POPUP "&Urejanje"
-       BEGIN
-               MENUITEM "&Razveljavi\tCtrl+Z",     CMD_UNDO
-               MENUITEM SEPARATOR
-               MENUITEM "&Izre\9ei\tCtrl+X",      CMD_CUT
-               MENUITEM "&Kopiraj\tCtrl+C",     CMD_COPY
-               MENUITEM "&Prilepi\tCtrl+V",    CMD_PASTE
-               MENUITEM "Izbri&\9ai\tDel",      CMD_DELETE
-               MENUITEM SEPARATOR
-               MENUITEM "&Najdi ...",           CMD_SEARCH
-               MENUITEM "Na&daljuj iskanje\tF3",  CMD_SEARCH_NEXT
-               MENUITEM "Replace\tCtrl+H",   CMD_REPLACE
-               MENUITEM "Go To...\tCtrl+G",  CMD_GOTO
-               MENUITEM SEPARATOR
-               MENUITEM "Izberi &vse",       CMD_SELECT_ALL
-               MENUITEM "Èas/&Datum\tF5",    CMD_TIME_DATE
-       END
-       POPUP "F&ormat"
-       BEGIN
-               MENUITEM "Pr&elom vrstice",  CMD_WRAP
-               MENUITEM "&Font...",          CMD_FONT
+    POPUP "&Datoteka"
+    BEGIN
+        MENUITEM "&Nova\tCtrl+N",        CMD_NEW
+        MENUITEM "&Odpri\tCtrl+O",       CMD_OPEN
+        MENUITEM "&Shrani\tCtrl+S",      CMD_SAVE
+        MENUITEM "Shrani &kot ...",      CMD_SAVE_AS
+        MENUITEM SEPARATOR
+        MENUITEM "Na&tisni\tCtrl+P",     CMD_PRINT
+        MENUITEM "P&riprava strani ...", CMD_PAGE_SETUP
+        MENUITEM "&Tiskalnik ...",       CMD_PRINTER_SETUP
+        MENUITEM SEPARATOR
+        MENUITEM "Iz&hod",               CMD_EXIT
+    END
+    POPUP "&Urejanje"
+    BEGIN
+        MENUITEM "&Razveljavi\tCtrl+Z",   CMD_UNDO
+        MENUITEM SEPARATOR
+        MENUITEM "&Izre\9ei\tCtrl+X",       CMD_CUT
+        MENUITEM "&Kopiraj\tCtrl+C",      CMD_COPY
+        MENUITEM "&Prilepi\tCtrl+V",      CMD_PASTE
+        MENUITEM "Izbri&\9ai\tDel",         CMD_DELETE
+        MENUITEM SEPARATOR
+        MENUITEM "&Najdi ...",            CMD_SEARCH
+        MENUITEM "Na&daljuj iskanje\tF3", CMD_SEARCH_NEXT
+        MENUITEM "Replace\tCtrl+H",       CMD_REPLACE
+        MENUITEM "Go To...\tCtrl+G",      CMD_GOTO
+        MENUITEM SEPARATOR
+        MENUITEM "Izberi &vse",           CMD_SELECT_ALL
+        MENUITEM "Èas/&Datum\tF5",        CMD_TIME_DATE
+    END
+    POPUP "F&ormat"
+    BEGIN
+        MENUITEM "Pr&elom vrstice", CMD_WRAP
+        MENUITEM "&Font...",        CMD_FONT
         END
-       POPUP "&View"
-       BEGIN
-               MENUITEM "Status&bar",    CMD_STATUSBAR
-       END
-       POPUP "&Pomoè"
-       BEGIN
-               MENUITEM "&Teme pomoèi",         CMD_HELP_CONTENTS
-               MENUITEM "&Najdi ...",        CMD_HELP_SEARCH
-               MENUITEM "&O pomoèi",     CMD_HELP_ON_HELP
-               MENUITEM SEPARATOR
-               MENUITEM "&About"             CMD_ABOUT
-               MENUITEM "Inf&ormacije ...",      CMD_ABOUT_WINE
-       END
+    POPUP "&View"
+    BEGIN
+        MENUITEM "Status&bar", CMD_STATUSBAR
+    END
+    POPUP "&Pomoè"
+    BEGIN
+        MENUITEM "&Teme pomoèi",     CMD_HELP_CONTENTS
+        MENUITEM "&Najdi ...",       CMD_HELP_SEARCH
+        MENUITEM "&O pomoèi",        CMD_HELP_ON_HELP
+        MENUITEM SEPARATOR
+        MENUITEM "&About"            CMD_ABOUT
+        MENUITEM "Inf&ormacije ...", 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
@@ -198,4 +200,5 @@ STRING_UTF8,                                    "UTF-8"
 STRING_CRLF,                                    "Windows"
 STRING_LF,                                      "Unix"
 STRING_CR,                                      "Mac"
+STRING_LINE_COLUMN,                             "Line %d, column %d"
 END