https://git.reactos.org/?p=reactos.git;a=commitdiff;h=10798fa3ff51fc650e137f...
commit 10798fa3ff51fc650e137fd24badfb1ea0c0f6f1 Author: Shy Zedaka shaytzedaka@outlook.com AuthorDate: Fri Jul 19 18:08:33 2019 +0300 Commit: Hermès BÉLUSCA - MAÏTO hermes.belusca-maito@reactos.org CommitDate: Fri Jul 19 17:08:33 2019 +0200
[TRANSLATION] Hebrew Translation for Services (#1741) --- base/system/services/lang/he-IL.rc | 12 ++++++++++++ base/system/services/services.rc | 3 +++ 2 files changed, 15 insertions(+)
diff --git a/base/system/services/lang/he-IL.rc b/base/system/services/lang/he-IL.rc new file mode 100644 index 00000000000..5b3a454ced0 --- /dev/null +++ b/base/system/services/lang/he-IL.rc @@ -0,0 +1,12 @@ +LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT + +STRINGTABLE +BEGIN + IDS_SERVICE_START "התחל" + IDS_SERVICE_STOP "עצור" + IDS_SERVICE_PAUSE "השהה" + IDS_SERVICE_RESUME "התחל מחדש" + IDS_SERVICE_RUNNING "פועל" + IDS_SERVICE_STOPPED "נעצר" + IDS_SERVICE_PAUSED "מושהה" +END diff --git a/base/system/services/services.rc b/base/system/services/services.rc index 5293003d6fb..e2564f5197a 100644 --- a/base/system/services/services.rc +++ b/base/system/services/services.rc @@ -27,6 +27,9 @@ #ifdef LANGUAGE_FR_FR #include "lang/fr-FR.rc" #endif +#ifdef LANGUAGE_HE_IL + #include "lang/he-IL.rc" +#endif #ifdef LANGUAGE_ID_ID #include "lang/id-ID.rc" #endif