Here is a patch to add some missing or not working localisations

Gilles 
Index: abi/src/af/xap/win/xap_Win32Dlg_PluginManager.cpp
===================================================================
RCS file: /cvsroot/abi/src/af/xap/win/xap_Win32Dlg_PluginManager.cpp,v
retrieving revision 1.3
diff -u -r1.3 xap_Win32Dlg_PluginManager.cpp
--- abi/src/af/xap/win/xap_Win32Dlg_PluginManager.cpp   2001/09/12 16:34:36     1.3
+++ abi/src/af/xap/win/xap_Win32Dlg_PluginManager.cpp   2001/09/23 12:52:36
@@ -148,7 +148,7 @@
        SetWindowText(hWnd, pSS->getValue(XAP_STRING_ID_DLG_PLUGIN_MANAGER_TITLE));
 
        // localize controls
-               // No controls except the CLOSE button???
+       _DSX(PLUGIN_MANAGER_BTN_CLOSE, DLG_Close);
 
        // setup the tabs
        {
Index: abi/src/wp/ap/win/ap_Win32Dialog_Lists.cpp
===================================================================
RCS file: /cvsroot/abi/src/wp/ap/win/ap_Win32Dialog_Lists.cpp,v
retrieving revision 1.24
diff -u -r1.24 ap_Win32Dialog_Lists.cpp
--- abi/src/wp/ap/win/ap_Win32Dialog_Lists.cpp  2001/09/18 21:23:46     1.24
+++ abi/src/wp/ap/win/ap_Win32Dialog_Lists.cpp  2001/09/23 12:52:50
@@ -150,7 +150,7 @@
                AP_RID_DIALOG_LIST_BUTTON_DEFAULT               , 
AP_STRING_ID_DLG_Lists_SetDefault,
                AP_RID_DIALOG_LIST_STATIC_FORMAT                , 
AP_STRING_ID_DLG_Lists_Format,
                AP_RID_DIALOG_LIST_STATIC_FONT                  , 
AP_STRING_ID_DLG_Lists_Font,
-               AP_RID_DIALOG_LIST_BTN_FONT                             , 
AP_STRING_ID_DLG_Lists_Font, // FIXME, should append ellipsis
+               AP_RID_DIALOG_LIST_BTN_FONT                             , 
+AP_STRING_ID_DLG_Lists_ButtonFont,
                AP_RID_DIALOG_LIST_STATIC_LEVEL                 , 
AP_STRING_ID_DLG_Lists_Level,
                AP_RID_DIALOG_LIST_STATIC_START_AT              , 
AP_STRING_ID_DLG_Lists_Start,
                AP_RID_DIALOG_LIST_STATIC_LIST_ALIGN    , AP_STRING_ID_DLG_Lists_Align,
Index: abi/src/wp/ap/win/ap_Win32Dialog_PageSetup.cpp
===================================================================
RCS file: /cvsroot/abi/src/wp/ap/win/ap_Win32Dialog_PageSetup.cpp,v
retrieving revision 1.8
diff -u -r1.8 ap_Win32Dialog_PageSetup.cpp
--- abi/src/wp/ap/win/ap_Win32Dialog_PageSetup.cpp      2001/08/30 23:24:47     1.8
+++ abi/src/wp/ap/win/ap_Win32Dialog_PageSetup.cpp      2001/09/23 12:52:54
@@ -354,8 +354,8 @@
                        _DS(PAGE_SETUP_LBL_WITDH,                       
DLG_PageSetup_Width);                   
                        _DS(PAGE_SETUP_LBL_HEIGHT,                      
DLG_PageSetup_Height);                  
                        _DS(PAGE_SETUP_LBL_UNITS,                       
DLG_PageSetup_Units);                   
-                       _DS(PAGE_SETUP_LBL_PORTRAIT,            
DLG_PageSetup_Portrait);                        
-                       _DS(PAGE_SETUP_LBL_LANDSCAPE,           
DLG_PageSetup_Landscape);                       
+                       _DS(PAGE_SETUP_RDO_PORTRAIT,            
+DLG_PageSetup_Portrait);                        
+                       _DS(PAGE_SETUP_RDO_LANDSCAPE,           
+DLG_PageSetup_Landscape);                       
                        _DS(PAGE_SETUP_LBL_ADJUSTTO,            DLG_PageSetup_Adjust); 
                 
                        _DS(PAGE_SETUP_LBL_PERCENTOFSIZE,       
DLG_PageSetup_Percent);                 
 
@@ -444,6 +444,7 @@
        case AP_RID_DIALOG_PAGE_SETUP_MARGINS:
                {
                        // Localize Controls
+                       _DS(PAGE_SETUP_LBL_UNITS,                       
+DLG_PageSetup_Units);                   
                        _DS(PAGE_SETUP_LBL_TOP,                         
DLG_PageSetup_Top);
                        _DS(PAGE_SETUP_LBL_BOTTOM,                      
DLG_PageSetup_Bottom);
                        _DS(PAGE_SETUP_LBL_LEFT,                DLG_PageSetup_Left);
Index: abi/src/wp/ap/win/ap_Win32Res_DlgPageSetup.rc2
===================================================================
RCS file: /cvsroot/abi/src/wp/ap/win/ap_Win32Res_DlgPageSetup.rc2,v
retrieving revision 1.4
diff -u -r1.4 ap_Win32Res_DlgPageSetup.rc2
--- abi/src/wp/ap/win/ap_Win32Res_DlgPageSetup.rc2      2001/09/05 06:06:36     1.4
+++ abi/src/wp/ap/win/ap_Win32Res_DlgPageSetup.rc2      2001/09/23 12:52:59
@@ -44,8 +44,6 @@
 #define AP_RID_DIALOG_PAGE_SETUP_LBL_WITDH                                     1109
 #define AP_RID_DIALOG_PAGE_SETUP_LBL_HEIGHT                                    1110
 #define AP_RID_DIALOG_PAGE_SETUP_LBL_UNITS                                     1111
-#define AP_RID_DIALOG_PAGE_SETUP_LBL_PORTRAIT                          1112
-#define AP_RID_DIALOG_PAGE_SETUP_LBL_LANDSCAPE                         1113
 #define AP_RID_DIALOG_PAGE_SETUP_LBL_ADJUSTTO                          1114
 #define AP_RID_DIALOG_PAGE_SETUP_LBL_PERCENTOFSIZE                     1115
 #define AP_RID_DIALOG_PAGE_SETUP_EBX_WIDTH                                     1116
Index: abi/src/wp/ap/xp/ap_String_Id.h
===================================================================
RCS file: /cvsroot/abi/src/wp/ap/xp/ap_String_Id.h,v
retrieving revision 1.101
diff -u -r1.101 ap_String_Id.h
--- abi/src/wp/ap/xp/ap_String_Id.h     2001/08/26 23:20:07     1.101
+++ abi/src/wp/ap/xp/ap_String_Id.h     2001/09/23 12:53:10
@@ -434,6 +434,7 @@
 dcl(DLG_Lists_Customize,                          "Customized List")
 dcl(DLG_Lists_Format,                        "Format:")
 dcl(DLG_Lists_Font,                     "Font:")
+dcl(DLG_Lists_ButtonFont,                "Font...")
 dcl(DLG_Lists_Level,                     "Level Delimiter:")
 dcl(DLG_Lists_Start,                     "Start At:")
 dcl(DLG_Lists_Align,                     "Text Align:")

Reply via email to