Patch by Andreas Ntakas freedatanow@yahoo.com: - Greek translation of aclui.dll Modified: trunk/reactos/lib/aclui/aclui.rc Added: trunk/reactos/lib/aclui/aclui_El.rc _____
Modified: trunk/reactos/lib/aclui/aclui.rc --- trunk/reactos/lib/aclui/aclui.rc 2005-12-27 22:00:43 UTC (rev 20380) +++ trunk/reactos/lib/aclui/aclui.rc 2005-12-27 22:28:45 UTC (rev 20381) @@ -10,6 +10,7 @@
IDB_USRGRPIMAGES BITMAP "res/usrgrp.bmp" #include "aclui_Ja.rc" +#include "aclui_El.rc" #include "aclui_En.rc" #include "aclui_De.rc" #include "aclui_Hu.rc" _____
Added: trunk/reactos/lib/aclui/aclui_El.rc --- trunk/reactos/lib/aclui/aclui_El.rc 2005-12-27 22:00:43 UTC (rev 20380) +++ trunk/reactos/lib/aclui/aclui_El.rc 2005-12-27 22:28:45 UTC (rev 20381) @@ -0,0 +1,28 @@
+LANGUAGE LANG_GREEK, SUBLANG_DEFAULT + +IDD_SECPAGE DIALOGEX 0, 0, 227, 215 +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_CAPTION +CAPTION "?¾÷?ÙÕÚß" +FONT 8, "MS Shell Dlg", 0, 0, 0x0 +BEGIN + LTEXT "&¤Ý³ýß¶ß ´ý?õ¨Ý ÛßÚ ¸±þ¾¶?Ý:", -1, 7, 7, 105, 8 + CONTROL "", IDC_PRINCIPALS, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_TABSTOP, 7, 17, 213, 66, WS_EX_NOPARENTNOTIFY | WS_EX_CLIENTEDGE + PUSHBUTTON "ð&±´¾ÞÌÛþ...", IDC_ADD_PRINCIPAL, 116, 87, 50, 14 + PUSHBUTTON "&?÷ß?±Õ¾þ", IDC_REMOVE_PRINCIPAL, 170, 87, 50, 14 + LTEXT "", IDC_LABEL_PERMISSIONS_FOR, 7, 107, 105, 8, SS_LEFT | SS_NOPREFIX + LTEXT "?Ú¶±¦Õ¶ßÚ", IDC_LABEL_ALLOW, 135, 107, 32, 8, SS_CENTER + LTEXT "?´ÛÙÕ?Õ¶ßÚ", IDC_LABEL_DENY, 176, 107, 32, 8, SS_CENTER + CONTROL "", IDC_ACE_CHECKLIST, "CHECKLIST_ACLUI", WS_CHILD | WS_VISIBLE | WS_TABSTOP, 7, 117, 213, 72, WS_EX_CLIENTEDGE + LTEXT "?Úß ÕÚõÚÛ? õÚÛßÚ?ýß¶ß Ì ±´¸¨±þý¦ÝÕ? ±§Þý?¾ÕÚ?, ߶̾¶Õ ¾¶´ ? Úß ð±´¸¨±þý¦Ý´§?.", IDC_LABEL_ADVANCED, 7, 194, 153, 16, SS_LEFT + PUSHBUTTON "?&Úß ð±´¸¨±þý¦Ý´§?", IDC_ADVANCED, 165, 194, 55, 14 +END + +STRINGTABLE DISCARDABLE +{ + IDS_PSP_TITLE "?ÚÛßÚ?ýß¶ß ÒÚß ¶´ %1" + IDS_UNKNOWN "óÒݨ¾¶´" + IDS_SPECIAL_PERMISSIONS "?ÚõÚÛ? ?ÚÛßÚ?ýß¶ß" + IDS_PERMISSIONS_FOR "?ÚÛßÚ?ýß¶ß ÒÚß ¶´ %1" + IDS_PERMISSIONS "?ÚÛßÚ?ýß¶ß" +} + Property changes on: trunk/reactos/lib/aclui/aclui_El.rc ___________________________________________________________________ Name: svn:keywords + author date revision Name: svn:eol-style + native