diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-26 19:11:44 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-26 19:11:44 +0000 |
commit | a8b601c69b6e17efe73358d24106c0f1fa6ad345 (patch) | |
tree | 7523c06b8d2ffdcb80b0837c7b4efc0c02b8ee5a /sc/source/ui/styleui | |
parent | 29c11ed3d462bcda0df9c01d3d0077f0e2e0bba0 (diff) |
INTEGRATION: CWS mergebuild (1.22.68); FILE MERGED
2004/05/30 15:52:23 hjs 1.22.68.4: RESYNC: (1.22-1.23); FILE MERGED
2004/02/05 18:00:07 hjs 1.22.68.3: #i8252# fix too much localizing
2003/11/11 19:20:40 ihi 1.22.68.2: en -> en-US
2003/11/10 17:36:40 ihi 1.22.68.1: #111234# Merge during build
Diffstat (limited to 'sc/source/ui/styleui')
-rw-r--r-- | sc/source/ui/styleui/scstyles.src | 80 |
1 files changed, 10 insertions, 70 deletions
diff --git a/sc/source/ui/styleui/scstyles.src b/sc/source/ui/styleui/scstyles.src index d15f20397c3c..76d965c1919d 100644 --- a/sc/source/ui/styleui/scstyles.src +++ b/sc/source/ui/styleui/scstyles.src @@ -2,9 +2,9 @@ * * $RCSfile: scstyles.src,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: kz $ $Date: 2004-05-19 03:24:50 $ + * last change: $Author: hjs $ $Date: 2004-06-26 20:11:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,75 +76,17 @@ SfxStyleFamilies DLG_STYLE_DESIGNER < STR_STYLE_FILTER_ALL ; SFXSTYLEBIT_ALL ; > ; < STR_STYLE_FILTER_USED ; SFXSTYLEBIT_USED ; > ; < STR_STYLE_FILTER_USERDEF ; SFXSTYLEBIT_USERDEF ; > ; ) ; - Text = "Zellvorlagen" ; - Text [ ENGLISH ] = "Cell Styles" ; - Text [ norwegian ] = "Celletyper" ; - Text [ italian ] = "Modelli di cella" ; - Text [ portuguese_brazilian ] = "Estilos da clula" ; - Text [ portuguese ] = "Estilos de clulas" ; - Text [ finnish ] = "Solun tyylit" ; - Text [ danish ] = "Celletypografier" ; - Text [ french ] = "Styles de cellule" ; - Text [ swedish ] = "Cellformatmallar" ; - Text [ dutch ] = "Celopmaakprofielen" ; - Text [ spanish ] = "Estilos de celda" ; - Text [ english_us ] = "Cell Styles" ; - Text[ chinese_simplified ] = "单元格样式"; - Text[ russian ] = " "; - Text[ polish ] = "Style komrki"; - Text[ japanese ] = "セルスタイル"; - Text[ chinese_traditional ] = "儲存格樣式"; - Text[ arabic ] = " "; - Text[ dutch ] = "Celopmaakprofielen"; - Text[ chinese_simplified ] = "单元格样式"; - Text[ greek ] = " "; - Text[ korean ] = "셀 스타일"; - Text[ turkish ] = "Hcre Biemi"; - Text[ language_user1 ] = " "; - Text[ catalan ] = "Estils de cella"; - Text[ thai ] = "ลักษณะเซลล์"; - Text[ czech ] = "Styly buněk"; - Text[ hebrew ] = "Zellvorlagen"; - Text[ hindi ] = "Cell Styles"; - Text[ slovak ] = "Štýly buniek"; - }; + Text [ de ] = "Zellvorlagen" ; + Text [ en-US ] = "Cell Styles" ; +}; SfxStyleFamilyItem { IMPL_FAMILY ( SFX_STYLE_FAMILY_PAGE , < STR_STYLE_FILTER_ALL ; SFXSTYLEBIT_ALL ; > ; < STR_STYLE_FILTER_USERDEF ; SFXSTYLEBIT_USERDEF ; > ; ) ; - Text = "Seitenvorlagen" ; - Text [ ENGLISH ] = "Page Styles" ; - Text [ norwegian ] = "Sidetyper" ; - Text [ italian ] = "Modelli di pagina" ; - Text [ portuguese_brazilian ] = "Estilos da pgina" ; - Text [ portuguese ] = "Estilos de pgina" ; - Text [ finnish ] = "Sivujen tyylit" ; - Text [ danish ] = "Sidetypografier" ; - Text [ french ] = "Styles de page" ; - Text [ swedish ] = "Sidformatmallar" ; - Text [ dutch ] = "Pagina-opmaakprofielen" ; - Text [ spanish ] = "Estilos de pgina" ; - Text [ english_us ] = "Page Styles" ; - Text[ chinese_simplified ] = "页面样式"; - Text[ russian ] = " "; - Text[ polish ] = "Style strony"; - Text[ japanese ] = "ページスタイル"; - Text[ chinese_traditional ] = "頁面樣式"; - Text[ arabic ] = " "; - Text[ dutch ] = "Pagina-opmaakprofielen"; - Text[ chinese_simplified ] = "页面样式"; - Text[ greek ] = " "; - Text[ korean ] = "페이지 스타일"; - Text[ turkish ] = "Sayfa Biemleri"; - Text[ language_user1 ] = " "; - Text[ catalan ] = "Estils de pgina"; - Text[ thai ] = "ลักษณะหน้า"; - Text[ czech ] = "Styly stránky"; - Text[ hebrew ] = "Seitenvorlagen"; - Text[ hindi ] = "Page Styles"; - Text[ slovak ] = "Štýly stránky"; - }; + Text [ de ] = "Seitenvorlagen" ; + Text [ en-US ] = "Page Styles" ; +}; }; // style family images are now taken from an ImageList @@ -154,13 +96,11 @@ SfxStyleFamilies DLG_STYLE_DESIGNER Prefix = "sf"; MaskColor = STD_MASKCOLOR ; IdList = { 1; 2; }; - IdCount = 2; - }; +}; ImageList 2 // == BMP_COLOR_HIGHCONTRAST + 1 { Prefix = "sfh"; MaskColor = SC_HC_MASKCOLOR ; IdList = { 1; 2; }; - IdCount = 2; - }; +}; }; |