mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:35:45 +00:00
[TRANSLATION] Hebrew Translation for Services (#1741)
This commit is contained in:
parent
74bcf3083d
commit
10798fa3ff
2 changed files with 15 additions and 0 deletions
12
base/system/services/lang/he-IL.rc
Normal file
12
base/system/services/lang/he-IL.rc
Normal file
|
@ -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
|
|
@ -27,6 +27,9 @@
|
||||||
#ifdef LANGUAGE_FR_FR
|
#ifdef LANGUAGE_FR_FR
|
||||||
#include "lang/fr-FR.rc"
|
#include "lang/fr-FR.rc"
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef LANGUAGE_HE_IL
|
||||||
|
#include "lang/he-IL.rc"
|
||||||
|
#endif
|
||||||
#ifdef LANGUAGE_ID_ID
|
#ifdef LANGUAGE_ID_ID
|
||||||
#include "lang/id-ID.rc"
|
#include "lang/id-ID.rc"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue