forked from amazingfate/help
Replacement done with
find . -name \*.xhp -print0 |xargs -0 -P 0 perl -CS -pi -e \
's#(<link[^>]*?) +name *="[^"]*" *( [^>]+|) *>#$1$2>#g'
(note some inconsistencies with space between name and = and also having
empty value, and some more complicated expression to also clear up
double space before/after the attribute)
translation files will be prepped with:
find */helpcontent2 -name \*.po -print0 |xargs -0 -P 0 perl -CS -pi -e \
$'s#(<link[^>]*?) +name=(?:\\\\"[^"]*\\\\"|\'[^\']*\') *( [^>]+|) *(/?>)#$1$2$3#g unless /^#/'
(note that not all languages use the " as quote character for the
attributes, but that also single quotes appera in the po file. Hence
the use of the shell $'string' syntax to be able to quote ' as \'
It also requires to quote the backslash, so that it needs to be escaped
once for the shell, then another time for perl. Also don't work on
obsolete strings (those are prefixed with #~ in the po files)
Also note that <link..></link> gets turned into <link ../> during
translation extraction (along with removal of the space between the
attribute name and the value), so the pattern needs to be slightly
different here)
Change-Id: I95e53a08e6b0095cd894109ea0de154cc4859d8f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143713
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
56 lines
3.2 KiB
XML
56 lines
3.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
<!--
|
|
* This file is part of the LibreOffice project.
|
|
*
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
*
|
|
* This file incorporates work covered by the following license notice:
|
|
*
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
* contributor license agreements. See the NOTICE file distributed
|
|
* with this work for additional information regarding copyright
|
|
* ownership. The ASF licenses this file to you under the Apache
|
|
* License, Version 2.0 (the "License"); you may not use this file
|
|
* except in compliance with the License. You may obtain a copy of
|
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
|
-->
|
|
|
|
<helpdocument version="1.0">
|
|
<meta>
|
|
<topic id="textshared0000000099xml" indexer="exclude" status="PUBLISH">
|
|
<title id="tit" xml-lang="en-US">See also...</title>
|
|
<filename>/text/shared/00/00000099.xhp</filename>
|
|
</topic>
|
|
<history>
|
|
<created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created>
|
|
</history>
|
|
</meta>
|
|
<body>
|
|
<paragraph role="heading" id="hd_id3147527" xml-lang="en-US" level="1"><variable id="siehe">See also...
|
|
</variable></paragraph>
|
|
<switch select="appl">
|
|
<case select="CALC">
|
|
<paragraph role="paragraph" id="par_id3143206" xml-lang="en-US"><variable id="userszenarien"><link href="text/scalc/01/06050000.xhp">Tools Menu - Scenarios</link>
|
|
</variable></paragraph>
|
|
</case>
|
|
</switch>
|
|
<section id="table">
|
|
<paragraph role="paragraph" id="par_id3156069" xml-lang="en-US">On the help page for <link href="text/shared/guide/main.xhp">$[officename] general</link> you can find instructions that are applicable to all modules, such as working with windows and menus, customizing $[officename], data sources, Gallery, and drag and drop.</paragraph>
|
|
<paragraph role="paragraph" id="par_id3149662" xml-lang="en-US">If you want help with another module, switch to the help for that module with the combo box in the navigation area.</paragraph>
|
|
</section>
|
|
<paragraph role="paragraph" id="par_id3154408" xml-lang="en-US"><variable id="winmanager">The availability of this function depends on your X Window Manager.
|
|
</variable></paragraph>
|
|
<bookmark xml-lang="en-US" branch="hid/.uno:HelpTip" id="bm_id2449436" localize="false"/>
|
|
<paragraph role="paragraph" id="par_idN10665" xml-lang="en-US"><ahelp hid=".uno:HelpTip">Enables the display of icon names at the mouse pointer and other Help contents.</ahelp></paragraph>
|
|
<bookmark xml-lang="en-US" branch="hid/.uno:ActiveHelp" id="bm_id987347" localize="false"/>
|
|
<paragraph role="paragraph" id="par_idN1067C" xml-lang="en-US"><ahelp hid=".uno:ActiveHelp">Enables the display of a brief description of menus and icons at the mouse pointer.</ahelp></paragraph>
|
|
<section id="keys">
|
|
<paragraph role="note" id="par_id6200750" xml-lang="en-US">Some of the shortcut keys may be assigned to your desktop system. Keys that are assigned to the desktop system are not available to %PRODUCTNAME. Try to assign different keys either for %PRODUCTNAME, in <emph>Tools - Customize - Keyboard</emph>, or in your desktop system.</paragraph>
|
|
</section>
|
|
</body>
|
|
</helpdocument>
|