Author: jani Date: Thu Feb 28 19:24:36 2013 New Revision: 1451304 URL: http://svn.apache.org/r1451304 Log: update to make sw/xmlsecurity work
Modified: openoffice/branches/l10n/main/sc/source/ui/src/popup.src openoffice/branches/l10n/main/sd/source/ui/dlg/celltempl.src openoffice/branches/l10n/main/sw/source/ui/app/app.src openoffice/branches/l10n/main/xmlsecurity/source/dialogs/digitalsignaturesdialog.src Modified: openoffice/branches/l10n/main/sc/source/ui/src/popup.src URL: http://svn.apache.org/viewvc/openoffice/branches/l10n/main/sc/source/ui/src/popup.src?rev=1451304&r1=1451303&r2=1451304&view=diff ============================================================================== --- openoffice/branches/l10n/main/sc/source/ui/src/popup.src (original) +++ openoffice/branches/l10n/main/sc/source/ui/src/popup.src Thu Feb 28 19:24:36 2013 @@ -320,7 +320,8 @@ Menu RID_POPUP_EDIT { Identifier = RID_MN_FORMAT_STYLE ; HelpID = HID_MN_FORMAT_STYLE ; - Text [ en-US ] = "Style" ; +//DUPLICATE Text [ en-US ] = "Style" ; + Text [ en-US ] = "St~yle"; SubMenu = Menu { ItemList = @@ -377,7 +378,6 @@ Menu RID_POPUP_EDIT }; }; }; - Text [ en-US ] = "St~yle"; }; //------------------------------ MenuItem { Separator = TRUE ; }; Modified: openoffice/branches/l10n/main/sd/source/ui/dlg/celltempl.src URL: http://svn.apache.org/viewvc/openoffice/branches/l10n/main/sd/source/ui/dlg/celltempl.src?rev=1451304&r1=1451303&r2=1451304&view=diff ============================================================================== --- openoffice/branches/l10n/main/sd/source/ui/dlg/celltempl.src (original) +++ openoffice/branches/l10n/main/sd/source/ui/dlg/celltempl.src Thu Feb 28 19:24:36 2013 @@ -45,28 +45,24 @@ TabDialog TAB_CELL_TEMPLATE { Identifier = RID_SVXPAGE_CHAR_NAME ; PageResID = RID_SVXPAGE_CHAR_NAME ; - Text [ de ] = "Schrift" ; Text [ en-US ] = "Font" ; }; PageItem { Identifier = RID_SVXPAGE_CHAR_EFFECTS ; PageResID = RID_SVXPAGE_CHAR_EFFECTS ; - Text [ de ] = "Schrifteffekt" ; Text [ en-US ] = "Font Effects" ; }; PageItem { Identifier = RID_SVXPAGE_BORDER; PageResID = RID_SVXPAGE_BORDER; - Text [ de ] = "Umrandung" ; Text [ en-US ] = "Borders" ; }; PageItem { Identifier = RID_SVXPAGE_AREA; PageResID = RID_SVXPAGE_AREA; - Text [ de ] = "Hintergrund"; Text [ en-US ] = "Background"; }; }; Modified: openoffice/branches/l10n/main/sw/source/ui/app/app.src URL: http://svn.apache.org/viewvc/openoffice/branches/l10n/main/sw/source/ui/app/app.src?rev=1451304&r1=1451303&r2=1451304&view=diff ============================================================================== --- openoffice/branches/l10n/main/sw/source/ui/app/app.src (original) +++ openoffice/branches/l10n/main/sw/source/ui/app/app.src Thu Feb 28 19:24:36 2013 @@ -107,8 +107,8 @@ SfxStyleFamilies DLG_STYLE_DESIGNER { SfxStyleFamilyItem { - Text [ en-US ] = "Paragraph Styles" ; StyleFamily = SFX_STYLE_FAMILY_PARA ; + Text [ en-US ] = "Paragraph Styles" ; FilterList [ en-US ] = { < "All Styles" ; SFXSTYLEBIT_ALL ; > ; @@ -126,8 +126,8 @@ SfxStyleFamilies DLG_STYLE_DESIGNER }; SfxStyleFamilyItem { - Text [ en-US ] = "Character Styles" ; StyleFamily = SFX_STYLE_FAMILY_CHAR ; + Text [ en-US ] = "Character Styles" ; FilterList [ en-US ] = { < "All" ; SFXSTYLEBIT_ALL ; > ; @@ -137,8 +137,8 @@ SfxStyleFamilies DLG_STYLE_DESIGNER }; SfxStyleFamilyItem { - Text [ en-US ] = "Frame Styles" ; StyleFamily = SFX_STYLE_FAMILY_FRAME ; + Text [ en-US ] = "Frame Styles" ; FilterList [ en-US ] = { < "All" ; SFXSTYLEBIT_ALL ; > ; @@ -148,8 +148,8 @@ SfxStyleFamilies DLG_STYLE_DESIGNER }; SfxStyleFamilyItem { - Text [ en-US ] = "Page Styles" ; StyleFamily = SFX_STYLE_FAMILY_PAGE ; + Text [ en-US ] = "Page Styles" ; FilterList [ en-US ] = { < "All" ; SFXSTYLEBIT_ALL ; > ; @@ -160,13 +160,13 @@ SfxStyleFamilies DLG_STYLE_DESIGNER SfxStyleFamilyItem { StyleFamily = SFX_STYLE_FAMILY_PSEUDO ; + Text [ en-US ] = "List Styles" ; FilterList [ en-US ] = { < "All" ; SFXSTYLEBIT_ALL ; > ; < "Applied Styles" ; SFXSTYLEBIT_USED ; > ; < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ; }; - Text [ en-US ] = "List Styles" ; }; }; Modified: openoffice/branches/l10n/main/xmlsecurity/source/dialogs/digitalsignaturesdialog.src URL: http://svn.apache.org/viewvc/openoffice/branches/l10n/main/xmlsecurity/source/dialogs/digitalsignaturesdialog.src?rev=1451304&r1=1451303&r2=1451304&view=diff ============================================================================== --- openoffice/branches/l10n/main/xmlsecurity/source/dialogs/digitalsignaturesdialog.src (original) +++ openoffice/branches/l10n/main/xmlsecurity/source/dialogs/digitalsignaturesdialog.src Thu Feb 28 19:24:36 2013 @@ -199,8 +199,7 @@ ErrorBox RID_XMLSECDLG_OLD_ODF_FORMAT { Buttons = WB_OK ; DefButton = WB_DEF_OK ; - Message [ en-US ] = - "This document contains signatures in ODF 1.1 format. " + Message [ en-US ] = "This document contains signatures in ODF 1.1 format. " "Signing documents in %PRODUCTNAME %PRODUCTVERSION requires ODF 1.2 format version. " "Thus no signatures can be added or removed to this document.\n\n" "Save document in ODF 1.2 format and add all desired signatures again.";