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: Ifd576cabd0d11d5bad40e6ef31073b4100e7591e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/125163
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: Ia6765abde226b958db7b17a50abf286545e86c87
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118349
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I47ac902ced473a37f1787484101d9f881ddb9228
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118350
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I04f58a66d8e2e1e47fa4b5298857aa5188ca3a03
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118348
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I6ba60bbca897161bdb4ceb7d92385421a2a94e24
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/117931
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I49a890ae317345730f14a848e4f2880f7ed4c4f4
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/117930
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I4b5d5585415fac4128101128270869b0dd20f3ce
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112707
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I8e6b0831db34a3d89dee225ff3309c132b39d755
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112447
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I87a2b141a93278539d0d8fff51769716d6bbecc4
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112438
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I46c4c61f93fb639abcd7d851ab502a239acad38f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112061
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I73f081ee1584583a46f5ac2eb02be7e64e779e12
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109857
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I50abb30e9ce171c54767f78535dda3a577414522
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109432
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Id742ad4c9850a88d6d8d1925e2d0088f76ec8717
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105108
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I453659d2f1edbb4bf7cac1f316a88a6942ffdc5e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105003
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I8f0750d908edeb34f7d2b96ee251d73ce7cee042
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/103898
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I297e273038edf30b33e37dd05aaccde1d854c9f0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/103896
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Iaec59772e78095a10c4c28e246e77c0469723cbc
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/103480
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
in summary,
on Writer, Text frame -> Frame
On other modules
Text Frame -> text box
Change-Id: I3b218fafb03cd5ab79c8c0b902ec417bf5445ff8
Reviewed-on: https://gerrit.libreoffice.org/82976
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
|