Module: wine
Branch: stable
Commit: c10dbc7bac51c1f05ef6cdec0846ac1130faa035
URL: http://source.winehq.org/git/wine.git/?a=commit;h=c10dbc7bac51c1f05ef6cdec0…
Author: Anders Jonsson <anders.jonsson(a)norsjonet.se>
Date: Tue Aug 10 10:36:49 2010 +0200
jscript: Add Swedish translation.
(cherry picked from commit 45779f0943bab0064c1382da640e34216b45bbd8)
---
dlls/jscript/Makefile.in | 1 +
dlls/jscript/jscript_Sv.rc | 49 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+), 0 deletions(-)
diff --git a/dlls/jscript/Makefile.in b/dlls/jscript/Makefile.in
index 81c4071..5daef24 100644
--- a/dlls/jscript/Makefile.in
+++ b/dlls/jscript/Makefile.in
@@ -23,6 +23,7 @@ RC_SRCS = \
jscript_Ro.rc \
jscript_Ru.rc \
jscript_Si.rc \
+ jscript_Sv.rc \
jscript_Uk.rc \
rsrc.rc
diff --git a/dlls/jscript/jscript_Sv.rc b/dlls/jscript/jscript_Sv.rc
new file mode 100644
index 0000000..0b7c1d1
--- /dev/null
+++ b/dlls/jscript/jscript_Sv.rc
@@ -0,0 +1,49 @@
+/*
+ * Copyright 2010 Anders Jonsson
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#include "resource.h"
+
+#pragma code_page(65001)
+
+LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
+
+STRINGTABLE
+{
+ IDS_TO_PRIMITIVE "Kunde inte konvertera objekt till primitiv typ"
+ IDS_INVALID_CALL_ARG "Ogiltigt funktionsanrop eller argument"
+ IDS_CREATE_OBJ_ERROR "Automationsservern kunde inte skapa objekt"
+ IDS_NO_PROPERTY "Objektet stöder inte denna egenskap eller metod"
+ IDS_ARG_NOT_OPT "Argumentet är inte valfritt"
+ IDS_SYNTAX_ERROR "Syntaxfel"
+ IDS_SEMICOLON "';' förväntades"
+ IDS_LBRACKET "'(' förväntades"
+ IDS_RBRACKET "')' förväntades"
+ IDS_UNTERMINATED_STR "Oterminerad strängkonstant"
+ IDS_NOT_FUNC "Funktion förväntades"
+ IDS_NOT_DATE "'[object]' är inte ett datumobjekt"
+ IDS_NOT_NUM "Nummer förväntades"
+ IDS_OBJECT_EXPECTED "Objekt förväntades"
+ IDS_ILLEGAL_ASSIGN "Ogiltig tilldelning"
+ IDS_UNDEFINED "'|' är odefinierat"
+ IDS_NOT_BOOL "Boolskt objekt förväntades"
+ IDS_JSCRIPT_EXPECTED "JScript-objekt förväntades"
+ IDS_REGEXP_SYNTAX_ERROR "Syntaxfel i reguljärt uttryck"
+ IDS_URI_INVALID_CHAR "Den URI som ska kodas innehåller ogiltiga tecken"
+ IDS_INVALID_LENGTH "Array-längd måste vara ett positivt ändligt heltal"
+ IDS_ARRAY_EXPECTED "Array-objekt förväntades"
+}
Module: wine
Branch: stable
Commit: c234fec411b6ad7704cc285aec5d81b331d11dd4
URL: http://source.winehq.org/git/wine.git/?a=commit;h=c234fec411b6ad7704cc285ae…
Author: Anders Jonsson <anders.jonsson(a)norsjonet.se>
Date: Mon Aug 9 15:15:14 2010 +0200
reg: Add Swedish translation.
(cherry picked from commit 41f778f50efe0b00e26fd0f1c2c95284ae695785)
---
programs/reg/Makefile.in | 1 +
programs/reg/Sv.rc | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/programs/reg/Makefile.in b/programs/reg/Makefile.in
index 08d96e7..e4d4869 100644
--- a/programs/reg/Makefile.in
+++ b/programs/reg/Makefile.in
@@ -27,6 +27,7 @@ RC_SRCS = \
Ro.rc \
Ru.rc \
Si.rc \
+ Sv.rc \
Uk.rc
@MAKE_PROG_RULES@
diff --git a/programs/reg/Sv.rc b/programs/reg/Sv.rc
new file mode 100644
index 0000000..cdb5a84
--- /dev/null
+++ b/programs/reg/Sv.rc
@@ -0,0 +1,39 @@
+/*
+ * REG.EXE - Wine-compatible reg program.
+ * Swedish language support
+ *
+ * Copyright 2010 Anders Jonsson
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#include "reg.h"
+
+#pragma code_page(65001)
+
+LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
+
+STRINGTABLE
+{
+ STRING_USAGE, "Syntax för detta kommando är:\n\nREG [ ADD | DELETE | QUERY ]\nREG kommando /?\n"
+ STRING_ADD_USAGE, "REG ADD nyckelnamn [/v värdenamn | /ve] [/t typ] [/s separator] [/d data] [/f]\n"
+ STRING_DELETE_USAGE, "REG DELETE nyckelnamn [/v värdenamn | /ve | /va] [/f]\n"
+ STRING_QUERY_USAGE, "REG QUERY nyckelnamn [/v värdenamn | /ve] [/s]\n"
+ STRING_SUCCESS, "Operation slutfördes utan problem\n"
+ STRING_INVALID_KEY, "Fel: ogiltigt nyckelnamn\n"
+ STRING_INVALID_CMDLINE, "Fel: ogiltiga kommandoradsparametrar\n"
+ STRING_NO_REMOTE, "Fel: Kan inte lägga till nycklar till fjärrmaskin\n"
+ STRING_CANNOT_FIND, "Fel: Systemet kunde inte hitta angiven nyckel eller värde i registret\n"
+}
Module: wine
Branch: stable
Commit: f4367b89f9e4539b463dea6f6da9a86cb629d257
URL: http://source.winehq.org/git/wine.git/?a=commit;h=f4367b89f9e4539b463dea6f6…
Author: Anders Jonsson <anders.jonsson(a)norsjonet.se>
Date: Mon Aug 9 15:13:56 2010 +0200
start: Add Swedish translation.
(cherry picked from commit d59ae39dc925dff1d0a1cef412120b762a298ea0)
---
programs/start/Makefile.in | 1 +
programs/start/Sv.rc | 73 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 74 insertions(+), 0 deletions(-)
diff --git a/programs/start/Makefile.in b/programs/start/Makefile.in
index 027698e..f112d14 100644
--- a/programs/start/Makefile.in
+++ b/programs/start/Makefile.in
@@ -27,6 +27,7 @@ RC_SRCS = \
Ro.rc \
Ru.rc \
Si.rc \
+ Sv.rc \
Tr.rc \
Uk.rc
diff --git a/programs/start/Sv.rc b/programs/start/Sv.rc
new file mode 100644
index 0000000..e8ab53e
--- /dev/null
+++ b/programs/start/Sv.rc
@@ -0,0 +1,73 @@
+/*
+ * Start
+ * Swedish Language Support
+ *
+ * Copyright 2010 Anders Jonsson
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#include "resources.h"
+
+#pragma code_page(65001)
+
+LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
+
+STRINGTABLE DISCARDABLE
+{
+STRING_USAGE, "Starta ett program, eller öppna ett dokument i programmet som normalt används\n\
+för filer med den filändelsen.\n\
+Användning:\n\
+start [val] programmets_filnamn [...]\n\
+start [val] dokumentets_filnamn\n\
+\n\
+Val:\n\
+/M[inimized] Starta programmet minimerat.\n\
+/MAX[imized] Starta programmet maximerat.\n\
+/R[estored] Starta programmet normalt (varken minimerat eller maximerat).\n\
+/W[ait] Vänta på att startat program avslutar, avsluta sedan med dess\n\ avslutsskod.\n\
+/Unix Använd ett Unix-filnamn och starta filen som windows explorer.\n\
+/ProgIDOpen Öppna ett dokument med hjälp av följande progID.\n\
+/L Visa slutanvändarlicens.\n\
+\n\
+start.exe version 0.2 Copyright (C) 2003, Dan Kegel\n\
+Start kommer UTAN NÅGON SOM HELST GARANTI; kör med valet /L för detaljer.\n\
+Detta program är fri programvara, du är välkommen att distribuera det\n\
+vidare under vissa villkor; kör 'start /L' för detaljer.\n\
+"
+
+STRING_LICENSE, "start.exe version 0.2 Copyright (C) 2003, Dan Kegel\n\
+Detta program är fri programvara. Du kan distribuera det och/eller\n\
+modifiera det under villkoren i GNU Lesser Public License, publicerad\n\
+av Free Software Foundation, antingen version 2.1 eller (om du så vill)\n\
+någon senare version.\n\
+\n\
+Detta program distribueras i hopp om att det ska vara\n\
+användbart,men UTAN NÅGON SOM HELST GARANTI, även utan\n\
+underförstådd garanti om SÄLJBARHET eller LÄMPLIGHET FÖR NÅGOT\n\
+SPECIELLT ÄNDAMÅL. Se GNU Lesser Public License för ytterligare\n\
+information.\n\
+\n\
+Du bör ha fått en kopia av GNU Lesser Public License tillsammans\n\
+med detta program. Om inte, skriv till the Free Software Foundation,\n\
+Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.\n\
+\n\
+Se filen COPYING.LIB för licensinformation.\n\
+"
+
+STRING_EXECFAIL, "Programmet kunde inte startas, eller så var inget program associerat med den angivna filen.\n'ShellExecuteEx' misslyckades"
+
+STRING_UNIXFAIL "Kunde inte konvertera Unix-filnamnet till ett DOS-filnamn."
+}
Module: wine
Branch: stable
Commit: 59153359275cb7e0a94b026d46a8b530f9fc6640
URL: http://source.winehq.org/git/wine.git/?a=commit;h=59153359275cb7e0a94b026d4…
Author: Anders Jonsson <anders.jonsson(a)norsjonet.se>
Date: Mon Aug 9 15:12:17 2010 +0200
xcopy: Add Swedish translation.
(cherry picked from commit 4c3bd79ecf6593d88f2b3cef46d7d981c061068c)
---
programs/xcopy/Makefile.in | 1 +
programs/xcopy/Sv.rc | 82 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 83 insertions(+), 0 deletions(-)
diff --git a/programs/xcopy/Makefile.in b/programs/xcopy/Makefile.in
index 8d8e9e7..f609b0b 100644
--- a/programs/xcopy/Makefile.in
+++ b/programs/xcopy/Makefile.in
@@ -28,6 +28,7 @@ RC_SRCS = \
Ro.rc \
Ru.rc \
Si.rc \
+ Sv.rc \
Uk.rc
@MAKE_PROG_RULES@
diff --git a/programs/xcopy/Sv.rc b/programs/xcopy/Sv.rc
new file mode 100644
index 0000000..e12e754
--- /dev/null
+++ b/programs/xcopy/Sv.rc
@@ -0,0 +1,82 @@
+/*
+ * XCOPY - Wine-compatible xcopy program
+ * Swedish language support
+ *
+ * Copyright (C) 2010 Anders Jonsson
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#include "xcopy.h"
+
+#pragma code_page(65001)
+
+LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
+
+STRINGTABLE
+{
+ STRING_INVPARMS, "Ogiltigt antal parametrar - Använd xcopy /? för hjälp\n"
+ STRING_INVPARM, "Ogiltig parameter '%s' - Använd xcopy /? för hjälp\n"
+ STRING_PAUSE, "Tryck <enter> för att börja kopiera\n"
+ STRING_SIMCOPY, "%d fil(er) skulle kopieras\n"
+ STRING_COPY, "%d fil(er) kopierade\n"
+ STRING_QISDIR, "Är '%s' ett filnamn eller en katalog\n" \
+ "på målet?\n" \
+ "(F - Fil, K - Katalog)\n"
+ STRING_SRCPROMPT,"%s? (Ja|Nej)\n"
+ STRING_OVERWRITE,"Skriv över %s? (Ja|Nej|Alla)\n"
+ STRING_COPYFAIL, "Kunde inte kopiera '%s' till '%s'; misslyckades med r/c %d\n"
+ STRING_OPENFAIL, "Kunde inte öppna '%s'\n"
+ STRING_READFAIL, "Kunde inte läsa '%s'\n"
+ STRING_YES_CHAR, "J"
+ STRING_NO_CHAR, "N"
+ STRING_ALL_CHAR, "A"
+ STRING_FILE_CHAR,"F"
+ STRING_DIR_CHAR, "K"
+
+ STRING_HELP,
+"XCOPY - Kopierar källfiler eller katalogträd till ett mål\n\
+\n\
+Syntax:\n\
+XCOPY källa [dest] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
+\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
+\n\
+Där:\n\
+\n\
+[/I] Antag att målet är en katalog om målet inte existerar och \n\
+\ två eller fler filer kopieras\n\
+[/S] Kopiera kataloger och underkataloger\n\
+[/E] Kopiera kataloger och underkataloger, inklusive tomma sådana\n\
+[/Q] Tyst läge: Lista inte filnamn under kopiering\n\
+[/F] Visa fulla käll- och målnamn under kopiering\n\
+[/L] Simulerar operationen och visar namn som skulle kopieras\n\
+[/W] Frågar innan kopieringen påbörjas\n\
+[/T] Skapar tom katalogstruktur men kopierar inga filer\n\
+[/Y] Fråga inte när filer skrivs över\n\
+[/-Y] Fråga innan filer skrivs över\n\
+[/P] Fråga för varje källfil som kopieras.\n\
+[/N] Kopiera som korta filnamn\n\
+[/U] Kopiera enbart filer som redan existerar i destinationskatalogen\n\
+[/R] Skriv över skrivskyddade filer\n\
+[/H] Inkludera gömda filer och systemfiler i kopian\n\
+[/C] Fortsätt även om ett fel uppstår under kopieringen\n\
+[/A] Kopiera enbart filer markerade som arkiv\n\
+[/M] Kopiera enbart filer markerade som arkiv, ta bort\n\
+\ markeringen\n\
+[/D | /D:m-d-y] Kopiera nya filer eller de ändrade efter angivet datum.\n\
+\t\tOm inget datum angivits utförs endast kopiering om målet är\n\
+\t\täldre än källan\n\n"
+
+}
Module: wine
Branch: stable
Commit: 138e8d5d4265afffb83a751b7d064041784f0b5d
URL: http://source.winehq.org/git/wine.git/?a=commit;h=138e8d5d4265afffb83a751b7…
Author: Yaron Shahrabani <sh.yaron(a)gmail.com>
Date: Sun Aug 1 12:43:23 2010 +0300
wineboot: Added Hebrew translation.
(cherry picked from commit ffab78ed514f84433c6f9b22a613e447630b9f78)
---
programs/wineboot/Makefile.in | 1 +
programs/wineboot/wineboot_He.rc | 52 ++++++++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+), 0 deletions(-)
diff --git a/programs/wineboot/Makefile.in b/programs/wineboot/Makefile.in
index 45e9ed0..b0207c1 100644
--- a/programs/wineboot/Makefile.in
+++ b/programs/wineboot/Makefile.in
@@ -18,6 +18,7 @@ RC_SRCS = \
wineboot_En.rc \
wineboot_Es.rc \
wineboot_Fr.rc \
+ wineboot_He.rc \
wineboot_It.rc \
wineboot_Ja.rc \
wineboot_Ko.rc \
diff --git a/programs/wineboot/wineboot_He.rc b/programs/wineboot/wineboot_He.rc
new file mode 100644
index 0000000..bce62d3
--- /dev/null
+++ b/programs/wineboot/wineboot_He.rc
@@ -0,0 +1,52 @@
+/*
+ * WineBoot resources
+ *
+ * Copyright (C) 2007 Robert Shearman for CodeWeavers
+ * Hebrew translation by Yaron Shahrabani <sh.yaron(a)gmail.com>, 2010
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ *
+ */
+
+#include "resource.h"
+
+#pragma code_page(65001)
+
+LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
+
+IDD_ENDTASK DIALOG 0, 0, 186, 71
+STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
+EXSTYLE WS_EX_LAYOUTRTL
+CAPTION "בהמתנה לתכנה"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ DEFPUSHBUTTON "ביטול",IDCANCEL,129,49,50,15
+ PUSHBUTTON "חיסול התהליך",IDOK,51,49,71,15
+ LTEXT "מתבצעת הדמייה של ניתוק או כיבוי, אך תכנית זו אינה מגיבה.",
+ IDC_STATIC,7,7,172,19
+ LTEXT "אם התהליך יחוסל יתכן שכל הנתונים שלא נשמרו ילכו לאיבוד.",
+ IDC_STATIC,7,28,172,15
+END
+
+IDD_WAITDLG DIALOG 0, 0, 200, 50
+STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED
+EXSTYLE WS_EX_LAYOUTRTL
+CAPTION "Wine"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ ICON "", IDC_WAITICON, 3, 3, 10, 10
+ LTEXT "התצורה של wine שב־%s מתעדכנת, נא להמתין...",
+ IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX
+END
Module: wine
Branch: stable
Commit: a935809a086fd4f558d96d3025126a32cfeadffe
URL: http://source.winehq.org/git/wine.git/?a=commit;h=a935809a086fd4f558d96d302…
Author: Yaron Shahrabani <sh.yaron(a)gmail.com>
Date: Sun Aug 1 14:18:25 2010 +0300
clock: Added Hebrew translation.
(cherry picked from commit 145910742f115f3f2304dce0bfe515d0e5540f4f)
---
programs/clock/He.rc | 52 ++++++++++++++++++++++++++++++++++++++++++++
programs/clock/Makefile.in | 1 +
2 files changed, 53 insertions(+), 0 deletions(-)
diff --git a/programs/clock/He.rc b/programs/clock/He.rc
new file mode 100644
index 0000000..b22921b
--- /dev/null
+++ b/programs/clock/He.rc
@@ -0,0 +1,52 @@
+/*
+ * Clock (English resources)
+ *
+ * Copyright 1998 Marcel Baur <mbaur(a)g26.ethz.ch>
+ * Copyright 2002 Sylvain Petreolle <spetreolle(a)yahoo.fr>
+ * Copyright 2010 Yaron Shahrabani <sh.yaron(a)gmail.com>
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#include "clock_res.h"
+
+#pragma code_page(65001)
+
+LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
+
+MAIN_MENU MENU
+{
+ POPUP "&מאפיינים" {
+ MENUITEM "&אנלוגי", IDM_ANALOG
+ MENUITEM "&דיגיטלי", IDM_DIGITAL
+ MENUITEM SEPARATOR
+ MENUITEM "&גופן...", IDM_FONT
+ MENUITEM SEPARATOR
+ MENUITEM "&ללא שורת כותרת", IDM_NOTITLE
+ MENUITEM SEPARATOR
+ MENUITEM "&שניות", IDM_SECONDS
+ MENUITEM "&תאריך", IDM_DATE
+ MENUITEM SEPARATOR
+ MENUITEM "תמיד &עליון", IDM_ONTOP
+ }
+ POPUP "&פרטים" {
+ MENUITEM "על &אודות השעון...", IDM_ABOUT
+ }
+}
+
+STRINGTABLE
+{
+IDS_CLOCK, "Clock"
+}
diff --git a/programs/clock/Makefile.in b/programs/clock/Makefile.in
index c372100..ca7f362 100644
--- a/programs/clock/Makefile.in
+++ b/programs/clock/Makefile.in
@@ -20,6 +20,7 @@ RC_SRCS = \
Es.rc \
Fi.rc \
Fr.rc \
+ He.rc \
Hu.rc \
It.rc \
Ja.rc \