Rebased ref, commits from common ancestor:
commit 23cd1df7353141a33df57f274e7357de7824329d
Author: Andras Timar <[email protected]>
AuthorDate: Fri Dec 20 18:55:28 2024 +0100
Commit: Andras Timar <[email protected]>
CommitDate: Sat Feb 8 20:21:31 2025 +0100
[cp] Collabora Office in Windows desktop icon tooltip
Change-Id: Icf9401e85c694295b7f53f698eec6e11ef6c653a
diff --git a/scp2/source/ooo/folderitem_ooo.scp
b/scp2/source/ooo/folderitem_ooo.scp
index 183d2f6c04be..332cc832ef23 100644
--- a/scp2/source/ooo/folderitem_ooo.scp
+++ b/scp2/source/ooo/folderitem_ooo.scp
@@ -32,7 +32,7 @@ FolderItem gid_Folderitem_LibreOffice
WkDir = gid_Brand_Dir_Program;
Parameter = "";
Styles = (NON_ADVERTISED);
- ALL_LANG(Tooltip, STR_FI_TOOLTIP_SOFFICE);
+ ALL_LANG(Tooltip, STR_FI_TOOLTIP_COFFICE);
End
FolderItemProperty gid_Fip_LibreOffice_AppID
@@ -56,7 +56,7 @@ FolderItem gid_Folderitem_Soffice_Desktop
WkDir = gid_Brand_Dir_Program;
Parameter = "";
Styles = (NON_ADVERTISED,USE_HELPER_FILENAME);
- ALL_LANG(Tooltip, STR_FI_TOOLTIP_SOFFICE);
+ ALL_LANG(Tooltip, STR_FI_TOOLTIP_COFFICE);
ComponentCondition = "CREATEDESKTOPLINK=1";
End
@@ -80,7 +80,7 @@ FolderItem gid_Folderitem_LibreOffice_SafeMode
WkDir = gid_Brand_Dir_Program;
Parameter = "--safe-mode";
Styles = (NON_ADVERTISED);
- ALL_LANG(Tooltip, STR_FI_TOOLTIP_SOFFICE);
+ ALL_LANG(Tooltip, STR_FI_TOOLTIP_COFFICE);
End
FolderItemProperty gid_Fip_LibreOffice_SafeMode
diff --git a/scp2/source/ooo/folderitem_ooo.ulf
b/scp2/source/ooo/folderitem_ooo.ulf
index 22f8a37f7981..763ee06e20e9 100644
--- a/scp2/source/ooo/folderitem_ooo.ulf
+++ b/scp2/source/ooo/folderitem_ooo.ulf
@@ -15,7 +15,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
+
[STR_FI_NAME_FROMTEMPLATE]
en-US = "From Template"
@@ -25,5 +25,5 @@ en-US = "Open Document"
[STR_FI_NAME_SAFEMODE]
en-US = "%PRODUCTNAME (Safe Mode)"
-[STR_FI_TOOLTIP_SOFFICE]
-en-US = "LibreOffice, the office productivity suite provided by The Document
Foundation. See https://www.documentfoundation.org"
+[STR_FI_TOOLTIP_COFFICE]
+en-US = "Collabora Office, the office productivity suite based on LibreOffice
Technology, provided by Collabora Productivity. See https://collaboraoffice.com"
commit f58a10ab393c6b8ce49473046a6a845330ec1fe5
Author: Andras Timar <[email protected]>
AuthorDate: Mon Jul 15 14:40:13 2024 +0200
Commit: Andras Timar <[email protected]>
CommitDate: Sat Feb 8 20:21:31 2025 +0100
[cp] Disable Show Donation button
In co-24.04 it's not used, but I made this change, otherwise
we may forget.
Change-Id: If653462f0d82f536caa96a6664b4e095afeae334
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170500
Reviewed-by: Miklos Vajna <[email protected]>
Tested-by: Jenkins CollaboraOffice <[email protected]>
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu
b/officecfg/registry/data/org/openoffice/Office/Common.xcu
index 0f6a84d6666b..49c51818d4ef 100644
--- a/officecfg/registry/data/org/openoffice/Office/Common.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu
@@ -458,7 +458,7 @@
<value install:module="wnt">true</value>
</prop>
<prop oor:name="ShowDonation">
- <value install:module="macosxsandbox">false</value>
+ <value>false</value>
</prop>
</node>
<node oor:name="Save">
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index ecb74b0f22d4..4a98b0b06c09 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -5386,7 +5386,7 @@
<info>
<desc>Determines whether to show a donation button in the start
center or extension.</desc>
</info>
- <value>true</value>
+ <value>false</value>
</prop>
<prop oor:name="UseOpenCL" oor:type="xs:boolean" oor:nillable="false">
<info>
commit 1681d0731debae91a9561fc0e88c2dd25dfaff46
Author: Andras Timar <[email protected]>
AuthorDate: Mon May 27 23:33:12 2024 +0200
Commit: Andras Timar <[email protected]>
CommitDate: Sat Feb 8 20:21:31 2025 +0100
[cp] On Windows only build selected helppacks (en-US, fr, de, it, es)
Change-Id: I3fe6b865ca0b01cc60b54771edbf230eee5b2641
diff --git a/configure.ac b/configure.ac
index 1b1370e500e5..e8ad4bf05d26 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14917,6 +14917,12 @@ if test -d "$SRC_ROOT/translations/source"; then
WITH_POOR_HELP_LOCALIZATIONS="$WITH_POOR_HELP_LOCALIZATIONS $l"
fi
done
+ if test "$OS" = WNT; then
+ # We want to include only English (US), French, German, Italian and
Spanish help
+ # packs in our Windows distribution. Others are probably not needed
and digital
+ # signature of MSI packages is expensive. Some other languages are
available online.
+ WITH_POOR_HELP_LOCALIZATIONS="ab af am an ar as ast az be bg bn bn-IN
bo br brx bs ca ca-valencia ckb cs cy da dgo dsb dz el en-GB en-ZA eo et eu fa
fi fur fy ga gd gl gu gug he hi hr hsb hu hy id is ja jv ka kab kk kl km
kmr-Latn kn ko kok ks ky lb lo lt lv mai mk ml mn mni mr my nb ne nl nn nr nso
oc om or pa-IN pl pt pt-BR ro ru rw sa-IN sah sat sd si sid sk sl sq sr sr-Latn
ss st sv sw-TZ szl ta te tg th ti tn tr ts tt ug uk ur uz ve vec vi xh zh-CN
zh-TW zu"
+ fi
fi
AC_SUBST(WITH_POOR_HELP_LOCALIZATIONS)
commit 251c00c9654715501340e7fbc82fe4847a798c0d
Author: Andras Timar <[email protected]>
AuthorDate: Wed Mar 27 12:22:47 2024 +0100
Commit: Andras Timar <[email protected]>
CommitDate: Sat Feb 8 20:21:31 2025 +0100
[cp] Revert "tdf#159743: Revert all Shortcut modifications in German UI"
This reverts commit 9703fddea1058cb6018a5e693f03909d2b37315c.
We decided to revert the revert, because we wanted to have the
German shortcuts like in German MS Office. It is to be decided
what to do on the long run, because it is not possible to be
compatible with MS Office and to keep the old shortcuts at the
same time.
Change-Id: Ib3e4df9c87803c5e10cb3c4cedad6274e7cddb4c
diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
index 69ed2a0dce40..8de235336bbe 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -683,6 +683,7 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for unicode
key input
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
<value xml:lang="en-US">.uno:SpacePara15</value>
+ <value xml:lang="de">.uno:Strikeout</value>
</prop>
</node>
<node oor:name="5_SHIFT_MOD1" oor:op="replace">
@@ -713,14 +714,26 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
<value xml:lang="sv">.uno:Shrink</value>
- <value xml:lang="de">.uno:Shrink</value>
+ <value xml:lang="de">.uno:HideColumn</value>
</prop>
</node>
<node oor:name="9_MOD1" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
<value xml:lang="sv">.uno:Grow</value>
- <value xml:lang="de">.uno:Grow</value>
+ <value xml:lang="de">.uno:HideRow</value>
+ </prop>
+ </node>
+ <node oor:name="O_MOD1_MOD2" oor:op="replace">
+ <prop oor:name="Command">
+ <value xml:lang="x-no-translate">I10 SHORTCUTS - No
TRANSLATE</value>
+ <value xml:lang="de">.uno:Zoom100Percent</value>
+ </prop>
+ </node>
+ <node oor:name="0_MOD2" oor:op="replace">
+ <prop oor:name="Command">
+ <value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
+ <value xml:lang="de">.uno:FormatCellDialog</value>
</prop>
</node>
<node oor:name="ADD_MOD1" oor:op="replace">
@@ -881,12 +894,38 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
<value xml:lang="en-US">.uno:Group</value>
+ <value xml:lang="de">.uno:SaveAs</value>
</prop>
</node>
<node oor:name="F12_MOD1" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
<value xml:lang="en-US">.uno:Ungroup</value>
+ <value xml:lang="de">.uno:Group</value>
+ </prop>
+ </node>
+ <node oor:name="F12_SHIFT_MOD1" oor:op="replace">
+ <prop oor:name="Command">
+ <value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
+ <value xml:lang="de">.uno:Ungroup</value>
+ </prop>
+ </node>
+ <node oor:name="LEFT_SHIFT_MOD2" oor:op="replace">
+ <prop oor:name="Command">
+ <value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
+ <value xml:lang="en-US">.uno:Ungroup</value>
+ </prop>
+ </node>
+ <node oor:name="RIGHT_SHIFT_MOD2" oor:op="replace">
+ <prop oor:name="Command">
+ <value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
+ <value xml:lang="en-US">.uno:Group</value>
+ </prop>
+ </node>
+ <node oor:name="M_MOD1_MOD2" oor:op="replace">
+ <prop oor:name="Command">
+ <value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
+ <value xml:lang="en-US">.uno:InsertAnnotation</value>
</prop>
</node>
<node oor:name="F2" oor:op="replace">
@@ -901,6 +940,12 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<value xml:lang="en-US">.uno:FunctionDialog</value>
</prop>
</node>
+ <node oor:name="F2_SHIFT" oor:op="replace">
+ <prop oor:name="Command">
+ <value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
+ <value xml:lang="de">.uno:InsertAnnotation</value>
+ </prop>
+ </node>
<node oor:name="F2_SHIFT_MOD1" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
@@ -917,6 +962,13 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
<value xml:lang="en-US">.uno:ChangeCaseRotateCase</value>
+ <value xml:lang="de">.uno:FunctionDialog</value>
+ </prop>
+ </node>
+ <node oor:name="F3_SHIFT_MOD1" oor:op="replace">
+ <prop oor:name="Command">
+ <value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
+ <value xml:lang="de">.uno:ChangeCaseRotateCase</value>
</prop>
</node>
<node oor:name="F4" oor:op="replace">
@@ -929,6 +981,7 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for unicode
key input
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
<value xml:lang="en-US">.uno:Navigator</value>
+ <value xml:lang="de">.uno:FocusCellAddress</value>
</prop>
</node>
<node oor:name="F5_MOD1" oor:op="replace">
@@ -953,6 +1006,7 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
<value xml:lang="en-US">.uno:InsertCurrentTime</value>
+ <value xml:lang="de">.uno:Shrink</value>
</prop>
</node>
<node oor:name="F7_MOD1" oor:op="replace">
@@ -1004,6 +1058,18 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<value xml:lang="en-US"
install:module="unxwnt">.uno:RepeatSearch</value>
</prop>
</node>
+ <node oor:name="F_MOD1" oor:op="replace">
+ <prop oor:name="Command">
+ <value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
+ <value xml:lang="de">.uno:Navigator</value>
+ </prop>
+ </node>
+ <node oor:name="F_MOD2" oor:op="replace">
+ <prop oor:name="Command">
+ <value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
+ <value xml:lang="de">vnd.sun.star.findbar:FocusToFindbar</value>
+ </prop>
+ </node>
<node oor:name="F_MOD1_MOD2" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
@@ -1017,6 +1083,7 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<value xml:lang="en-US">.uno:RepeatSearch</value>
<value xml:lang="es">.uno:Save</value>
<value xml:lang="fr">.uno:Bold</value>
+ <value xml:lang="de">.uno:FocusCellAddress</value>
</prop>
</node>
<node oor:name="HOME" oor:op="replace">
@@ -1271,12 +1338,14 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
<value xml:lang="hu">.uno:InsertCurrentDate</value>
+ <value xml:lang="de">.uno:InsertCurrentDate</value>
</prop>
</node>
<node oor:name="POINT_SHIFT_MOD1" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
<value xml:lang="hu">.uno:InsertCurrentTime</value>
+ <value xml:lang="de">.uno:InsertCurrentTime</value>
</prop>
</node>
<node oor:name="COMMA_MOD1" oor:op="replace">
@@ -1284,7 +1353,6 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
<value xml:lang="bs">.uno:InsertCurrentDate</value>
<value xml:lang="da">.uno:InsertCurrentDate</value>
- <value xml:lang="de">.uno:InsertCurrentDate</value>
<value xml:lang="es">.uno:InsertCurrentDate</value>
<value xml:lang="et">.uno:InsertCurrentDate</value>
<value xml:lang="fi">.uno:InsertCurrentDate</value>
@@ -1310,7 +1378,6 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
<value xml:lang="bs">.uno:InsertCurrentTime</value>
<value xml:lang="da">.uno:InsertCurrentTime</value>
- <value xml:lang="de">.uno:InsertCurrentTime</value>
<value xml:lang="es">.uno:InsertCurrentTime</value>
<value xml:lang="et">.uno:InsertCurrentTime</value>
<value xml:lang="fi">.uno:InsertCurrentTime</value>
@@ -1455,6 +1522,7 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
<!-- tdf#142257 Replace Ctrl-[ with Shift-Alt-U for Hungarian -->
<value xml:lang="hu">.uno:MarkPrecedents</value>
+ <value xml:lang="de">.uno:Zoom100Percent</value>
</prop>
</node>
<node oor:name="V_SHIFT_MOD1" oor:op="replace">
@@ -3036,6 +3104,13 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
<value xml:lang="en-US">.uno:Forward</value>
+ <value xml:lang="de">.uno:SubScript</value>
+ </prop>
+ </node>
+ <node oor:name="MULTIPLY_MOD1" oor:op="replace">
+ <prop oor:name="Command">
+ <value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
+ <value xml:lang="de">.uno:SuperScript</value>
</prop>
</node>
<node oor:name="ADD_SHIFT_MOD1" oor:op="replace">
@@ -3088,6 +3163,12 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<value xml:lang="de">.uno:Dismantle</value>
</prop>
</node>
+ <node oor:name="D_MOD1" oor:op="replace">
+ <prop oor:name="Command">
+ <value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
+ <value xml:lang="de">.uno:CopyObjects</value>
+ </prop>
+ </node>
<node oor:name="DELETE" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
@@ -3137,6 +3218,12 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<value xml:lang="en-US"
install:module="unxwnt">.uno:DesignerDialog</value>
</prop>
</node>
+ <node oor:name="F12" oor:op="replace">
+ <prop oor:name="Command">
+ <value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
+ <value xml:lang="de">.uno:SaveAs</value>
+ </prop>
+ </node>
<node oor:name="F2" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
@@ -3159,6 +3246,7 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
<value xml:lang="en-US">.uno:CopyObjects</value>
+ <value xml:lang="de">.uno:ChangeCaseRotateCase</value>
</prop>
</node>
<node oor:name="F4" oor:op="replace">
@@ -3227,6 +3315,18 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<value xml:lang="en-US">.uno:TextFitToSize</value>
</prop>
</node>
+ <node oor:name="F9_SHIFT" oor:op="replace">
+ <prop oor:name="Command">
+ <value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
+ <value xml:lang="de">.uno:GridVisible</value>
+ </prop>
+ </node>
+ <node oor:name="F9_MOD1" oor:op="replace">
+ <prop oor:name="Command">
+ <value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
+ <value xml:lang="de">.uno:ShowRuler</value>
+ </prop>
+ </node>
<node oor:name="F_MOD1_MOD2" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
@@ -3265,6 +3365,12 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<value xml:lang="de"
install:module="unxwnt">.uno:SuperScript</value>
</prop>
</node>
+ <node oor:name="H_SHIFT_MOD1" oor:op="replace">
+ <prop oor:name="Command">
+ <value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
+ <value xml:lang="de">.uno:FormatUngroup</value>
+ </prop>
+ </node>
<node oor:name="HOME_SHIFT_MOD2" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
@@ -3416,6 +3522,12 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<value xml:lang="en-US">.uno:ShowRuler</value>
</prop>
</node>
+ <node oor:name="SPACE_MOD1" oor:op="replace">
+ <prop oor:name="Command">
+ <value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
+ <value xml:lang="de">.uno:RemoveDirectCharFormats</value>
+ </prop>
+ </node>
<node oor:name="SPACE_SHIFT_MOD1" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
@@ -6026,12 +6138,14 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
<value xml:lang="en-US">.uno:StyleApply?Style:string=Heading
1&FamilyName:string=ParagraphStyles</value>
+ <value xml:lang="de">.uno:SpacePara1</value>
</prop>
</node>
<node oor:name="2_MOD1" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
<value xml:lang="en-US">.uno:StyleApply?Style:string=Heading
2&FamilyName:string=ParagraphStyles</value>
+ <value xml:lang="de">.uno:SpacePara2</value>
</prop>
</node>
<node oor:name="3_MOD1" oor:op="replace">
@@ -6050,6 +6164,7 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
<value xml:lang="en-US">.uno:StyleApply?Style:string=Heading
5&FamilyName:string=ParagraphStyles</value>
+ <value xml:lang="de">.uno:SpacePara15</value>
</prop>
</node>
<node oor:name="8_MOD1" oor:op="replace">
@@ -6118,6 +6233,12 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
<value xml:lang="en-US">.uno:CalculateSel</value>
+ <value xml:lang="de">.uno:SuperScript</value>
+ </prop>
+ </node>
+ <node oor:name="ADD_SHIFT_MOD1" oor:op="replace">
+ <prop oor:name="Command">
+ <value xml:lang="de">.uno:CalculateSel</value>
</prop>
</node>
<node oor:name="A_SHIFT_MOD1" oor:op="replace">
@@ -6204,6 +6325,12 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<value xml:lang="en-US">.uno:SubScript</value>
</prop>
</node>
+ <node oor:name="C_SHIFT_MOD1" oor:op="replace">
+ <prop oor:name="Command">
+ <value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
+ <value xml:lang="de">.uno:FormatPaintbrush</value>
+ </prop>
+ </node>
<node oor:name="DELETE_MOD1" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
@@ -6220,6 +6347,13 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
<value xml:lang="en-US">.uno:InsertZWSP</value>
+ <value xml:lang="de">.uno:DefaultNumbering</value>
+ </prop>
+ </node>
+ <node oor:name="POINT_MOD1" oor:op="replace">
+ <prop oor:name="Command">
+ <value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
+ <value xml:lang="de">.uno:DefaultBullet</value>
</prop>
</node>
<node oor:name="DOWN" oor:op="replace">
@@ -6262,12 +6396,14 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
<value xml:lang="en-US">.uno:UnderlineDouble</value>
+ <value xml:lang="de">.uno:FontDialog</value>
</prop>
</node>
<node oor:name="D_SHIFT_MOD1" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
<value xml:lang="en-US">.uno:ParaRightToLeft</value>
+ <value xml:lang="de">.uno:UnderlineDouble</value>
</prop>
</node>
<node oor:name="E_SHIFT_MOD1" oor:op="replace">
@@ -6353,6 +6489,7 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
<value xml:lang="en-US">.uno:DefaultNumbering</value>
+ <value xml:lang="de">.uno:SaveAs</value>
</prop>
</node>
<node oor:name="F12_MOD1" oor:op="replace">
@@ -6419,6 +6556,7 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
<value xml:lang="en-US">.uno:Navigator</value>
+ <value xml:lang="de">.uno:GotoPage</value>
</prop>
</node>
<node oor:name="F5_MOD1" oor:op="replace">
@@ -6511,6 +6649,12 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<value xml:lang="en-US">.uno:UpdateInputFields</value>
</prop>
</node>
+ <node oor:name="F_SHIFT_MOD2" oor:op="replace">
+ <prop oor:name="Command">
+ <value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
+ <value xml:lang="de">vnd.sun.star.findbar:FocusToFindbar</value>
+ </prop>
+ </node>
<node oor:name="F_MOD1_MOD2" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
@@ -6525,6 +6669,12 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<value xml:lang="en-US"
install:module="unxwnt">.uno:RepeatSearch</value>
</prop>
</node>
+ <node oor:name="F_MOD1" oor:op="replace">
+ <prop oor:name="Command">
+ <value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
+ <value xml:lang="de">.uno:Navigator</value>
+ </prop>
+ </node>
<node oor:name="G_MOD1" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
@@ -6558,12 +6708,6 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<value xml:lang="en-US">.uno:StartOfDocumentSel</value>
</prop>
</node>
- <node oor:name="H_MOD1" oor:op="replace">
- <prop oor:name="Command">
- <value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
- <value xml:lang="de"
install:module="unxwnt">.uno:SuperScript</value>
- </prop>
- </node>
<node oor:name="INSERT" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
@@ -6604,12 +6748,14 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
<value xml:lang="es">.uno:Italic</value>
+ <value xml:lang="de">.uno:HyperlinkDialog</value>
</prop>
</node>
<node oor:name="K_MOD1_MOD2" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
<value xml:lang="es">.uno:HyperlinkDialog</value>
+ <value xml:lang="de">.uno:Italic</value>
</prop>
</node>
<node oor:name="K_SHIFT_MOD1" oor:op="replace">
@@ -6649,16 +6795,35 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<value xml:lang="en-US">.uno:LeftPara</value>
</prop>
</node>
+ <node oor:name="L_SHIFT_MOD1" oor:op="replace">
+ <prop oor:name="Command">
+ <value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
+ <value xml:lang="en-US">.uno:DefaultBullet</value>
+ </prop>
+ </node>
<node oor:name="MULTIPLY_MOD1" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
<value xml:lang="en-US">.uno:ExecuteMacroField</value>
+ <value xml:lang="de">.uno:ControlCodes</value>
+ </prop>
+ </node>
+ <node oor:name="MULTIPLY_MOD1_MOD2" oor:op="replace">
+ <prop oor:name="Command">
+ <value xml:lang="de">.uno:ExecuteMacroField</value>
</prop>
</node>
<node oor:name="M_MOD1" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
<value xml:lang="en-US"
install:module="unxwnt">.uno:ResetAttributes</value>
+ <value xml:lang="de">.uno:IncrementIndent</value>
+ </prop>
+ </node>
+ <node oor:name="M_SHIFT_MOD1" oor:op="replace">
+ <prop oor:name="Command">
+ <value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
+ <value xml:lang="de">.uno:DecrementIndent</value>
</prop>
</node>
<node oor:name="M_MOD3" oor:op="replace">
@@ -6739,6 +6904,12 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<value xml:lang="en-US">.uno:SuperScript</value>
</prop>
</node>
+ <node oor:name="Q_SHIFT_MOD1" oor:op="replace">
+ <prop oor:name="Command">
+ <value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
+ <value xml:lang="de">.uno:SmallCaps</value>
+ </prop>
+ </node>
<node oor:name="Y_SHIFT_MOD1" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
@@ -6805,6 +6976,12 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<value xml:lang="en-US">.uno:Ruler</value>
</prop>
</node>
+ <node oor:name="SPACE_MOD1" oor:op="replace">
+ <prop oor:name="Command">
+ <value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
+ <value xml:lang="de">.uno:ResetAttributes</value>
+ </prop>
+ </node>
<node oor:name="SPACE_SHIFT_MOD1" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
@@ -6838,7 +7015,7 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<node oor:name="T_MOD1" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
- <value xml:lang="de" install:module="unxwnt">.uno:SubScript</value>
+ <value xml:lang="de">.uno:SubScript</value>
<value xml:lang="es"
install:module="unxwnt">.uno:CenterPara</value>
<value xml:lang="en-US"
install:module="macosx">.uno:DesignerDialog</value>
</prop>
@@ -6910,6 +7087,12 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for
unicode key input
<value xml:lang="en-US">.uno:PasteSpecial</value>
</prop>
</node>
+ <node oor:name="V_MOD1_MOD2" oor:op="replace">
+ <prop oor:name="Command">
+ <value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
+ <value xml:lang="de">.uno:PasteSpecial</value>
+ </prop>
+ </node>
<node oor:name="Z_SHIFT_MOD1" oor:op="replace">
<prop oor:name="Command">
<value xml:lang="x-no-translate">L10N SHORTCUTS - NO
TRANSLATE</value>
commit 04fe16888bce2face5d50b1907d004a0b7d3984e
Author: Andras Timar <[email protected]>
AuthorDate: Fri Mar 22 15:51:36 2024 +0100
Commit: Andras Timar <[email protected]>
CommitDate: Sat Feb 8 20:21:31 2025 +0100
[cp] Do not sign individual EXE/DLL files
Change-Id: I3137b3e3318dfade3dd8318fae2af94cc290d2d1
diff --git a/postprocess/Module_postprocess.mk
b/postprocess/Module_postprocess.mk
index 0fbede6a9f2b..56ecd75db150 100644
--- a/postprocess/Module_postprocess.mk
+++ b/postprocess/Module_postprocess.mk
@@ -28,11 +28,12 @@ $(eval $(call gb_Module_add_l10n_targets,postprocess,\
Package_registry \
))
-ifeq ($(WINDOWS_BUILD_SIGNING),TRUE)
-$(eval $(call gb_Module_add_targets,postprocess,\
- CustomTarget_signing \
-))
-endif
+# Do not sign individual EXE/DLL files
+# ifeq ($(WINDOWS_BUILD_SIGNING),TRUE)
+# $(eval $(call gb_Module_add_targets,postprocess,\
+# CustomTarget_signing \
+# ))
+# endif
# For configurations that use fontconfig (cf. inclusion of
# vcl/unx/generic/fontmanager/fontconfig.cxx in Library_vcl), add
commit 1b5f518620984f16b4e086a497cb795e1655534b
Author: Andras Timar <[email protected]>
AuthorDate: Wed Mar 6 20:30:17 2024 +0100
Commit: Andras Timar <[email protected]>
CommitDate: Sat Feb 8 20:21:31 2025 +0100
[cp] Disable Donation and Get Involved infobars
Change-Id: Iab804633a78d6904308c72d10544cfb5651934cf
diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/Infobar.xcs
b/officecfg/registry/schema/org/openoffice/Office/UI/Infobar.xcs
index 6235c575c5d0..ce9efa20cb46 100644
--- a/officecfg/registry/schema/org/openoffice/Office/UI/Infobar.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/UI/Infobar.xcs
@@ -34,13 +34,13 @@
<info>
<desc>Whether the Infobar showing the call for donations is
enabled</desc>
</info>
- <value>true</value>
+ <value>false</value>
</prop>
<prop oor:name="GetInvolved" oor:type="xs:boolean" oor:nillable="false">
<info>
<desc>Whether the Infobar showing the call to 'Get Involved' is
enabled</desc>
</info>
- <value>true</value>
+ <value>false</value>
</prop>
<prop oor:name="HyphenationMissing" oor:type="xs:boolean"
oor:nillable="false">
<info>
commit 6c330da290aabef906ba6aa9040b958c45601bdc
Author: Hubert Figuière <[email protected]>
AuthorDate: Thu Feb 22 10:50:53 2024 -0500
Commit: Andras Timar <[email protected]>
CommitDate: Sat Feb 8 20:21:31 2025 +0100
[cp] tdf#159748 Remove reference to menu in dialog text
This menu doesn't exist when using the tabbed UI
Change-Id: I2dc89e630049171777684aff55b51872121b6e39
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163776
Reviewed-by: Andras Timar <[email protected]>
Tested-by: Andras Timar <[email protected]>
(cherry picked from commit 581ca37c96ee5b1d029d79bf7bb4c7b6baf5487c)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163764
diff --git a/sc/uiconfig/scalc/ui/cellprotectionpage.ui
b/sc/uiconfig/scalc/ui/cellprotectionpage.ui
index b9a2d90a72c6..9074d3a04aff 100644
--- a/sc/uiconfig/scalc/ui/cellprotectionpage.ui
+++ b/sc/uiconfig/scalc/ui/cellprotectionpage.ui
@@ -96,9 +96,7 @@
<property name="can_focus">False</property>
<property name="halign">end</property>
<property name="hexpand">True</property>
- <property name="label" translatable="yes"
context="cellprotectionpage|label1">Cell protection is only effective after the
current sheet has been protected.
-
-Select 'Protect Sheet' from the 'Tools' menu.</property>
+ <property name="label" translatable="yes"
context="cellprotectionpage|label1">Cell protection is only effective after the
current sheet has been protected.</property>
<property name="wrap">True</property>
<property name="max_width_chars">52</property>
<property name="xalign">0</property>
commit 94adb23ba1e14c27f4fc78ef44e1916664aedf05
Author: Andras Timar <[email protected]>
AuthorDate: Mon Feb 13 00:05:36 2023 +0100
Commit: Andras Timar <[email protected]>
CommitDate: Sat Feb 8 20:21:31 2025 +0100
[cp] multilingual DMG for macOS
Change-Id: Ib2c8e162c13099dc4ad324f89d68acdf97527199
diff --git a/instsetoo_native/CustomTarget_install.mk
b/instsetoo_native/CustomTarget_install.mk
index bc5702496c3d..a6a9d73b24d3 100644
--- a/instsetoo_native/CustomTarget_install.mk
+++ b/instsetoo_native/CustomTarget_install.mk
@@ -50,7 +50,7 @@ export instsetoo_OUT := $(WORKDIR)/installation
export LOCAL_OUT := $(instsetoo_OUT)
export LOCAL_COMMON_OUT := $(instsetoo_OUT)
-ifeq (WNT,$(OS))
+ifeq ($(filter $(OS),MACOSX WNT),$(OS))
instsetoo_installer_langs := $(subst $(WHITESPACE),$(COMMA),$(strip en-US
$(filter-out en-US,$(gb_WITH_LANG))))
else
instsetoo_installer_langs := en-US
@@ -70,7 +70,7 @@ instsetoo_installer_targets := $(foreach
pkgformat,$(PKGFORMAT),\
$(if $(filter
ODK,$(BUILD_TYPE)),sdkoo‧en-US‧_SDK‧‧$(pkgformat)‧nostrip) \
$(if $(and $(filter HELP,$(BUILD_TYPE)),$(filter-out MACOSX,$(OS))), \
$(foreach
lang,$(gb_HELP_LANGS),ooohelppack‧$(lang)‧‧-helppack‧$(pkgformat)‧nostrip)) \
- $(if $(filter-out WNT,$(OS)), \
+ $(if $(and $(filter-out WNT,$(OS)),$(filter-out MACOSX,$(OS))), \
$(foreach lang,$(filter-out
en-US,$(gb_WITH_LANG)),ooolangpack‧$(lang)‧‧-languagepack‧$(pkgformat)‧nostrip)))
endif
commit fd3f701ae60d363b2f6c2b7df03ab8b9a1aca56e
Author: Andras Timar <[email protected]>
AuthorDate: Mon Feb 13 00:03:59 2023 +0100
Commit: Andras Timar <[email protected]>
CommitDate: Sat Feb 8 20:21:31 2025 +0100
[cp] macOS main.icns source files for Collabora Office
Change-Id: Ie5d10ee97c78705a3d701a6965f2bcfe48e1eb0f
diff --git
a/sysui/desktop/icons/macos/app-launcher/main.iconset/icon_128x128.png
b/sysui/desktop/icons/macos/app-launcher/main.iconset/icon_128x128.png
index 6061a4e0bd4f..624cdab34e5f 100644
Binary files
a/sysui/desktop/icons/macos/app-launcher/main.iconset/icon_128x128.png and
b/sysui/desktop/icons/macos/app-launcher/main.iconset/icon_128x128.png differ
diff --git
a/sysui/desktop/icons/macos/app-launcher/main.iconset/[email protected]
b/sysui/desktop/icons/macos/app-launcher/main.iconset/[email protected]
index 52a4029a2e65..42f62f9b6548 100644
Binary files
a/sysui/desktop/icons/macos/app-launcher/main.iconset/[email protected] and
b/sysui/desktop/icons/macos/app-launcher/main.iconset/[email protected] differ
diff --git a/sysui/desktop/icons/macos/app-launcher/main.iconset/icon_16x16.png
b/sysui/desktop/icons/macos/app-launcher/main.iconset/icon_16x16.png
index 4f9580d152b3..4b9e9f769142 100644
Binary files
a/sysui/desktop/icons/macos/app-launcher/main.iconset/icon_16x16.png and
b/sysui/desktop/icons/macos/app-launcher/main.iconset/icon_16x16.png differ
diff --git
a/sysui/desktop/icons/macos/app-launcher/main.iconset/[email protected]
b/sysui/desktop/icons/macos/app-launcher/main.iconset/[email protected]
index a6fef823a9ff..ae2e0b42ee76 100644
Binary files
a/sysui/desktop/icons/macos/app-launcher/main.iconset/[email protected] and
b/sysui/desktop/icons/macos/app-launcher/main.iconset/[email protected] differ
diff --git
a/sysui/desktop/icons/macos/app-launcher/main.iconset/icon_256x256.png
b/sysui/desktop/icons/macos/app-launcher/main.iconset/icon_256x256.png
index 52a4029a2e65..42f62f9b6548 100644
Binary files
a/sysui/desktop/icons/macos/app-launcher/main.iconset/icon_256x256.png and
b/sysui/desktop/icons/macos/app-launcher/main.iconset/icon_256x256.png differ
diff --git
a/sysui/desktop/icons/macos/app-launcher/main.iconset/[email protected]
b/sysui/desktop/icons/macos/app-launcher/main.iconset/[email protected]
index 826a34e484d8..c2f4f21bc2e5 100644
Binary files
a/sysui/desktop/icons/macos/app-launcher/main.iconset/[email protected] and
b/sysui/desktop/icons/macos/app-launcher/main.iconset/[email protected] differ
diff --git a/sysui/desktop/icons/macos/app-launcher/main.iconset/icon_32x32.png
b/sysui/desktop/icons/macos/app-launcher/main.iconset/icon_32x32.png
index a6fef823a9ff..ae2e0b42ee76 100644
Binary files
a/sysui/desktop/icons/macos/app-launcher/main.iconset/icon_32x32.png and
b/sysui/desktop/icons/macos/app-launcher/main.iconset/icon_32x32.png differ
diff --git
a/sysui/desktop/icons/macos/app-launcher/main.iconset/[email protected]
b/sysui/desktop/icons/macos/app-launcher/main.iconset/[email protected]
index b08f1bd5f325..8d2ca82d16c9 100644
Binary files
a/sysui/desktop/icons/macos/app-launcher/main.iconset/[email protected] and
b/sysui/desktop/icons/macos/app-launcher/main.iconset/[email protected] differ
diff --git
a/sysui/desktop/icons/macos/app-launcher/main.iconset/icon_512x512.png
b/sysui/desktop/icons/macos/app-launcher/main.iconset/icon_512x512.png
index 826a34e484d8..c2f4f21bc2e5 100644
Binary files
a/sysui/desktop/icons/macos/app-launcher/main.iconset/icon_512x512.png and
b/sysui/desktop/icons/macos/app-launcher/main.iconset/icon_512x512.png differ
diff --git
a/sysui/desktop/icons/macos/app-launcher/main.iconset/[email protected]
b/sysui/desktop/icons/macos/app-launcher/main.iconset/[email protected]
index 63eb355a0eac..e83663837199 100644
Binary files
a/sysui/desktop/icons/macos/app-launcher/main.iconset/[email protected] and
b/sysui/desktop/icons/macos/app-launcher/main.iconset/[email protected] differ
commit 6e793cded7e642ef650d98303dad9447f4f71d22
Author: Andras Timar <[email protected]>
AuthorDate: Thu Mar 15 23:01:27 2018 +0100
Commit: Andras Timar <[email protected]>
CommitDate: Sat Feb 8 20:21:31 2025 +0100
[cp] Collabora Office macOS packaging
- added EULA (sla.r) in special OS X resource fork format
- added volume icon which does not work ATM, TODO later
- new dmg background image and adjusted .DS_Store
- fixes to tolerate space in app bundle name
Change-Id: Ia855d7d677136de951c2b9b31ee8d5583475dd41
diff --git a/scp2/source/ooo/scpaction_ooo.scp
b/scp2/source/ooo/scpaction_ooo.scp
index e09d72848dad..a6546b2400e0 100644
--- a/scp2/source/ooo/scpaction_ooo.scp
+++ b/scp2/source/ooo/scpaction_ooo.scp
@@ -45,6 +45,13 @@ ScpAction scp_Copy_Dmg_Background_Image
Subdir = ".background";
End
+ScpAction scp_Copy_Dmg_Volume_Icon
+ Copy = "VolumeIcon.icns";
+ Name = ".VolumeIcon.icns";
+ UnixRights = 444;
+ Styles = ();
+End
+
ScpAction scp_Copy_Ds_Store
Copy = "DS_Store";
DevVersionCopy = "DS_Store_Dev";
diff --git a/setup_native/source/packinfo/DS_Store
b/setup_native/source/packinfo/DS_Store
index 755f7f6a845f..260cdc3c2a6e 100644
Binary files a/setup_native/source/packinfo/DS_Store and
b/setup_native/source/packinfo/DS_Store differ
diff --git a/setup_native/source/packinfo/VolumeIcon.icns
b/setup_native/source/packinfo/VolumeIcon.icns
new file mode 100644
index 000000000000..1c7cef6b6f44
Binary files /dev/null and b/setup_native/source/packinfo/VolumeIcon.icns differ
diff --git a/setup_native/source/packinfo/sla.r
b/setup_native/source/packinfo/sla.r
new file mode 100644
index 000000000000..e66aae700ee8
--- /dev/null
+++ b/setup_native/source/packinfo/sla.r
@@ -0,0 +1,2728 @@
+data 'TMPL' (128, "LPic") {
+ $"1344 6566 6175 6C74 204C 616E 6775 6167" /* .Default
Languag */
+ $"6520 4944 4457 5244 0543 6F75 6E74 4F43" /* e
IDDWRD.CountOC */
+ $"4E54 042A 2A2A 2A4C 5354 430B 7379 7320" /*
NT.****LSTC.sys */
+ $"6C61 6E67 2049 4444 5752 441E 6C6F 6361" /* lang
IDDWRD.loca */
+ $"6C20 7265 7320 4944 2028 6F66 6673 6574" /* l res ID
(offset */
+ $"2066 726F 6D20 3530 3030 4457 5244 1032" /* from
5000DWRD.2 */
+ $"2D62 7974 6520 6C61 6E67 7561 6765 3F44" /* -byte
language?D */
+ $"5752 4404 2A2A 2A2A 4C53 5445" /* WRD.****LSTE */
+};
+
+data 'STR#' (5000, "English buttons") {
+ $"0006 0D45 6E67 6C69 7368 2074 6573 7431" /* ...English
test1 */
+ $"0541 6772 6565 0844 6973 6167 7265 6505" /*
.Agree.Disagree. */
+ $"5072 696E 7407 5361 7665 2E2E 2E7A 4966" /*
Print.Save...zIf */
+ $"2079 6F75 2061 6772 6565 2077 6974 6820" /* you agree
with */
+ $"7468 6520 7465 726D 7320 6F66 2074 6869" /* the terms of
thi */
+ $"7320 6C69 6365 6E73 652C 2063 6C69 636B" /* s license,
click */
+ $"2022 4167 7265 6522 2074 6F20 6163 6365" /* "Agree" to
acce */
+ $"7373 2074 6865 2073 6F66 7477 6172 652E" /* ss the
software. */
+ $"2020 4966 2079 6F75 2064 6F20 6E6F 7420" /* If you do
not */
+ $"6167 7265 652C 2070 7265 7373 2022 4469" /* agree, press
"Di */
+ $"7361 6772 6565 2E22" /* sagree." */
+};
+
+data 'STR#' (5001, "German") {
+ $"0006 0744 6575 7473 6368 0B41 6B7A 6570" /*
...Deutsch.Akzep */
+ $"7469 6572 656E 0841 626C 6568 6E65 6E07" /*
tieren.Ablehnen. */
+ $"4472 7563 6B65 6E0A 5369 6368 6572 6E2E" /*
Drucken�Sichern. */
+ $"2E2E E74B 6C69 636B 656E 2053 6965 2069" /* ..�Klicken Sie
i */
+ $"6E20 D241 6B7A 6570 7469 6572 656E D32C" /* n
�Akzeptieren�, */
+ $"2077 656E 6E20 5369 6520 6D69 7420 6465" /* wenn Sie mit
de */
+ $"6E20 4265 7374 696D 6D75 6E67 656E 2064" /* n Bestimmungen
d */
+ $"6573 2053 6F66 7477 6172 652D 4C69 7A65" /* es
Software-Lize */
+ $"6E7A 7665 7274 7261 6773 2065 696E 7665" /* nzvertrags
einve */
+ $"7273 7461 6E64 656E 2073 696E 642E 2046" /* rstanden sind.
F */
+ $"616C 6C73 206E 6963 6874 2C20 6269 7474" /* alls nicht,
bitt */
+ $"6520 D241 626C 6568 6E65 6ED3 2061 6E6B" /* e �Ablehnen�
ank */
+ $"6C69 636B 656E 2E20 5369 6520 6B9A 6E6E" /* licken. Sie
k�nn */
+ $"656E 2064 6965 2053 6F66 7477 6172 6520" /* en die
Software */
+ $"6E75 7220 696E 7374 616C 6C69 6572 656E" /* nur
installieren */
+ $"2C20 7765 6E6E 2053 6965 20D2 416B 7A65" /* , wenn Sie
�Akze */
+ $"7074 6965 7265 6ED3 2061 6E67 656B 6C69" /* ptieren�
angekli */
+ $"636B 7420 6861 6265 6E2E" /* ckt haben. */
+};
+
+data 'STR#' (5002, "English") {
+ $"0006 0745 6E67 6C69 7368 0541 6772 6565" /*
...English.Agree */
+ $"0844 6973 6167 7265 6505 5072 696E 7407" /*
.Disagree.Print. */
+ $"5361 7665 2E2E 2E7B 4966 2079 6F75 2061" /* Save...{If you
a */
+ $"6772 6565 2077 6974 6820 7468 6520 7465" /* gree with the
te */
+ $"726D 7320 6F66 2074 6869 7320 6C69 6365" /* rms of this
lice */
+ $"6E73 652C 2070 7265 7373 2022 4167 7265" /* nse, press
"Agre */
+ $"6522 2074 6F20 696E 7374 616C 6C20 7468" /* e" to install
th */
+ $"6520 736F 6674 7761 7265 2E20 2049 6620" /* e software.
If */
+ $"796F 7520 646F 206E 6F74 2061 6772 6565" /* you do not
agree */
+ $"2C20 7072 6573 7320 2244 6973 6167 7265" /* , press
"Disagre */
+ $"6522 2E" /* e". */
+};
+
+data 'STR#' (5003, "Spanish") {
+ $"0006 0745 7370 6196 6F6C 0741 6365 7074" /*
...Espa�ol.Acept */
+ $"6172 0A4E 6F20 6163 6570 7461 7208 496D" /* ar�No
aceptar.Im */
+ $"7072 696D 6972 0A47 7561 7264 6172 2E2E" /*
primir�Guardar.. */
+ $"2EC0 5369 2065 7374 8720 6465 2061 6375" /* .�Si est� de
acu */
+ $"6572 646F 2063 6F6E 206C 6F73 2074 8E72" /* erdo con los
t�r */
+ $"6D69 6E6F 7320 6465 2065 7374 6120 6C69" /* minos de esta
li */
+ $"6365 6E63 6961 2C20 7075 6C73 6520 2241" /* cencia, pulse
"A */
+ $"6365 7074 6172 2220 7061 7261 2069 6E73" /* ceptar" para
ins */
+ $"7461 6C61 7220 656C 2073 6F66 7477 6172" /* talar el
softwar */
+ $"652E 2045 6E20 656C 2073 7570 7565 7374" /* e. En el
supuest */
+ $"6F20 6465 2071 7565 206E 6F20 6573 748E" /* o de que no
est� */
+ $"2064 6520 6163 7565 7264 6F20 636F 6E20" /* de acuerdo
con */
+ $"6C6F 7320 748E 726D 696E 6F73 2064 6520" /* los t�rminos
de */
+ $"6573 7461 206C 6963 656E 6369 612C 2070" /* esta licencia,
p */
+ $"756C 7365 2022 4E6F 2061 6365 7074 6172" /* ulse "No
aceptar */
+ $"2E22" /* ." */
+};
+
+data 'STR#' (5004, "French") {
+ $"0006 0846 7261 6E8D 6169 7308 4163 6365" /*
...Fran�ais.Acce */
+ $"7074 6572 0752 6566 7573 6572 0849 6D70" /*
pter.Refuser.Imp */
+ $"7269 6D65 720E 456E 7265 6769 7374 7265" /*
rimer.Enregistre */
+ $"722E 2E2E BA53 6920 766F 7573 2061 6363" /* r...�Si vous
acc */
+ $"6570 7465 7A20 6C65 7320 7465 726D 6573" /* eptez les
termes */
+ $"2064 6520 6C61 2070 728E 7365 6E74 6520" /* de la
pr�sente */
+ $"6C69 6365 6E63 652C 2063 6C69 7175 657A" /* licence,
cliquez */
+ $"2073 7572 2022 4163 6365 7074 6572 2220" /* sur
"Accepter" */
+ $"6166 696E 2064 2769 6E73 7461 6C6C 6572" /* afin
d'installer */
+ $"206C 6520 6C6F 6769 6369 656C 2E20 5369" /* le logiciel.
Si */
+ $"2076 6F75 7320 6E27 9074 6573 2070 6173" /* vous n'�tes
pas */
+ $"2064 2761 6363 6F72 6420 6176 6563 206C" /* d'accord avec
l */
+ $"6573 2074 6572 6D65 7320 6465 206C 6120" /* es termes de
la */
+ $"6C69 6365 6E63 652C 2063 6C69 7175 657A" /* licence,
cliquez */
+ $"2073 7572 2022 5265 6675 7365 7222 2E" /* sur
"Refuser". */
+};
+
+data 'STR#' (5005, "Italian") {
+ $"0006 0849 7461 6C69 616E 6F07 4163 6365" /*
...Italiano.Acce */
+ $"7474 6F07 5269 6669 7574 6F06 5374 616D" /*
tto.Rifiuto.Stam */
+ $"7061 0B52 6567 6973 7472 612E 2E2E 7F53" /*
pa.Registra....S */
+ $"6520 6163 6365 7474 6920 6C65 2063 6F6E" /* e accetti le
con */
+ $"6469 7A69 6F6E 6920 6469 2071 7565 7374" /* dizioni di
quest */
+ $"6120 6C69 6365 6E7A 612C 2066 6169 2063" /* a licenza, fai
c */
+ $"6C69 6320 7375 2022 4163 6365 7474 6F22" /* lic su
"Accetto" */
+ $"2070 6572 2069 6E73 7461 6C6C 6172 6520" /* per
installare */
+ $"696C 2073 6F66 7477 6172 652E 2041 6C74" /* il software.
Alt */
+ $"7269 6D65 6E74 6920 6661 6920 636C 6963" /* rimenti fai
clic */
+ $"2073 7520 2252 6966 6975 746F 222E" /* su "Rifiuto".
*/
+};
+
+data 'STR#' (5006, "Japanese") {
+ $"0006 084A 6170 616E 6573 650A 93AF 88D3" /*
...Japanese��� */
+ $"82B5 82DC 82B7 0C93 AF88 D382 B582 DC82" /* ���.����܂ */
+ $"B982 F108 88F3 8DFC 82B7 82E9 0795 DB91" /* ���.����.�ۑ */
+ $"B62E 2E2E B496 7B83 5C83 7483 6783 4583" /*
�...��{�\�t�g�E� */
+ $"4783 418E 6797 708B 9691 F88C 5F96 F182" /* G�A�g�p���_��
*/
+ $"CC8F F08C 8F82 C993 AF88 D382 B382 EA82" /* ̏�ɓ���� */
+ $"E98F EA8D 8782 C982 CD81 4183 5C83 7483" /* �ꍇ�ɂ́A�\�t� */
+ $"6783 4583 4783 4182 F083 4383 9383 5883" /*
g�E�G�A��C���X� */
+ $"6781 5B83 8B82 B782 E982 BD82 DF82 C981" /* g�[������߂Ɂ */
+ $"7593 AF88 D382 B582 DC82 B781 7682 F089" /* u�����v�� */
+ $"9F82 B582 C482 AD82 BE82 B382 A281 4281" /* �����������B�
*/
+ $"4093 AF88 D382 B382 EA82 C882 A28F EA8D" /* @�����Ȃ��� */
+ $"8782 C982 CD81 4181 7593 AF88 D382 B582" /* ��ɂ́A�u���� */
+ $"DC82 B982 F181 7682 F089 9F82 B582 C482" /* ܂���v����Ă */
+ $"AD82 BE82 B382 A281 42" /* ��������B */
+};
+
+data 'STR#' (5007, "Dutch") {
+ $"0006 0A4E 6564 6572 6C61 6E64 7302 4A61" /*
..�Nederlands.Ja */
+ $"034E 6565 0550 7269 6E74 0942 6577 6161" /*
.Nee.Print�Bewaa */
+ $"722E 2E2E A449 6E64 6965 6E20 7520 616B" /* r...�Indien u
ak */
+ $"6B6F 6F72 6420 6761 6174 206D 6574 2064" /* koord gaat met
d */
+ $"6520 766F 6F72 7761 6172 6465 6E20 7661" /* e voorwaarden
va */
+ $"6E20 6465 7A65 206C 6963 656E 7469 652C" /* n deze
licentie, */
+ $"206B 756E 7420 7520 6F70 2027 4A61 2720" /* kunt u op
'Ja' */
+ $"6B6C 696B 6B65 6E20 6F6D 2064 6520 7072" /* klikken om de
pr */
+ $"6F67 7261 6D6D 6174 7575 7220 7465 2069" /* ogrammatuur te
i */
+ $"6E73 7461 6C6C 6572 656E 2E20 496E 6469" /* nstalleren.
Indi */
+ $"656E 2075 206E 6965 7420 616B 6B6F 6F72" /* en u niet
akkoor */
+ $"6420 6761 6174 2C20 6B6C 696B 7420 7520" /* d gaat, klikt
u */
+ $"6F70 2027 4E65 6527 2E" /* op 'Nee'. */
+};
+
+data 'STR#' (5008, "Swedish") {
+ $"0006 0653 7665 6E73 6B08 476F 646B 8A6E" /*
...Svensk.Godk�n */
+ $"6E73 0641 7662 9A6A 7308 536B 7269 7620" /*
ns.Avb�js.Skriv */
+ $"7574 0853 7061 7261 2E2E 2E93 4F6D 2044" /* ut.Spara...�Om
D */
+ $"7520 676F 646B 8A6E 6E65 7220 6C69 6365" /* u godk�nner
lice */
+ $"6E73 7669 6C6C 6B6F 7265 6E20 6B6C 6963" /* nsvillkoren
klic */
+ $"6B61 2070 8C20 2247 6F64 6B8A 6E6E 7322" /* ka p�
"Godk�nns" */
+ $"2066 9A72 2061 7474 2069 6E73 7461 6C6C" /* f�r att
install */
+ $"6572 6120 7072 6F67 7261 6D70 726F 6475" /* era
programprodu */
+ $"6B74 656E 2E20 4F6D 2044 7520 696E 7465" /* kten. Om Du
inte */
+ $"2067 6F64 6B8A 6E6E 6572 206C 6963 656E" /* godk�nner
licen */
+ $"7376 696C 6C6B 6F72 656E 2C20 6B6C 6963" /* svillkoren,
klic */
+ $"6B61 2070 8C20 2241 7662 9A6A 7322 2E" /* ka p�
"Avb�js". */
+};
+
+data 'STR#' (5009, "Brazilian Portuguese") {
+ $"0006 1150 6F72 7475 6775 9073 2C20 4272" /* ...Portugu�s,
Br */
+ $"6173 696C 0943 6F6E 636F 7264 6172 0944" /*
asil�Concordar�D */
+ $"6973 636F 7264 6172 0849 6D70 7269 6D69" /*
iscordar.Imprimi */
+ $"7209 5361 6C76 6172 2E2E 2E8C 5365 2065" /* r�Salvar...�Se
e */
+ $"7374 8720 6465 2061 636F 7264 6F20 636F" /* st� de acordo
co */
+ $"6D20 6F73 2074 6572 6D6F 7320 6465 7374" /* m os termos
dest */
+ $"6120 6C69 6365 6E8D 612C 2070 7265 7373" /* a licen�a,
press */
+ $"696F 6E65 2022 436F 6E63 6F72 6461 7222" /* ione
"Concordar" */
+ $"2070 6172 6120 696E 7374 616C 6172 206F" /* para instalar
o */
+ $"2073 6F66 7477 6172 652E 2053 6520 6E8B" /* software. Se
n� */
+ $"6F20 6573 7487 2064 6520 6163 6F72 646F" /* o est� de
acordo */
+ $"2C20 7072 6573 7369 6F6E 6520 2244 6973" /* , pressione
"Dis */
+ $"636F 7264 6172 222E" /* cordar". */
+};
+
+data 'STR#' (5010, "Simplified Chinese") {
+ $"0006 1253 696D 706C 6966 6965 6420 4368" /* ...Simplified
Ch */
+ $"696E 6573 6504 CDAC D2E2 06B2 BBCD ACD2" /* inese.ͬ��.��ͬ�
*/
+ $"E204 B4F2 D3A1 06B4 E6B4 A2A1 AD54 C8E7" /* �.��ӡ.���T�� */
+ $"B9FB C4FA CDAC D2E2 B1BE D0ED BFC9 D0AD" /* ����ͬ�Ȿ���Э */
+ $"D2E9 B5C4 CCF5 BFEE A3AC C7EB B0B4 A1B0" /* ������밴�� */
+ $"CDAC D2E2 A1B1 C0B4 B0B2 D7B0 B4CB C8ED" /* ͬ�⡱������ */
+ $"BCFE A1A3 C8E7 B9FB C4FA B2BB CDAC D2E2" /* �������ͬ�� */
+ $"A3AC C7EB B0B4 A1B0 B2BB CDAC D2E2 A1B1" /* ���밴����ͬ�⡱ */
+ $"A1A3" /* �� */
+};
+
+data 'STR#' (5011, "Traditional Chinese") {
+ $"0006 1354 7261 6469 7469 6F6E 616C 2043" /* ...Traditional
C */
+ $"6869 6E65 7365 04A6 50B7 4E06 A4A3 A650" /*
hinese.�P�N.���P */
+ $"B74E 04A6 43A6 4C06 C078 A673 A14B 50A6" /*
�N.�C�L.�x�s�KP� */
+ $"70AA 47B1 7AA6 50B7 4EA5 BBB3 5CA5 69C3" /*
p�G�z�P�N���\�i� */
+ $"D2B8 CCAA BAB1 F8B4 DAA1 41BD D0AB F6A1" /* Ҹ̪��ڡA�Ы� */
+ $"A7A6 50B7 4EA1 A8A5 48A6 77B8 CBB3 6EC5" /*
��P�N���H�w�˳n� */
+ $"E9A1 43A6 70AA 47A4 A3A6 50B7 4EA1 41BD" /*
�C�p�G���P�N�A� */
+ $"D0AB F6A1 A7A4 A3A6 50B7 4EA1 A8A1 43" /* ���P�N���C */
+};
+
+data 'STR#' (5012, "Danish") {
+ $"0006 0544 616E 736B 0445 6E69 6705 5565" /*
...Dansk.Enig.Ue */
+ $"6E69 6707 5564 736B 7269 760A 4172 6B69" /*
nig.Udskriv�Arki */
+ $"7665 722E 2E2E 9848 7669 7320 6475 2061" /* ver...�Hvis du
a */
+ $"6363 6570 7465 7265 7220 6265 7469 6E67" /* ccepterer
beting */
+ $"656C 7365 726E 6520 6920 6C69 6365 6E73" /* elserne i
licens */
+ $"6166 7461 6C65 6E2C 2073 6B61 6C20 6475" /* aftalen, skal
du */
+ $"206B 6C69 6B6B 6520 708C 20D2 456E 6967" /* klikke p�
�Enig */
+ $"D320 666F 7220 6174 2069 6E73 7461 6C6C" /* � for at
install */
+ $"6572 6520 736F 6674 7761 7265 6E2E 204B" /* ere softwaren.
K */
+ $"6C69 6B20 708C 20D2 5565 6E69 67D3 2066" /* lik p� �Uenig�
f */
+ $"6F72 2061 7420 616E 6E75 6C6C 6572 6520" /* or at
annullere */
+ $"696E 7374 616C 6C65 7269 6E67 656E 2E" /*
installeringen. */
+};
+
+data 'STR#' (5013, "Finnish") {
+ $"0006 0553 756F 6D69 0848 7976 8A6B 7379" /*
...Suomi.Hyv�ksy */
+ $"6E0A 456E 2068 7976 8A6B 7379 0754 756C" /* n�En
hyv�ksy.Tul */
+ $"6F73 7461 0954 616C 6C65 6E6E 61C9 6F48" /*
osta�Tallenna�oH */
+ $"7976 8A6B 7379 206C 6973 656E 7373 6973" /* yv�ksy
lisenssis */
+ $"6F70 696D 756B 7365 6E20 6568 646F 7420" /* opimuksen
ehdot */
+ $"6F73 6F69 7474 616D 616C 6C61 20D5 4879" /* osoittamalla
�Hy */
+ $"768A 6B73 79D5 2E20 4A6F 7320 6574 2068" /* v�ksy�. Jos et
h */
+ $"7976 8A6B 7379 2073 6F70 696D 756B 7365" /* yv�ksy
sopimukse */
+ $"6E20 6568 746F 6A61 2C20 6F73 6F69 7461" /* n ehtoja,
osoita */
+ $"20D5 456E 2068 7976 8A6B 7379 D52E" /* �En hyv�ksy�.
*/
+};
+
+data 'STR#' (5014, "French Canadian") {
+ $"0006 1146 7261 6E8D 6169 7320 6361 6E61" /* ...Fran�ais
cana */
+ $"6469 656E 0841 6363 6570 7465 7207 5265" /*
dien.Accepter.Re */
+ $"6675 7365 7208 496D 7072 696D 6572 0E45" /*
fuser.Imprimer.E */
+ $"6E72 6567 6973 7472 6572 2E2E 2EBA 5369" /*
nregistrer...�Si */
+ $"2076 6F75 7320 6163 6365 7074 657A 206C" /* vous acceptez
l */
+ $"6573 2074 6572 6D65 7320 6465 206C 6120" /* es termes de
la */
+ $"7072 8E73 656E 7465 206C 6963 656E 6365" /* pr�sente
licence */
+ $"2C20 636C 6971 7565 7A20 7375 7220 2241" /* , cliquez sur
"A */
+ $"6363 6570 7465 7222 2061 6669 6E20 6427" /* ccepter" afin
d' */
+ $"696E 7374 616C 6C65 7220 6C65 206C 6F67" /* installer le
log */
+ $"6963 6965 6C2E 2053 6920 766F 7573 206E" /* iciel. Si vous
n */
+ $"2790 7465 7320 7061 7320 6427 6163 636F" /* '�tes pas
d'acco */
+ $"7264 2061 7665 6320 6C65 7320 7465 726D" /* rd avec les
term */
+ $"6573 2064 6520 6C61 206C 6963 656E 6365" /* es de la
licence */
+ $"2C20 636C 6971 7565 7A20 7375 7220 2252" /* , cliquez sur
"R */
+ $"6566 7573 6572 222E" /* efuser". */
+};
+
+data 'STR#' (5015, "Korean") {
+ $"0006 064B 6F72 6561 6E04 B5BF C0C7 09B5" /*
...Korean.����Ƶ */
+ $"BFC0 C720 BEC8 C7D4 06C7 C1B8 B0C6 AE07" /* ��� ����.���Ʈ.
*/
+ $"C0FA C0E5 2E2E 2E7E BBE7 BFEB 20B0 E8BE" /* ����...~��� ��
*/
+ $"E0BC ADC0 C720 B3BB BFEB BFA1 20B5 BFC0" /* ༭�� ��� ��� */
+ $"C7C7 CFB8 E92C 2022 B5BF C0C7 2220 B4DC" /* ��ϸ�, "����"
�� */
+ $"C3DF B8A6 20B4 ADB7 AF20 BCD2 C7C1 C6AE" /* �߸� ���� ����Ʈ
*/
+ $"BFFE BEEE B8A6 20BC B3C4 A1C7 CFBD CABD" /* � ��ġ�Ͻʽ */
+ $"C3BF C02E 20B5 BFC0 C7C7 CFC1 F620 BECA" /* ÿ�. ��������
�� */
+ $"B4C2 B4D9 B8E9 2C20 22B5 BFC0 C720 BEC8" /* �´ٸ�, "���� ��
*/
+ $"C7D4 2220 B4DC C3DF B8A6 20B4 A9B8 A3BD" /* ��" ���߸�
����� */
+ $"CABD C3BF C02E" /* ʽÿ�. */
+};
+
+data 'STR#' (5016, "Norwegian") {
+ $"0006 054E 6F72 736B 0445 6E69 6709 496B" /*
...Norsk.Enig�Ik */
+ $"6B65 2065 6E69 6708 536B 7269 7620 7574" /* ke enig.Skriv
ut */
+ $"0A41 726B 6976 6572 2E2E 2EA3 4876 6973" /*
�Arkiver...�Hvis */
+ $"2044 6520 6572 2065 6E69 6720 6920 6265" /* De er enig i
be */
+ $"7374 656D 6D65 6C73 656E 6520 6920 6465" /* stemmelsene i
de */
+ $"6E6E 6520 6C69 7365 6E73 6176 7461 6C65" /* nne
lisensavtale */
+ $"6E2C 206B 6C69 6B6B 6572 2044 6520 708C" /* n, klikker De
p� */
+ $"2022 456E 6967 222D 6B6E 6170 7065 6E20" /*
"Enig"-knappen */
+ $"666F 7220 8C20 696E 7374 616C 6C65 7265" /* for �
installere */
+ $"2070 726F 6772 616D 7661 7265 6E2E 2048" /* programvaren.
H */
+ $"7669 7320 4465 2069 6B6B 6520 6572 2065" /* vis De ikke er
e */
+ $"6E69 672C 206B 6C69 6B6B 6572 2044 6520" /* nig, klikker
De */
+ $"708C 2022 496B 6B65 2065 6E69 6722 2E" /* p� "Ikke
enig". */
+};
+
+data 'TEXT' (5000) {
+ $"456E 6420 5573 6572 204C 6963 656E 7365" /* End User
License */
+ $"2061 6E64 2053 7562 7363 7269 7074 696F" /* and
Subscriptio */
+ $"6E20 4167 7265 656D 656E 740D 436F 6C6C" /* n
Agreement.Coll */
+ $"6162 6F72 6120 4F66 6669 6365 2028 D253" /* abora Office
(�S */
+ $"6F66 7477 6172 65D3 290D 0D0D 416E 2069" /* oftware�)...An
i */
+ $"6E64 6976 6964 7561 6C20 6163 7469 6E67" /* ndividual
acting */
+ $"206F 6E20 7468 6569 7220 6F77 6E20 6265" /* on their own
be */
+ $"6861 6C66 206F 7220 6F6E 2062 6568 616C" /* half or on
behal */
+ $"6620 6F66 2061 6E79 2063 6F72 706F 7261" /* f of any
corpora */
+ $"7465 2065 6E74 6974 7920 7768 6963 6820" /* te entity
which */
+ $"656D 706C 6F79 7320 7468 656D 206F 7220" /* employs them
or */
+ $"7768 6963 6820 7468 6579 2072 6570 7265" /* which they
repre */
+ $"7365 6E74 2028 D261 6E20 4F72 6761 6E69" /* sent (�an
Organi */
+ $"7361 7469 6F6E D329 2072 6570 7265 7365" /* sation�)
represe */
+ $"6E74 7320 7468 6174 2068 6520 6F72 2073" /* nts that he or
s */
+ $"6865 2068 6173 2074 6865 2061 7574 686F" /* he has the
autho */
+ $"7269 7479 2074 6F20 656E 7465 7220 696E" /* rity to enter
in */
+ $"746F 2074 6869 7320 6167 7265 656D 656E" /* to this
agreemen */
+ $"7420 6F6E 2062 6568 616C 6620 6F66 2074" /* t on behalf of
t */
+ $"6861 7420 4F72 6761 6E69 7361 7469 6F6E" /* hat
Organisation */
+ $"2E20 496E 2074 6869 7320 4C69 6365 6E63" /* . In this
Licenc */
+ $"6520 4167 7265 656D 656E 742C 20D2 596F" /* e Agreement,
�Yo */
+ $"75D3 2069 6E63 6C75 6465 7320 626F 7468" /* u� includes
both */
+ $"2074 6865 2072 6561 6465 7220 616E 6420" /* the reader
and */
+ $"616E 7920 4F72 6761 6E69 7361 7469 6F6E" /* any
Organisation */
+ $"2E0D 0D50 4C45 4153 4520 5245 4144 2054" /* ...PLEASE READ
T */
+ $"4849 5320 4147 5245 454D 454E 5420 4341" /* HIS AGREEMENT
CA */
+ $"5245 4655 4C4C 592E 2042 5920 5055 5243" /* REFULLY. BY
PURC */
+ $"4841 5349 4E47 2C20 494E 5354 414C 4C49" /* HASING,
INSTALLI */
+ $"4E47 2041 4E44 2F4F 5220 5553 494E 4720" /* NG AND/OR
USING */
+ $"5448 4520 434F 4C4C 4142 4F52 4120 4F46" /* THE COLLABORA
OF */
+ $"4649 4345 2053 4F46 5457 4152 4520 2849" /* FICE SOFTWARE
(I */
+ $"4E43 4C55 4449 4E47 2049 5453 2043 4F4D" /* NCLUDING ITS
COM */
+ $"504F 4E45 4E54 5329 2C20 594F 5520 4147" /* PONENTS), YOU
AG */
+ $"5245 4520 544F 2054 4845 2054 4552 4D53" /* REE TO THE
TERMS */
+ $"204F 4620 5448 4953 204C 4943 454E 4345" /* OF THIS
LICENCE */
+ $"2041 4E44 2053 5542 5343 5249 5054 494F" /* AND
SUBSCRIPTIO */
+ $"4E20 4147 5245 454D 454E 5420 414E 4420" /* N AGREEMENT
AND */
+ $"4143 4B4E 4F57 4C45 4447 4520 5448 4154" /* ACKNOWLEDGE
THAT */
+ $"2059 4F55 2048 4156 4520 5245 4144 2041" /* YOU HAVE READ
A */
+ $"4E44 2055 4E44 4552 5354 414E 4420 5448" /* ND UNDERSTAND
TH */
+ $"4953 2041 4752 4545 4D45 4E54 2E20 0D0D" /* IS AGREEMENT.
.. */
+ $"4946 2059 4F55 2044 4F20 4E4F 5420 4147" /* IF YOU DO NOT
AG */
+ $"5245 4520 5749 5448 2054 4845 5345 2054" /* REE WITH THESE
T */
+ $"4552 4D53 2050 4C45 4153 4520 444F 204E" /* ERMS PLEASE DO
N */
+ $"4F54 2044 4F57 4E4C 4F41 442C 2049 4E53" /* OT DOWNLOAD,
INS */
+ $"5441 4C4C 204F 5220 5553 4520 5448 4520" /* TALL OR USE
THE */
+ $"534F 4654 5741 5245 204F 5220 5355 4253" /* SOFTWARE OR
SUBS */
+ $"4352 4950 5449 4F4E 2053 4552 5649 4345" /* CRIPTION
SERVICE */
+ $"532E 200D 0D50 4152 5449 4553 2E20 5468" /* S. ..PARTIES.
Th */
+ $"6973 2073 6F66 7477 6172 6520 6C69 6365" /* is software
lice */
+ $"6E63 6520 616E 6420 7375 6273 6372 6970" /* nce and
subscrip */
+ $"7469 6F6E 2061 6772 6565 6D65 6E74 2028" /* tion agreement
( */
+ $"D241 6772 6565 6D65 6E74 D329 2069 7320" /* �Agreement�)
is */
+ $"6120 6C65 6761 6C6C 7920 6269 6E64 696E" /* a legally
bindin */
+ $"6720 6167 7265 656D 656E 7420 6265 7477" /* g agreement
betw */
+ $"6565 6E20 596F 7520 616E 6420 436F 6C6C" /* een You and
Coll */
+ $"6162 6F72 6120 5072 6F64 7563 7469 7669" /* abora
Productivi */
+ $"7479 204C 696D 6974 6564 2C20 696E 636F" /* ty Limited,
inco */
+ $"7270 6F72 6174 6564 2061 6E64 2072 6567" /* rporated and
reg */
+ $"6973 7465 7265 6420 696E 2045 6E67 6C61" /* istered in
Engla */
+ $"6E64 2061 6E64 2057 616C 6573 2077 6974" /* nd and Wales
wit */
+ $"6820 636F 6D70 616E 7920 6E75 6D62 6572" /* h company
number */
+ $"2030 3836 3434 3933 3120 7768 6F73 6520" /* 08644931
whose */
+ $"7265 6769 7374 6572 6564 206F 6666 6963" /* registered
offic */
+ $"6520 6973 2061 7420 5468 6520 506C 6174" /* e is at The
Plat */
+ $"696E 756D 2042 7569 6C64 696E 672C 2053" /* inum Building,
S */
+ $"7420 4A6F 686E D573 2049 6E6E 6F76 6174" /* t John�s
Innovat */
+ $"696F 6E20 5061 726B 2C20 4361 6D62 7269" /* ion Park,
Cambri */
+ $"6467 652C 2043 4234 2030 4453 2C20 556E" /* dge, CB4 0DS,
Un */
+ $"6974 6564 204B 696E 6764 6F6D 2028 D243" /* ited Kingdom
(�C */
+ $"6F6C 6C61 626F 7261 D329 2061 6E64 2077" /* ollabora�) and
w */
+ $"6865 7265 2061 7070 6C69 6361 626C 6520" /* here
applicable */
+ $"7265 6665 7265 6E63 6573 2074 6F20 436F" /* references to
Co */
+ $"6C6C 6162 6F72 6120 7368 616C 6C20 616C" /* llabora shall
al */
+ $"736F 2072 6566 6572 2074 6F20 6974 7320" /* so refer to
its */
+ $"6175 7468 6F72 6973 6564 2072 6573 656C" /* authorised
resel */
+ $"6C65 7273 2061 6E64 2074 6869 7264 2070" /* lers and third
p */
+ $"6172 7479 2064 6973 7472 6962 7574 6F72" /* arty
distributor */
+ $"7320 6672 6F6D 2074 696D 6520 746F 2074" /* s from time to
t */
+ $"696D 652E 200D 0D53 4F46 5457 4152 452E" /* ime.
..SOFTWARE. */
+ $"2054 6865 2053 6F66 7477 6172 6520 616E" /* The Software
an */
+ $"6420 6561 6368 206F 6620 6974 7320 636F" /* d each of its
co */
+ $"6D70 6F6E 656E 7473 2061 7265 206F 776E" /* mponents are
own */
+ $"6564 2062 7920 436F 6C6C 6162 6F72 6120" /* ed by
Collabora */
+ $"6F72 206F 7468 6572 206C 6963 656E 736F" /* or other
licenso */
+ $"7273 2061 6E64 2061 7265 2070 726F 7465" /* rs and are
prote */
+ $"6374 6564 2061 7320 636F 7079 7269 6768" /* cted as
copyrigh */
+ $"7465 6420 776F 726B 7320 6F66 2061 7574" /* ted works of
aut */
+ $"686F 7273 6869 702C 2061 6E64 2061 7265" /* horship, and
are */
+ $"2061 6C73 6F20 7072 6F74 6563 7465 6420" /* also
protected */
+ $"756E 6465 7220 6170 706C 6963 6162 6C65" /* under
applicable */
+ $"2064 6174 6162 6173 6520 616E 6420 6F74" /* database and
ot */
+ $"6865 7220 6170 706C 6963 6162 6C65 206C" /* her applicable
l */
+ $"6177 732E 2054 6F20 7468 6520 6578 7465" /* aws. To the
exte */
+ $"6E74 2074 6861 7420 7468 6579 2061 7265" /* nt that they
are */
+ $"206E 6F74 2061 6363 6F6D 7061 6E69 6564" /* not
accompanied */
+ $"2062 7920 6120 7365 7061 7261 7465 2043" /* by a separate
C */
+ $"6F6C 6C61 626F 7261 2073 6F66 7477 6172" /* ollabora
softwar */
+ $"6520 6C69 6365 6E63 6520 6167 7265 656D" /* e licence
agreem */
+ $"656E 742C 2061 6E79 206D 6F64 6966 6963" /* ent, any
modific */
+ $"6174 696F 6E2C 2075 7064 6174 6520 6F72" /* ation, update
or */
+ $"2075 7067 7261 6465 2074 6F20 7468 6520" /* upgrade to
the */
+ $"536F 6674 7761 7265 2074 6861 7420 596F" /* Software that
Yo */
+ $"7520 6D61 7920 646F 776E 6C6F 6164 206F" /* u may download
o */
+ $"7220 7265 6365 6976 652C 2077 6865 7468" /* r receive,
wheth */
+ $"6572 2061 7320 5375 6273 6372 6970 7469" /* er as
Subscripti */
+ $"6F6E 2053 6572 7669 6365 7320 6465 7461" /* on Services
deta */
+ $"696C 6564 2062 656C 6F77 206F 7220 6F74" /* iled below or
ot */
+ $"6865 7277 6973 652C 2069 7320 696E 636C" /* herwise, is
incl */
+ $"7564 6564 2061 7320 536F 6674 7761 7265" /* uded as
Software */
+ $"2061 6E64 2067 6F76 6572 6E65 6420 6279" /* and governed
by */
+ $"2074 6865 20D2 4C69 6365 6E73 6573 D320" /* the
�Licenses� */
+ $"6865 6164 696E 6720 6265 6C6F 7720 616E" /* heading below
an */
+ $"6420 6765 6E65 7261 6C6C 7920 6279 2074" /* d generally by
t */
+ $"6869 7320 4167 7265 656D 656E 742E 0D0D" /* his
Agreement... */
+ $"4C49 4345 4E43 4553 2E20 5072 6F76 6964" /* LICENCES.
Provid */
+ $"6564 2074 6861 7420 596F 7520 6861 7665" /* ed that You
have */
+ $"2073 7562 7363 7269 6265 6420 746F 2074" /* subscribed to
t */
+ $"6865 2053 7562 7363 7269 7074 696F 6E20" /* he
Subscription */
+ $"5365 7276 6963 6573 2061 7320 6465 7461" /* Services as
deta */
+ $"696C 6564 2062 656C 6F77 2061 6E64 2059" /* iled below and
Y */
+ $"6F75 7220 636F 6D70 6C69 616E 6365 2077" /* our compliance
w */
+ $"6974 6820 7468 6520 6F74 6865 7220 7465" /* ith the other
te */
+ $"726D 7320 616E 6420 636F 6E64 6974 696F" /* rms and
conditio */
+ $"6E73 206F 6620 7468 6973 2041 6772 6565" /* ns of this
Agree */
+ $"6D65 6E74 2C20 436F 6C6C 6162 6F72 6120" /* ment,
Collabora */
+ $"6772 616E 7473 2074 6F20 596F 7520 6120" /* grants to You
a */
+ $"7065 7270 6574 7561 6C2C 206E 6F6E 2D74" /* perpetual,
non-t */
+ $"7261 6E73 6665 7261 626C 652C 2077 6F72" /* ransferable,
wor */
+ $"6C64 7769 6465 206C 6963 656E 6365 2028" /* ldwide licence
( */
+ $"D24C 6963 656E 6365 D329 2074 6F20 7265" /* �Licence�) to
re */
+ $"7072 6F64 7563 6520 616E 6420 7573 6520" /* produce and
use */
+ $"636F 7069 6573 206F 6620 7468 6520 536F" /* copies of the
So */
+ $"6674 7761 7265 2077 6974 6869 6E20 596F" /* ftware within
Yo */
+ $"7572 204F 7267 616E 697A 6174 696F 6E2E" /* ur
Organization. */
+ $"2054 6865 2053 6F66 7477 6172 6520 6973" /* The Software
is */
+ $"206C 6963 656E 7365 6420 286E 6F74 2073" /* licensed (not
s */
+ $"6F6C 6429 2074 6F20 596F 752E 2041 6363" /* old) to You.
Acc */
+ $"6F72 6469 6E67 6C79 206E 6F20 7469 746C" /* ordingly no
titl */
+ $"6520 746F 206F 7220 6F77 6E65 7273 6869" /* e to or
ownershi */
+ $"7020 6F66 2074 6865 2053 6F66 7477 6172" /* p of the
Softwar */
+ $"6520 6973 2074 7261 6E73 6665 7272 6564" /* e is
transferred */
+ $"2074 6F20 596F 752E 2059 6F75 2073 686F" /* to You. You
sho */
+ $"756C 6420 616C 736F 2062 6520 6177 6172" /* uld also be
awar */
+ $"6520 7468 6174 2069 6E20 6164 6469 7469" /* e that in
additi */
+ $"6F6E 2074 6F20 7468 6973 2067 7261 6E74" /* on to this
grant */
+ $"206F 6620 4C69 6365 6E63 652C 206D 616E" /* of Licence,
man */
+ $"7920 6F66 2074 6865 2069 6E64 6976 6964" /* y of the
individ */
+ $"7561 6C20 636F 6D70 6F6E 656E 7473 206F" /* ual components
o */
+ $"6620 7468 6520 536F 6674 7761 7265 2061" /* f the Software
a */
+ $"7265 2073 7562 6A65 6374 2074 6F20 6F70" /* re subject to
op */
+ $"656E 2073 6F75 7263 6520 6C69 6365 6E63" /* en source
licenc */
+ $"6573 2C20 6173 2064 6574 6169 6C65 6420" /* es, as
detailed */
+ $"6675 7274 6865 7220 6265 6C6F 7720 756E" /* further below
un */
+ $"6465 7220 D24F 7065 6E20 536F 7572 6365" /* der �Open
Source */
+ $"204C 6963 656E 6365 7320 616E 6420 4C69" /* Licences and
Li */
+ $"6D69 7461 7469 6F6E 73D3 2E0D 0D53 5542" /*
mitations�...SUB */
+ $"5343 5249 5054 494F 4E20 5345 5256 4943" /* SCRIPTION
SERVIC */
+ $"4553 2E20 5468 6520 4C69 6365 6E63 6520" /* ES. The
Licence */
+ $"746F 2072 6570 726F 6475 6365 2061 6E64" /* to reproduce
and */
+ $"2075 7365 2061 2063 6F70 7920 6F66 2074" /* use a copy of
t */
+ $"6865 2053 6F66 7477 6172 6520 6973 2067" /* he Software is
g */
+ $"7261 6E74 6564 2073 7562 6A65 6374 2074" /* ranted subject
t */
+ $"6F20 7468 6520 696E 6974 6961 6C20 7075" /* o the initial
pu */
+ $"7263 6861 7365 2062 7920 596F 7520 6F66" /* rchase by You
of */
+ $"2053 6F66 7477 6172 6520 6D61 696E 7465" /* Software
mainte */
+ $"6E61 6E63 6520 616E 642F 6F72 2073 7570" /* nance and/or
sup */
+ $"706F 7274 2073 6572 7669 6365 7320 656E" /* port services
en */
+ $"7469 746C 656D 656E 7473 2028 D253 7562" /* titlements
(�Sub */
+ $"7363 7269 7074 696F 6E20 5365 7276 6963" /* scription
Servic */
+ $"6573 2045 6E74 6974 6C65 6D65 6E74 73D3" /* es
Entitlements� */
+ $"2920 6571 7569 7661 6C65 6E74 2069 6E20" /* ) equivalent
in */
+ $"6E75 6D62 6572 2074 6F20 7468 6520 746F" /* number to the
to */
+ $"7461 6C20 6E75 6D62 6572 206F 6620 756E" /* tal number of
un */
+ $"6974 7320 6F66 2074 6865 2053 6F66 7477" /* its of the
Softw */
+ $"6172 6520 7468 6174 2079 6F75 2069 6E74" /* are that you
int */
+ $"656E 6420 746F 2064 6570 6C6F 792C 2069" /* end to deploy,
i */
+ $"6E73 7461 6C6C 206F 7220 7573 6520 696E" /* nstall or use
in */
+ $"2059 6F75 7220 4F72 6761 6E69 7A61 7469" /* Your
Organizati */
+ $"6F6E 2E0D 5468 6520 5375 6273 6372 6970" /* on..The
Subscrip */
+ $"7469 6F6E 2053 6572 7669 6365 7320 456E" /* tion Services
En */
+ $"7469 746C 656D 656E 7473 2065 6E74 6974" /* titlements
entit */
+ $"6C65 2059 6F75 2064 7572 696E 6720 7468" /* le You during
th */
+ $"6520 7375 6273 6372 6970 7469 6F6E 2070" /* e subscription
p */
+ $"6572 696F 6420 746F 206D 616B 6520 7573" /* eriod to make
us */
+ $"6520 6F66 2074 6865 2066 6F6C 6C6F 7769" /* e of the
followi */
+ $"6E67 2073 6572 7669 6365 7320 28D2 5375" /* ng services
(�Su */
+ $"6273 6372 6970 7469 6F6E 2053 6572 7669" /* bscription
Servi */
+ $"6365 73D3 293A 0D61 2920 2069 6E20 7468" /* ces�):.a) in
th */
+ $"6520 6361 7365 206F 6620 6D61 696E 7465" /* e case of
mainte */
+ $"6E61 6E63 6520 7365 7276 6963 6573 2C20" /* nance
services, */
+ $"746F 2061 6E79 2073 6563 7572 6974 7920" /* to any
security */
+ $"6669 7865 7320 616E 6420 536F 6674 7761" /* fixes and
Softwa */
+ $"7265 2075 7064 6174 6573 2077 6869 6368" /* re updates
which */
+ $"206D 6179 2062 6520 6973 7375 6564 2062" /* may be issued
b */
+ $"7920 436F 6C6C 6162 6F72 612C 2069 6E63" /* y Collabora,
inc */
+ $"6C75 6469 6E67 2065 7869 7374 696E 6720" /* luding
existing */
+ $"6669 7865 7320 6672 6F6D 2074 6865 2073" /* fixes from the
s */
+ $"7570 706F 7274 2073 6572 7669 6365 7320" /* upport
services */
+ $"7365 7420 6F75 7420 6174 2028 6229 2C20" /* set out at
(b), */
+ $"6F6E 2074 6865 2074 6572 6D73 2073 6574" /* on the terms
set */
+ $"206F 7574 2069 6E20 7468 6973 2041 6772" /* out in this
Agr */
+ $"6565 6D65 6E74 2061 6E64 2066 726F 6D20" /* eement and
from */
+ $"7469 6D65 2074 6F20 7469 6D65 2061 7420" /* time to time
at */
+ $"6874 7470 3A2F 2F77 7777 2E43 6F6C 6C61" /*
http://www.Colla */
+ $"626F 7261 4F66 6669 6365 2E63 6F6D 2F0D" /*
boraOffice.com/. */
+ $"6229 2020 696E 2074 6865 2063 6173 6520" /* b) in the
case */
+ $"6F66 2073 7570 706F 7274 2073 6572 7669" /* of support
servi */
+ $"6365 732C 2074 6F20 6665 6520 6261 7365" /* ces, to fee
base */
+ $"6420 7465 6368 6E69 6361 6C20 7375 7070" /* d technical
supp */
+ $"6F72 7420 6F6E 2074 6865 2074 6572 6D73" /* ort on the
terms */
+ $"2073 6574 206F 7574 2069 6E20 7468 6973" /* set out in
this */
+ $"2041 6772 6565 6D65 6E74 2C20 6F72 2061" /* Agreement, or
a */
+ $"6E79 2073 6570 6172 6174 6520 6167 7265" /* ny separate
agre */
+ $"656D 656E 742C 2061 6E64 2066 726F 6D20" /* ement, and
from */
+ $"7469 6D65 2074 6F20 7469 6D65 2061 7420" /* time to time
at */
+ $"6874 7470 3A2F 2F77 7777 2E43 6F6C 6C61" /*
http://www.Colla */
+ $"626F 7261 4F66 6669 6365 2E63 6F6D 2F2E" /*
boraOffice.com/. */
+ $"200D 416C 6C20 5375 6273 6372 6970 7469" /* .All
Subscripti */
+ $"6F6E 2053 6572 7669 6365 7320 7769 6C6C" /* on Services
will */
+ $"2062 6520 7375 7070 6C69 6564 2069 6E20" /* be supplied
in */
+ $"6120 7072 6F66 6573 7369 6F6E 616C 206D" /* a professional
m */
+ $"616E 6E65 7220 696E 2061 6363 6F72 6461" /* anner in
accorda */
+ $"6E63 6520 7769 7468 2067 656E 6572 616C" /* nce with
general */
+ $"6C79 2061 6363 6570 7465 6420 696E 6475" /* ly accepted
indu */
+ $"7374 7279 2073 7461 6E64 6172 6473 2E20" /* stry
standards. */
+ $"0D55 6E6C 6573 7320 7468 6520 5375 6273" /* .Unless the
Subs */
+ $"6372 6970 7469 6F6E 2053 6572 7669 6365" /* cription
Service */
+ $"7320 616E 6420 5375 6273 6372 6970 7469" /* s and
Subscripti */
+ $"6F6E 2053 6572 7669 6365 7320 456E 7469" /* on Services
Enti */
+ $"746C 656D 656E 7473 2061 7265 2073 6574" /* tlements are
set */
+ $"206F 7574 2069 6E20 6120 7365 7061 7261" /* out in a
separa */
+ $"7465 2063 6F6E 7472 6163 7420 7769 7468" /* te contract
with */
+ $"2043 6F6C 6C61 626F 7261 2C20 7468 6579" /* Collabora,
they */
+ $"2061 7265 206F 6666 6572 6564 2074 6F20" /* are offered
to */
+ $"596F 7520 7375 626A 6563 7420 746F 2074" /* You subject to
t */
+ $"6865 2074 6572 6D73 2073 6574 206F 7574" /* he terms set
out */
+ $"2069 6E20 7468 6973 2041 6772 6565 6D65" /* in this
Agreeme */
+ $"6E74 2E20 0D0D 4946 2054 4845 2053 5542" /* nt. ..IF THE
SUB */
+ $"5343 5249 5054 494F 4E20 5345 5256 4943" /* SCRIPTION
SERVIC */
+ $"4553 2045 4E54 4954 4C45 4D45 4E54 5320" /* ES
ENTITLEMENTS */
+ $"5045 5249 4F44 2045 5850 4952 4553 2041" /* PERIOD EXPIRES
A */
+ $"4E44 2049 5320 4E4F 5420 5245 4E45 5745" /* ND IS NOT
RENEWE */
+ $"4420 5749 5448 494E 2033 3020 4441 5953" /* D WITHIN 30
DAYS */
+ $"2C20 4143 4345 5353 2054 4F20 5355 4253" /* , ACCESS TO
SUBS */
+ $"4352 4950 5449 4F4E 2053 4552 5649 4345" /* CRIPTION
SERVICE */
+ $"5320 4953 2054 4552 4D49 4E41 5445 442E" /* S IS
TERMINATED. */
+ $"2049 4620 5749 5448 494E 2054 4845 2053" /* IF WITHIN THE
S */
+ $"5542 5343 5249 5054 494F 4E20 5345 5256" /* UBSCRIPTION
SERV */
+ $"4943 4553 2045 4E54 4954 4C45 4D45 4E54" /* ICES
ENTITLEMENT */
+ $"2050 4552 494F 4420 594F 5520 5749 5348" /* PERIOD YOU
WISH */
+ $"2054 4F20 494E 4352 4541 5345 2054 4845" /* TO INCREASE
THE */
+ $"204E 554D 4245 5220 4F46 2043 4F50 4945" /* NUMBER OF
COPIE */
+ $"5320 4F46 2054 4845 2053 4F46 5457 4152" /* S OF THE
SOFTWAR */
+ $"4520 594F 5552 204F 5247 414E 4953 4154" /* E YOUR
ORGANISAT */
+ $"494F 4E20 4953 2055 5349 4E47 2C20 594F" /* ION IS USING,
YO */
+ $"5520 4D55 5354 2050 5552 4348 4153 4520" /* U MUST
PURCHASE */
+ $"4144 4449 5449 4F4E 414C 2055 4E49 5453" /* ADDITIONAL
UNITS */
+ $"204F 4620 5355 4253 4352 4950 5449 4F4E" /* OF
SUBSCRIPTION */
+ $"2053 4552 5649 4345 5320 454E 5449 544C" /* SERVICES
ENTITL */
+ $"454D 454E 5453 2045 5155 4956 414C 454E" /* EMENTS
EQUIVALEN */
+ $"5420 544F 2054 4845 204E 554D 4245 5220" /* T TO THE
NUMBER */
+ $"4F46 2041 4444 4954 494F 4E41 4C20 534F" /* OF ADDITIONAL
SO */
+ $"4654 5741 5245 2043 4F50 4945 5320 594F" /* FTWARE COPIES
YO */
+ $"5520 5749 5348 2054 4F20 494E 5354 414C" /* U WISH TO
INSTAL */
+ $"4C2E 2055 504F 4E20 5245 4E45 5741 4C20" /* L. UPON
RENEWAL */
+ $"4F46 2059 4F55 5220 5355 4253 4352 4950" /* OF YOUR
SUBSCRIP */
+ $"5449 4F4E 2053 4552 5649 4345 5320 454E" /* TION SERVICES
EN */
+ $"5449 544C 454D 454E 5453 2C20 594F 5552" /* TITLEMENTS,
YOUR */
+ $"2053 5542 4D49 5353 494F 4E20 4F46 2041" /* SUBMISSION OF
A */
+ $"2050 5552 4348 4153 4520 4F52 4445 5220" /* PURCHASE
ORDER */
+ $"4F52 2050 4159 4D45 4E54 204F 4620 4645" /* OR PAYMENT OF
FE */
+ $"4553 2046 4F52 2053 5542 5343 5249 5054" /* ES FOR
SUBSCRIPT */
+ $"494F 4E20 5345 5256 4943 4553 2045 4E54" /* ION SERVICES
ENT */
+ $"4954 4C45 4D45 4E54 5320 5749 4C4C 2042" /* ITLEMENTS WILL
B */
+ $"4520 4445 454D 4544 2054 4F20 4245 2041" /* E DEEMED TO BE
A */
+ $"2052 4550 5245 5345 4E54 4154 494F 4E20" /*
REPRESENTATION */
+ $"4F46 2054 4845 204E 554D 4245 5220 4F46" /* OF THE NUMBER
OF */
+ $"2043 4F50 4945 5320 4F46 2054 4845 2053" /* COPIES OF THE
S */
+ $"4F46 5457 4152 4520 494E 5354 414C 4C45" /* OFTWARE
INSTALLE */
+ $"4420 4154 2059 4F55 5220 4F52 4741 4E49" /* D AT YOUR
ORGANI */
+ $"5341 5449 4F4E 2041 5420 5448 4154 2054" /* SATION AT THAT
T */
+ $"494D 452E 2043 4F4C 4C41 424F 5241 2052" /* IME. COLLABORA
R */
+ $"4553 4552 5645 5320 5448 4520 5249 4748" /* ESERVES THE
RIGH */
+ $"5420 4154 2049 5453 2045 4E54 4952 4520" /* T AT ITS
ENTIRE */
+ $"4449 5343 5245 5449 4F4E 2054 4F20 4341" /* DISCRETION TO
CA */
+ $"5252 5920 4F55 5420 4120 4C49 4345 4E43" /* RRY OUT A
LICENC */
+ $"4520 434F 4D50 4C49 414E 4345 2041 5544" /* E COMPLIANCE
AUD */
+ $"4954 2041 5420 414E 5920 5449 4D45 2E0D" /* IT AT ANY
TIME.. */
+ $"090D 484F 4D45 2055 5345 2E20 436F 6C6C" /* �.HOME USE.
Coll */
+ $"6162 6F72 6120 6772 616E 7473 2070 7269" /* abora grants
pri */
+ $"6D61 7279 2075 7365 7273 206F 6620 5375" /* mary users of
Su */
+ $"6273 6372 6970 7469 6F6E 2053 6572 7669" /* bscription
Servi */
+ $"6365 7320 456E 7469 746C 656D 656E 7473" /* ces
Entitlements */
+ $"2061 6E64 2074 6865 6972 2069 6D6D 6564" /* and their
immed */
+ $"6961 7465 2066 616D 696C 7920 6D65 6D62" /* iate family
memb */
+ $"6572 7320 6120 4C69 6365 6E73 6520 746F" /* ers a License
to */
+ $"2072 6570 726F 6475 6365 2061 6E64 2075" /* reproduce and
u */
+ $"7365 2063 6F70 6965 7320 6F66 2074 6865" /* se copies of
the */
+ $"2053 6F66 7477 6172 6520 666F 7220 486F" /* Software for
Ho */
+ $"6D65 2055 7365 2061 7320 6465 7461 696C" /* me Use as
detail */
+ $"6564 2062 656C 6F77 2075 6E6C 6573 7320" /* ed below
unless */
+ $"6F74 6865 7277 6973 6520 7072 6F68 6962" /* otherwise
prohib */
+ $"6974 6564 2062 7920 616E 7920 6170 706C" /* ited by any
appl */
+ $"6963 6162 6C65 206C 6177 732C 2070 6F6C" /* icable laws,
pol */
+ $"6963 6965 7320 6F72 2072 6567 756C 6174" /* icies or
regulat */
+ $"696F 6E73 2E20 486F 6D65 2055 7365 2069" /* ions. Home Use
i */
+ $"7320 7573 6167 6520 6F75 7473 6964 6520" /* s usage
outside */
+ $"7468 6520 7363 6F70 6520 6F66 206E 6F72" /* the scope of
nor */
+ $"6D61 6C20 6275 7369 6E65 7373 2074 6861" /* mal business
tha */
+ $"7420 6F63 6375 7273 2070 7269 6D61 7269" /* t occurs
primari */
+ $"6C79 2069 6E73 6964 6520 7468 6520 686F" /* ly inside the
ho */
+ $"6D65 2E0D 0D4C 4943 454E 5345 2043 4F4D" /* me...LICENSE
COM */
+ $"504C 4941 4E43 4520 4155 4449 542E 2043" /* PLIANCE AUDIT.
C */
+ $"6F6C 6C61 626F 7261 206D 6179 2C20 7570" /* ollabora may,
up */
+ $"6F6E 2066 6966 7465 656E 2028 3135 2920" /* on fifteen
(15) */
+ $"6461 7973 D520 6164 7661 6E63 6520 6E6F" /* days� advance
no */
+ $"7469 6365 2061 6E64 2061 7420 6974 7320" /* tice and at
its */
+ $"6578 7065 6E73 652C 2063 6F6E 6475 6374" /* expense,
conduct */
+ $"2061 6E20 616E 6E75 616C 2061 7564 6974" /* an annual
audit */
+ $"2069 6620 596F 7520 6172 6520 616E 204F" /* if You are an
O */
+ $"7267 616E 6973 6174 696F 6E2C 2064 7572" /* rganisation,
dur */
+ $"696E 6720 796F 7572 206E 6F72 6D61 6C20" /* ing your
normal */
+ $"6275 7369 6E65 7373 2068 6F75 7273 2C20" /* business
hours, */
+ $"6F66 2059 6F75 7220 7573 6520 6F66 2074" /* of Your use of
t */
+ $"6865 2053 6F66 7477 6172 6520 746F 2076" /* he Software to
v */
+ $"6572 6966 7920 636F 6D70 6C69 616E 6365" /* erify
compliance */
+ $"2077 6974 6820 7468 6973 2041 6772 6565" /* with this
Agree */
+ $"6D65 6E74 2061 6E64 2069 6E20 7061 7274" /* ment and in
part */
+ $"6963 756C 6172 2059 6F75 7220 636F 6D6D" /* icular Your
comm */
+ $"6974 6D65 6E74 2075 6E64 6572 2074 6865" /* itment under
the */
+ $"204C 6963 656E 7365 2068 6572 6569 6E20" /* License
herein */
+ $"746F 2070 7572 6368 6173 6520 616E 2065" /* to purchase an
e */
+ $"7175 6976 616C 656E 7420 6E75 6D62 6572" /* quivalent
number */
+ $"2075 6E69 7473 206F 6620 5375 6273 6372" /* units of
Subscr */
+ $"6970 7469 6F6E 2053 6572 7669 6365 7320" /* iption
Services */
+ $"456E 7469 746C 656D 656E 7473 2E20 596F" /* Entitlements.
Yo */
+ $"7520 6167 7265 6520 746F 206B 6565 7020" /* u agree to
keep */
+ $"7265 636F 7264 7320 7375 6666 6963 6965" /* records
sufficie */
+ $"6E74 2074 6F20 6365 7274 6966 7920 796F" /* nt to certify
yo */
+ $"7572 2063 6F6D 706C 6961 6E63 6520 7769" /* ur compliance
wi */
+ $"7468 2074 6869 7320 4167 7265 656D 656E" /* th this
Agreemen */
+ $"742E 2055 706F 6E20 436F 6C6C 6162 6F72" /* t. Upon
Collabor */
+ $"61D5 7320 6F72 2069 7473 2061 7574 686F" /* a�s or its
autho */
+ $"7269 7A65 6420 7265 7072 6573 656E 7461" /* rized
representa */
+ $"7469 7665 D573 2072 6561 736F 6E61 626C" /* tive�s
reasonabl */
+ $"6520 7772 6974 7465 6E20 636F 6D6D 6974" /* e written
commit */
+ $"6D65 6E74 2873 2920 746F 2073 6166 6567" /* ment(s) to
safeg */
+ $"7561 7264 2079 6F75 7220 636F 6E66 6964" /* uard your
confid */
+ $"656E 7469 616C 2069 6E66 6F72 6D61 7469" /* ential
informati */
+ $"6F6E 2C20 796F 7520 7368 616C 6C20 6675" /* on, you shall
fu */
+ $"6C6C 7920 636F 6F70 6572 6174 6520 7769" /* lly cooperate
wi */
+ $"7468 2073 7563 6820 6175 6469 7420 616E" /* th such audit
an */
+ $"6420 7072 6F76 6964 6520 616E 7920 6E65" /* d provide any
ne */
+ $"6365 7373 6172 7920 6173 7369 7374 616E" /* cessary
assistan */
+ $"6365 2061 6E64 2061 6363 6573 7320 746F" /* ce and access
to */
+ $"2072 6563 6F72 6473 2061 6E64 2063 6F6D" /* records and
com */
+ $"7075 7465 7273 2E20 4966 2061 6E20 6175" /* puters. If an
au */
+ $"6469 7420 7265 7665 616C 7320 7468 6174" /* dit reveals
that */
+ $"2079 6F75 2068 6176 6520 6F72 2061 7420" /* you have or
at */
+ $"616E 7920 7469 6D65 2068 6164 2075 6E6C" /* any time had
unl */
+ $"6963 656E 7365 6420 696E 7374 616C 6C61" /* icensed
installa */
+ $"7469 6F6E 2C20 7573 6520 6F66 2C20 6F72" /* tion, use of,
or */
+ $"2061 6363 6573 7320 746F 2074 6865 2053" /* access to the
S */
+ $"6F66 7477 6172 652C 2059 6F75 2077 696C" /* oftware, You
wil */
+ $"6C20 7072 6F6D 7074 6C79 2061 6371 7569" /* l promptly
acqui */
+ $"7265 2073 7566 6669 6369 656E 7420 5375" /* re sufficient
Su */
+ $"6273 6372 6970 7469 6F6E 2053 6572 7669" /* bscription
Servi */
+ $"6365 7320 456E 7469 746C 656D 656E 7473" /* ces
Entitlements */
+ $"2074 6F20 636F 7665 7220 616E 7920 7368" /* to cover any
sh */
+ $"6F72 7461 6765 2E20 4966 2061 2073 686F" /* ortage. If a
sho */
+ $"7274 6167 6520 6F66 2035 2520 6F72 206D" /* rtage of 5% or
m */
+ $"6F72 6520 6973 2066 6F75 6E64 2C20 796F" /* ore is found,
yo */
+ $"7520 6D75 7374 2072 6569 6D62 7572 7365" /* u must
reimburse */
+ $"2043 6F6C 6C61 626F 7261 2066 6F72 2074" /* Collabora for
t */
+ $"6865 2063 6F73 7473 2069 6E63 7572 7265" /* he costs
incurre */
+ $"6420 696E 2074 6865 2061 7564 6974 2061" /* d in the audit
a */
+ $"6E64 2061 6371 7569 7265 2074 6865 206E" /* nd acquire the
n */
+ $"6563 6573 7361 7279 2061 6464 6974 696F" /* ecessary
additio */
+ $"6E61 6C20 5375 6273 6372 6970 7469 6F6E" /* nal
Subscription */
+ $"2053 6572 7669 6365 7320 456E 7469 746C" /* Services
Entitl */
+ $"656D 656E 7473 2077 6974 6869 6E20 3330" /* ements within
30 */
+ $"2064 6179 732E 200D 0D45 5641 4C55 4154" /* days.
..EVALUAT */
+ $"494F 4E20 4C49 4345 4E43 452E 2041 6E20" /* ION LICENCE.
An */
+ $"6576 616C 7561 7469 6F6E 206C 6963 656E" /* evaluation
licen */
+ $"6365 2069 7320 6772 616E 7465 6420 7768" /* ce is granted
wh */
+ $"656E 2059 6F75 2064 6570 6C6F 792C 2069" /* en You deploy,
i */
+ $"6E73 7461 6C6C 206F 7220 7573 6520 616E" /* nstall or use
an */
+ $"2065 7661 6C75 6174 696F 6E20 7665 7273" /* evaluation
vers */
+ $"696F 6E20 6F66 2074 6865 2053 6F66 7477" /* ion of the
Softw */
+ $"6172 6520 6F72 2059 6F75 2061 7265 2067" /* are or You are
g */
+ $"7261 6E74 6564 2061 2074 696D 6520 6C69" /* ranted a time
li */
+ $"6D69 7465 642C 206E 6F6E 2D65 7863 6C75" /* mited,
non-exclu */
+ $"7369 7665 2061 6E64 206E 6F6E 2D74 7261" /* sive and
non-tra */
+ $"6E73 6665 7261 626C 6520 6C69 6365 6E63" /* nsferable
licenc */
+ $"6520 6279 2043 6F6C 6C61 626F 7261 2066" /* e by Collabora
f */
+ $"6F72 2065 7661 6C75 6174 696F 6E20 7075" /* or evaluation
pu */
+ $"7270 6F73 6573 2E20 5468 6520 536F 6674" /* rposes. The
Soft */
+ $"7761 7265 2069 7320 6C69 6365 6E73 6564" /* ware is
licensed */
+ $"2074 6F20 596F 7520 666F 7220 7468 6520" /* to You for
the */
+ $"736F 6C65 2070 7572 706F 7365 206F 6620" /* sole purpose
of */
+ $"6576 616C 7561 7469 6E67 2074 6865 2053" /* evaluating the
S */
+ $"6F66 7477 6172 6520 616E 6420 6F6E 6C79" /* oftware and
only */
+ $"2066 6F72 2061 2073 7065 6369 6669 6564" /* for a
specified */
+ $"2065 7661 6C75 6174 696F 6E20 7065 7269" /* evaluation
peri */
+ $"6F64 206F 6620 3330 2064 6179 732E 2041" /* od of 30 days.
A */
+ $"6674 6572 2033 3020 6461 7973 2059 6F75" /* fter 30 days
You */
+ $"206D 7573 7420 6569 7468 6572 2070 7572" /* must either
pur */
+ $"6368 6173 6520 616E 2065 7175 6976 616C" /* chase an
equival */
+ $"656E 7420 5375 6273 6372 6970 7469 6F6E" /* ent
Subscription */
+ $"2053 6572 7669 6365 7320 456E 7469 746C" /* Services
Entitl */
+ $"656D 656E 7420 6672 6F6D 2043 6F6C 6C61" /* ement from
Colla */
+ $"626F 7261 2C20 6F72 2064 6573 7472 6F79" /* bora, or
destroy */
+ $"2061 6E64 2073 746F 7020 7573 696E 6720" /* and stop
using */
+ $"7468 6520 536F 6674 7761 7265 2E20 4966" /* the Software.
If */
+ $"2059 6F75 2070 7572 6368 6173 6520 7468" /* You purchase
th */
+ $"6520 5375 6273 6372 6970 7469 6F6E 2053" /* e Subscription
S */
+ $"6572 7669 6365 2045 6E74 6974 6C65 6D65" /* ervice
Entitleme */
+ $"6E74 2062 6566 6F72 6520 7468 6520 6578" /* nt before the
ex */
+ $"7069 7261 7469 6F6E 206F 6620 7468 6520" /* piration of
the */
+ $"6576 616C 7561 7469 6F6E 2074 696D 652C" /* evaluation
time, */
+ $"2059 6F75 2068 6176 6520 6120 7661 6C69" /* You have a
vali */
+ $"6420 6C69 6365 6E63 6520 616E 6420 596F" /* d licence and
Yo */
+ $"7520 646F 206E 6F74 206E 6565 6420 746F" /* u do not need
to */
+ $"2064 6573 7472 6F79 2074 6865 2053 6F66" /* destroy the
Sof */
+ $"7477 6172 652E 200D 0D4F 5045 4E20 534F" /* tware. ..OPEN
SO */
+ $"5552 4345 204C 4943 454E 4345 532F 5245" /* URCE
LICENCES/RE */
+ $"5155 4952 454D 454E 5453 2E20 4D61 6E79" /* QUIREMENTS.
Many */
+ $"206F 6620 7468 6520 696E 6469 7669 6475" /* of the
individu */
+ $"616C 2063 6F6D 706F 6E65 6E74 7320 696E" /* al components
in */
+ $"636C 7564 6564 2069 6E20 7468 6520 536F" /* cluded in the
So */
+ $"6674 7761 7265 2061 7265 206C 6963 656E" /* ftware are
licen */
+ $"7365 6420 7072 696D 6172 696C 7920 7075" /* sed primarily
pu */
+ $"7273 7561 6E74 2074 6F20 4D6F 7A69 6C6C" /* rsuant to
Mozill */
+ $"6120 5075 626C 6963 204C 6963 656E 7365" /* a Public
License */
+ $"2076 322E 3020 6F70 656E 2073 6F75 7263" /* v2.0 open
sourc */
+ $"6520 6C69 6365 6E63 652C 2069 6E20 6164" /* e licence, in
ad */
+ $"6469 7469 6F6E 2074 6F20 6F74 6865 7220" /* dition to
other */
+ $"6F70 656E 2073 6F75 7263 6520 6C69 6365" /* open source
lice */
+ $"6E63 6573 2069 6465 6E74 6966 6965 6420" /* nces
identified */
+ $"696E 2074 6865 2064 6F63 756D 656E 7461" /* in the
documenta */
+ $"7469 6F6E 206F 7220 6C6F 6361 7465 6420" /* tion or
located */
+ $"696E 2074 6865 2073 6F75 7263 6520 636F" /* in the source
co */
+ $"6465 206F 7220 6269 6E61 7279 2063 6F64" /* de or binary
cod */
+ $"6520 666F 7220 7468 6520 636F 6D70 6F6E" /* e for the
compon */
+ $"656E 742E 2046 6F72 2074 6865 7365 2074" /* ent. For these
t */
+ $"6865 2073 6F75 7263 6520 636F 6465 2066" /* he source code
f */
+ $"6F72 6D20 6F66 2074 6865 2053 6F66 7477" /* orm of the
Softw */
+ $"6172 6520 6973 206D 6164 6520 6176 6169" /* are is made
avai */
+ $"6C61 626C 6520 6174 2061 6C6C 2074 696D" /* lable at all
tim */
+ $"6573 2075 6E64 6572 2074 6865 2074 6572" /* es under the
ter */
+ $"6D73 206F 6620 7375 6368 206C 6963 656E" /* ms of such
licen */
+ $"6365 732E 0D57 6869 6C73 7420 7468 6973" /* ces..Whilst
this */
+ $"2041 6772 6565 6D65 6E74 2069 6E20 6E6F" /* Agreement in
no */
+ $"2077 6179 206C 696D 6974 7320 596F 7572" /* way limits
Your */
+ $"2072 6967 6874 7320 756E 6465 7220 7375" /* rights under
su */
+ $"6368 206C 6963 656E 6365 732C 206E 6F72" /* ch licences,
nor */
+ $"2069 7320 6974 2069 6E74 656E 6465 6420" /* is it
intended */
+ $"746F 2073 7570 6572 7365 6465 206F 7220" /* to supersede
or */
+ $"636F 6E66 6C69 6374 2077 6974 6820 7468" /* conflict with
th */
+ $"6520 6C69 6365 6E63 6520 7465 726D 7320" /* e licence
terms */
+ $"6F72 206F 626C 6967 6174 696F 6E73 2066" /* or obligations
f */
+ $"6F72 2075 7365 206F 6620 616E 7920 696E" /* or use of any
in */
+ $"6469 7669 6475 616C 206F 7065 6E20 736F" /* dividual open
so */
+ $"7572 6365 2063 6F6D 706F 6E65 6E74 2C20" /* urce
component, */
+ $"7468 6520 4D6F 7A69 6C6C 6120 5075 626C" /* the Mozilla
Publ */
+ $"6963 204C 6963 656E 7365 2076 322E 3020" /* ic License
v2.0 */
+ $"6861 7320 6265 656E 2075 7469 6C69 7365" /* has been
utilise */
+ $"6420 746F 206C 6963 656E 7365 2074 6865" /* d to license
the */
+ $"206D 616A 6F72 6974 7920 6F66 2074 6865" /* majority of
the */
+ $"2063 6F6D 706F 6E65 6E74 7320 636F 6D70" /* components
comp */
+ $"7269 7369 6E67 2074 6865 2053 6F66 7477" /* rising the
Softw */
+ $"6172 6520 6265 6361 7573 6520 6974 2061" /* are because it
a */
-e
... etc. - the rest is truncated