Module: wine Branch: master Commit: 5474811fe127dff139a10a1324dbe87b704ce552 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5474811fe127dff139a10a1324...
Author: Yaron Shahrabani sh.yaron@gmail.com Date: Fri Oct 22 08:54:04 2010 +0200
mapi32: Added Hebrew translation.
---
dlls/mapi32/He.rc | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/dlls/mapi32/He.rc b/dlls/mapi32/He.rc index 72d84e9..93fa755 100644 --- a/dlls/mapi32/He.rc +++ b/dlls/mapi32/He.rc @@ -22,10 +22,12 @@
#include "res.h"
+#pragma code_page(65001) + LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
STRINGTABLE { - IDS_NO_MAPI_CLIENT, "����� ����� ������ ����� ����� ���� �� ���� ����� MAPI �����." - IDS_SEND_MAIL, "����� �����" + IDS_NO_MAPI_CLIENT, "שליחת הודעת הדוא״ל נכשלה כיוון שאין לך לקוח דוא״ל MAPI מותקן." + IDS_SEND_MAIL, "שליחת דוא״ל" }