Age | Commit message (Collapse) | Author |
|
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>
|
|
Change-Id: I14a7815b360a46b2d96cbb23100929ee7199f3bc
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112441
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I081a606e4916189c171123500ff6953c3ee64121
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110877
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
( swriter/main0106.xhp ) "Tools" menu
+ add "Automatic Spell Checking" heading and embed explanation
+ embed Thesaurus heading and explanation
+ add "Address Book Source" heading and embed explanation
+ embed AutoCorrect heading and explanation
- remove "AutoCorrect Options" and its embed
- remove "MediaPlayer" embed
- remove "XML Filter Settings" heading and embed explanation
+ add "Endnotes" to label
* move position of "Update"
* update to <h1>,<h2>
( shared/01/06020000.xhp ) "Thesaurus"
+ add <relatedtopics>
* move link to relatedtopics
* update to <h1>,<h2>,<h3>,<warning>
( shared/00/00000406.xhp )
* update command sequence to Thesaurus command
* update to <menuitem>
( shared/01/01110101.xhp )
* update "Configure" command to "Assign"
* update to <h1>,<h2>,<h3>,<menuitem>
( shared/02/18030000.xhp )
* update to <h1>
( shared/autopi/01170000.xhp )
* update to <h1>,some <h2>
( swriter/01/02120000.xhp )
* update to <h1>,<tip>
( swriter/01/05150000.xhp ) "AutoCorrect"
* update to <h1>,<h2>
( swriter/01/06990000.xhp ) "Update"
* update to <h1>
Change-Id: Idd28b5b6da0abbed349499581f9c85470928bfe5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110566
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
|
|
some icons miss width and height values.
Change-Id: I4b94a0cf64a29451c96bb8f58729914b2cb576cf
Reviewed-on: https://gerrit.libreoffice.org/60157
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
in /shared/02/1*.xhp files (partial)
Change-Id: I98f2289edd92e8fd85575156cfd2732ab19896e3
Reviewed-on: https://gerrit.libreoffice.org/55485
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
also remove obsolete l10n attribute (doesn't affect translations/pot)
Change-Id: I809866ea7b16cb1cacad9efacb6fdeebae38ea9f
|
|
|
|
Change-Id: If77bb61af25998e193e3e8f1ea2382fe2be4423a
Reviewed-on: https://gerrit.libreoffice.org/12498
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Patch contributed by Oliver Rainer-Wittmann
i#118572 - remove ui string and help content regarding
usage of Java Mail in Writer's Mail Merge as Java
Mail is not used.
http://svn.apache.org/viewvc?view=revision&revision=1197035
Patches contributed by Herbert Duerr
updated help text for regexp word boundaries
http://svn.apache.org/viewvc?view=revision&revision=1228026
improved help text for word boundary regexp expression \b
http://svn.apache.org/viewvc?view=revision&revision=1234738
Patches contributed by Jurgen Schmidt
remove onlineregistration with dependencies
http://svn.apache.org/viewvc?view=revision&revision=1240245
Patch contributed by Regina Henschel
Extended tips for corner and cap style
http://svn.apache.org/viewvc?view=revision&revision=1242287
* re-enable on-line update help, remove obsolete on-line purchasing.
|
|
Change-Id: Ie970e39fbb6795a92d9fdd13510409d7dcd071bc
|