Age | Commit message (Collapse) | Author |
|
The ones that were easy to find. Probably missed something.
Change-Id: I6dbb72b42c07fc8859be733dc6419dfb7a5d0d65
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157642
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
|
|
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: I02ddd433b92c1948b53442dba46480010b275d12
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/125614
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I4e08e55d279f48e59b2274e33d92aae7747f2eb4
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/119129
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Ia9fd713b2239b42bae5b2248726e4ef985988309
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118740
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I62a2f589f2db16547911451ac28e23d27d1c9d76
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118739
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: If12cb62f686383c3e3e93c931a5a7e8556f885b4
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118738
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I08e4c29872fa1239109bbacc345addb32f5b07dc
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118737
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I5f6fba58998bc14cc32676525cea0fd2ebb82291
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112500
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I0013226eccfda5accdcf5887b034008e11ad99a0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112440
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I645aab7d591dd4e41d230a3b9b1d4249a051eea6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112068
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I50aa0373a0cc46acb77e778e43853c5b612c8a77
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/106497
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I368e64b51c820d66104fde7cbbec80ba93ef813c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/104871
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Ibe35e3fe95f1e9a62c2bf364eeb9350d62c7c81a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/104755
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I665a4321420c7f6da3ac1e645d37de2fe95a7d9f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/104184
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Ic363b3163b757f11cdd8905e9eccfedf7acfb10e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/104752
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I1f7872c513d4156454f3aa9f1d2d8c016e510791
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/104143
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I758bef77068cda5d0daee5bee9a42a82e9c10c5a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/100771
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
also remove obsolete l10n attribute (doesn't affect translations/pot)
Change-Id: I809866ea7b16cb1cacad9efacb6fdeebae38ea9f
|
|
|
|
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
|