[ooo-build-commit] .: Branch 'ooo-build-3-2-1' - 2 commits - patches/dev300 src/Makefile.am src/nologoinstall_fsfhu.bmp src/ooobitmap_fsfhu.bmp src/openintro_fsfhu.bmp src/sdf
Andras Timar
timar at kemper.freedesktop.org
Wed May 26 01:55:44 PDT 2010
patches/dev300/apply | 1
patches/dev300/fsfhu-splash.diff | 8 +--
patches/dev300/fsfhu-win32-installer-branding.diff | 46 +++++++++++++++++++++
src/Makefile.am | 2
src/nologoinstall_fsfhu.bmp |binary
src/ooobitmap_fsfhu.bmp |binary
src/openintro_fsfhu.bmp |binary
src/sdf/fixes-hu.sdf | 2
8 files changed, 53 insertions(+), 6 deletions(-)
New commits:
commit d3f1f32537fd9836af5a357b73a8f715dc38d5e4
Author: Andras Timar <timar at fsf.hu>
Date: Wed May 26 10:53:45 2010 +0200
updated FSF.hu branding
diff --git a/patches/dev300/apply b/patches/dev300/apply
index 4fd5166..c581942 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -3999,6 +3999,7 @@ SectionOwner => timar
fsfhu-instset.diff
fsfhu-splash.diff
fsfhu-vendor-win32.diff
+fsfhu-win32-installer-branding.diff
# Make CaptionOrderNumberingFirst true for Hungarian
captionnumbering-hu.diff, i#110273, timar
diff --git a/patches/dev300/fsfhu-splash.diff b/patches/dev300/fsfhu-splash.diff
index 53548f2..ff53f1e 100755
--- a/patches/dev300/fsfhu-splash.diff
+++ b/patches/dev300/fsfhu-splash.diff
@@ -8,10 +8,10 @@
- PROGRESSSIZE 320,7
- PROGRESSPOSITION 185,206
- PROGRESSFRAMECOLOR 207,208,211
-+ PROGRESSBARCOLOR 33,73,132
-+ PROGRESSSIZE 412,7
-+ PROGRESSPOSITION 14,280
-+ PROGRESSFRAMECOLOR 165,165,165
++ PROGRESSBARCOLOR 14,133,206
++ PROGRESSSIZE 280,7
++ PROGRESSPOSITION 60,200
++ PROGRESSFRAMECOLOR 207,208,212
NATIVEPROGRESS true
REGISTRYLAYERNAME Layers
SERVICEPACK 1
diff --git a/patches/dev300/fsfhu-win32-installer-branding.diff b/patches/dev300/fsfhu-win32-installer-branding.diff
new file mode 100755
index 0000000..795643c
--- /dev/null
+++ b/patches/dev300/fsfhu-win32-installer-branding.diff
@@ -0,0 +1,46 @@
+--- instsetoo_native/util/makefile.mk.old 2006-01-16 15:10:22.000000000 +0200
++++ instsetoo_native/util/makefile.mk 2006-01-17 12:58:26.000000000 +0200
+@@ -408,9 +408,9 @@
+ $(RM) $(MSILANGPACKTEMPLATEDIR)$/Binary$/Image.bmp
+ $(RM) $(MSIURETEMPLATEDIR)$/Binary$/Image.bmp
+ $(RM) $(MSISDKOOTEMPLATEDIR)$/Binary$/Image.bmp
+- $(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSIOFFICETEMPLATEDIR)$/Binary$/Image.bmp
+- $(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSILANGPACKTEMPLATEDIR)$/Binary$/Image.bmp
+- $(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSIURETEMPLATEDIR)$/Binary$/Image.bmp
+- $(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSISDKOOTEMPLATEDIR)$/Binary$/Image.bmp
++ $(COPY) $(PRJ)$/res$/nologoinstall_fsfhu.bmp $(MSIOFFICETEMPLATEDIR)$/Binary$/Image.bmp
++ $(COPY) $(PRJ)$/res$/nologoinstall_fsfhu.bmp $(MSILANGPACKTEMPLATEDIR)$/Binary$/Image.bmp
++ $(COPY) $(PRJ)$/res$/nologoinstall_fsfhu.bmp $(MSISDKOOTEMPLATEDIR)$/Binary$/Image.bmp
++ $(COPY) $(PRJ)$/res$/nologoinstall_fsfhu.bmp $(MSIURETEMPLATEDIR)$/Binary$/Image.bmp
+
+
+
+--- instsetoo_native/util/openoffice.lst.old 2010-05-13 07:59:38.161250000 +0200
++++ instsetoo_native/util/openoffice.lst 2010-05-16 14:27:06.231375000 +0200
+@@ -90,7 +90,7 @@
+ LIBRARYVERSION 9.2.1
+ PATCHCODEFILE ooo_patchcodes.txt
+ DOWNLOADBANNER ooobanner.bmp
+- DOWNLOADBITMAP ooobitmap.bmp
++ DOWNLOADBITMAP ooobitmap_fsfhu.bmp
+ DOWNLOADSETUPICO ooosetup.ico
+ RELATIVE_PATHES_IN_DDF 1
+ STARTCENTER_ADDFEATURE_URL http://extensions.go-oo.org/getmore?cid=920794
+@@ -156,7 +156,7 @@
+ PATCHCODEFILE ooo_patchcodes.txt
+ JAVAPRODUCT 1
+ DOWNLOADBANNER ooobanner.bmp
+- DOWNLOADBITMAP ooobitmap.bmp
++ DOWNLOADBITMAP ooobitmap_fsfhu.bmp
+ DOWNLOADSETUPICO ooosetup.ico
+ RELATIVE_PATHES_IN_DDF 1
+ STARTCENTER_ADDFEATURE_URL http://extensions.go-oo.org/getmore?cid=920794
+@@ -227,7 +227,7 @@
+ PATCHCODEFILE ooodev_patchcodes.txt
+ CODEFILENAME codes_ooodev.txt
+ DOWNLOADBANNER ooobanner.bmp
+- DOWNLOADBITMAP ooobitmap.bmp
++ DOWNLOADBITMAP ooobitmap_fsfhu.bmp
+ DOWNLOADSETUPICO ooosetup.ico
+ LOCALUSERDIR $ORIGIN/..
+ RELATIVE_PATHES_IN_DDF 1
diff --git a/src/Makefile.am b/src/Makefile.am
index 34b12d2..82a7ec0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -35,6 +35,8 @@ EXTRA_DIST=\
openintro_pld.bmp \
openabout_pld.bmp \
openintro_fsfhu.bmp \
+ ooobitmap_fsfhu.bmp \
+ nologoinstall_fsfhu.bmp \
patchability-extras.zip \
sg3.sdg sg3.sdv sg3.thm \
sofficerc-upstream \
diff --git a/src/nologoinstall_fsfhu.bmp b/src/nologoinstall_fsfhu.bmp
new file mode 100755
index 0000000..c0b6919
Binary files /dev/null and b/src/nologoinstall_fsfhu.bmp differ
diff --git a/src/ooobitmap_fsfhu.bmp b/src/ooobitmap_fsfhu.bmp
new file mode 100755
index 0000000..be706c9
Binary files /dev/null and b/src/ooobitmap_fsfhu.bmp differ
diff --git a/src/openintro_fsfhu.bmp b/src/openintro_fsfhu.bmp
index 34ef319..538e137 100644
Binary files a/src/openintro_fsfhu.bmp and b/src/openintro_fsfhu.bmp differ
commit 9b3132ed85254459912d4c87b7bfebceda3277c9
Author: Andras Timar <timar at fsf.hu>
Date: Wed May 26 10:38:42 2010 +0200
hu translation fixes
diff --git a/src/sdf/fixes-hu.sdf b/src/sdf/fixes-hu.sdf
index 3e66ee3..89a6542 100644
--- a/src/sdf/fixes-hu.sdf
+++ b/src/sdf/fixes-hu.sdf
@@ -1,2 +1,42 @@
-svx source\cui\chardlg.src 0 tristatebox RID_SVXPAGE_CHAR_EFFECTS CB_OUTLINE 82 en-US Out~line 2002-02-02 02:02:02
-svx source\cui\chardlg.src 0 tristatebox RID_SVXPAGE_CHAR_EFFECTS CB_OUTLINE 82 hu Kö~rvonalas 2002-02-02 02:02:02
\ No newline at end of file
+svx source\cui\chardlg.src 0 tristatebox RID_SVXPAGE_CHAR_EFFECTS CB_OUTLINE 82 en-US Out~line 20100415 16:29:54
+svx source\cui\chardlg.src 0 tristatebox RID_SVXPAGE_CHAR_EFFECTS CB_OUTLINE 82 hu Kö~rvonalas 2010-03-25 22:00:00
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3153624 3 0 en-US Use zero (0) or the number sign (#) as placeholders in your number format code to represent numbers. The (#) only displays significant digits, while the (0) displays zeroes if there are fewer digits in the number than in the number format. 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3153624 3 0 hu Használjon nullát (0) vagy a szám jelet (#) helykitöltÅnek a számformátumkódban a számok jelölésére. A (#) csak lényeges számjegyeket, mÃg a (0) nullákat jelenÃt meg, ha a számban a számformátumban megadottaknál kevesebb számjegy van. 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3147088 7 0 en-US 0 (Zero) 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3147088 7 0 hu 0 (nulla) 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3150355 12 0 en-US ####.# 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3150355 12 0 hu ####,# 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3159256 14 0 en-US #.000 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3159256 14 0 hu #,000 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3155388 16 0 en-US #.0# 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3155388 16 0 hu #,0# 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3149762 20 0 en-US 0.## 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3149762 20 0 hu 0,## 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3154380 21 0 en-US Depending on your language setting, you can use a comma or a period as a thousands separator. You can also use the separator to reduce the size of the number that is displayed by a multiple of 1000. 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3154380 21 0 hu Az ezreselválasztó a nyelvi beállÃtásoktól függ. Lehet pont, vesszÅ, illetve magyar nyelvi beállÃtás esetén egy szóköz, amelyet a láthatóság kédvéért az alábbi táblázatban a â¡ jel helyettesÃt. Az ezreselválasztót a számok méretének csökkentésére is felhasználhatja, hogy azok az 1000 többszöröseként kerülnek megjelenÃtésre. 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3151223 25 0 en-US #,### 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3151223 25 0 hu #â¡### 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3153961 27 0 en-US #, 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3153961 27 0 hu #â¡ 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3154224 80 0 en-US To include text in a number format that is applied to a cell containing numbers, place a double quotation mark (") in front of and behind the text, or a backslash (\\) before a single character. For example, enter \<emph\>#.# "meters"\</emph\> to display "3.5 meters" or \<emph\>#.# \\m\</emph\> to display "3.5 m". 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3154224 80 0 hu Szöveg olyan számformátumban való elhelyezéséhez, amely számokat tartalmazó cellákra érvényes, használjon a szöveg elÅtt és után idézÅjelet ("), illetve egyetlen karakter elÅtt fordÃtott perjelet (\\). Ha például a \<emph\>#,#" méter"\</emph\> karaktereket adja meg, "3,5 méter" lesz látható, a \<emph\>#,#\\m\</emph\> formátum pedig a "3,5m" értéket eredményezi. 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3155312 112 0 en-US You can define a number format so that it only applies when the condition that you specify is met. Conditions are enclosed by square brackets [ ]. 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3155312 112 0 hu Meghatározhat egy olyan számformátumot, amely csak akkor kerül alkalmazásra, ha egy megadott feltétel teljesül. A feltételeket szögletes zárójelek [ ] közé kell tenni. 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3150872 113 0 en-US [BLUE][<0]#,0 "°C";[RED][>30]#,0 "°C";[BLACK]#,0 "°C" 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3150872 113 0 hu [BLUE][<0]#,0" °C";[RED][>30]#,0" °C";[BLACK]#,0" °C" 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3148495 53 0 en-US Day as Sun-Sat 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3148495 53 0 hu Nap âHétâVasâ formátumban 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3154272 118 0 en-US Day as Sunday to Saturday 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3154272 118 0 hu Nap âHétfÅâVasárnapâ formátumban 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3146791 55 0 en-US Day followed by comma, as in "Sunday," 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3146791 55 0 hu Nap után vesszÅ, például âVasárnap,â 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3156275 57 0 en-US Year as 00-99 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3156275 57 0 hu Ãv â00â99â formátumban 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3148408 59 0 en-US Year as 1900-2078 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3148408 59 0 hu Ãv â1900-2078â formátumban 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3154302 103 0 en-US Quarterly as Q1 to Q4 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3154302 103 0 hu Negyedév âN1âN4â formátumban 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id1002200811423518 0 en-US The above listed formatting codes work with your language version of %PRODUCTNAME. However, when you need to switch the locale of %PRODUCTNAME to another locale, you will need to know the formatting codes used in that other locale. 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id1002200811423518 0 hu A fent felsorolt formázási kódok az %PRODUCTNAME jelen nyelvi verziójával működnek. Ha azonban az %PRODUCTNAME területi beállÃtását módosÃtania kell, ismernie kell a másik területi beállÃtásnál használt formátumkódokat. 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id1002200811423556 0 en-US For example, if your software is set to an English locale, and you want to format a year with four digits, you enter YYYY as a formatting code. When you switch to a German locale, you must use JJJJ instead. The following table lists only the localized differences. 20051120 17:50:58
+helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id1002200811423556 0 hu Ha például a szoftver angol vagy magyar területi beállÃtást használ, és egy évszámot négy számjegyen kÃván ábrázolni, formátumkódként az YYYY használható. Ha átvált német területi beállÃtásra, a JJJJ kódot kell használnia. A következÅ táblázat csak a lokalizációból fakadó különbségeket sorolja fel. 20051120 17:50:58
More information about the ooo-build-commit
mailing list