reactos/base/setup/welcome/lang/he-IL.rc
Hermès Bélusca-Maïto 5b14b6f581
[WELCOME] Minor usage improvements.
- Don't hardcode the installer file name in ExpandInstallerPath() but
  provide it from a parameter. Return TRUE/FALSE if the installer file
  is/is not found.

- Expand any environment string present in the items command line.

- Enable/disable the menu buttons depending on whether or not an
  associated command is present.

- Enable mirroring from resources.
2018-10-08 21:00:14 +02:00

49 lines
1.3 KiB
Plaintext

/* Translated by Baruch Rutman */
LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
/*
* Enable RTL mirroring by adding two left-to-right marks (LRMs)
* in front of the FileDescription value of the version stamping.
*/
#undef REACTOS_STR_FILE_DESCRIPTION
#define REACTOS_STR_FILE_DESCRIPTION L"\x200e\x200e" L"ReactOS-Welcome"
#include <reactos/version.rc>
/* String Tables */
/* Default settings */
STRINGTABLE
BEGIN
IDS_APPTITLE "ברוכים הבאים - ReactOS"
IDS_DEFAULT_TOPIC_TITLE "ReactOS"
IDS_DEFAULT_TOPIC_DESC "ברוכים הבאים למערכת ההפעלה ReactOS,\nבחר נושא מצד ימין"
IDS_FONTNAME "Tahoma"
IDS_CHECKTEXT "הראה חלון זה שוב"
IDS_CLOSETEXT "יציאה"
END
/* Topic buttons */
STRINGTABLE
BEGIN
IDS_TOPIC_BUTTON0 "התקנת ReactOS"
IDS_TOPIC_BUTTON1 "סייר בתוכן הדיסק"
IDS_TOPIC_BUTTON2 "יציאה"
END
/* Topic titles */
STRINGTABLE
BEGIN
IDS_TOPIC_TITLE0 "התקנת ReactOS"
IDS_TOPIC_TITLE1 "סייר בתוכן הדיסק"
IDS_TOPIC_TITLE2 "יציאה"
END
/* Topic descriptions */
STRINGTABLE
BEGIN
IDS_TOPIC_DESC0 "צור התקנה חדשה של ReactOS במחשבך או שדרג את ההתקנה הנוכחית."
IDS_TOPIC_DESC1 "סייר בתוכן הדיסק."
IDS_TOPIC_DESC2 "לחץ כדי לסגור יישום זה."
END