Commit Graph

494 Commits

Author SHA1 Message Date
7e42394ecb tdf#152323 drop name attribute from <link> elements
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>
2022-12-07 17:39:02 +00:00
e4630d4825 Fix path fpr "XML Settings"
Change-Id: I5c27abea351d3fe007da9f83fa323e74a7dee9bb
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143165
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-26 02:20:19 +01:00
7fa50f5c2f Regex: precede every metacharacter or operator with "\"
... not every character.

Change-Id: I2c09f164c8b48c5ac4f39203319411aa5c73b490
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143032
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
2022-11-22 02:45:46 +01:00
b60b4ebbd1 Related tdf#149221 Create an entry for the Help button in Frequently-Used Buttons page
The help page "Frequently-Used Buttons" (text/shared/00/00000001.xhp) lacks an entry for the Help buttons in dialogs. This patch creates such entry.

This patch also adds a HID target so that when the user presses F1 and the Help button has focus in the Database Wizard, this page is then shown.

Other wizard dialogs should use a similar strategy when F1 is pressed and the Help button is focused.

Change-Id: I1295a7711c30e9cf47dbb18c784541e75eb90b71
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142915
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-18 14:59:49 +01:00
98d79c6538 tdf#152022 Replace "Links to External Files" to "External Links" (Help)
Change-Id: I6a83b183b849e1159e0266cbe4039ed20d413f19
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142685
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-16 15:13:43 +01:00
f4fe6532ba tdf#149221 More fixes to the Database Wizard dialog
This patch create necessary HIDs for the Database Wizard dialog. It also creates a new help page named Connection Settings to serve as target for the widgets in dbwizconnectionpage.ui.

Change-Id: I9b518ff65729bd8f24c9b0f6960ccd8015b66b80
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142441
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-11 11:29:30 +01:00
05ca415028 tdf#150909 Fix regression: HTML entities badly rendered
The "branding" XSL template is applied to every text in the Help to
replace %PRODUCTNAME or [$officename] by the correct product name.
It must not escape HTML entities such as &lt; or other.

Reverted previous workaround in xhp page.

Change-Id: I1f7da19ca2899d92917504f162ba497bd9c787bb
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142555
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-10 18:05:52 +01:00
b310c2a8fb tdf#149991 Replace Page with Page Style
Change-Id: I4d7a5178180aa49ca16c569b1c2a90bd248bedc5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142299
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-11-07 01:52:59 +01:00
717e1f64d7 tdf#126917 help: correct menu path for XML Filter Settings
Change-Id: I9cdb5cd15984d910bd710b123431acfea34b81c7
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142341
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2022-11-05 17:12:55 +01:00
dfa442b3d8 tdf#150909 workaround for bad renderring of help page
Change-Id: I6d33eb8fd9787cc36837cb4c10c93695d834ed26
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/139770
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-09-14 22:44:10 +02:00
420d009449 Fix icon size
+ refactor border page

Change-Id: Ic26dc2df773240c88d8f9d81e571c63cac1cd0cb
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/139877
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-09-13 23:32:22 +02:00
54f3eaba5c Menu & dialog item updates
Change-Id: I4a789ee68139f5d270d93e88393cd1ed443f5862
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/138990
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-09-02 16:08:12 +02:00
abecf1a85a tdf#150445 Change Gear icon to Hamburger icon
Change-Id: I7abe1c0d84550baad982d694922119a1af827bd0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/138377
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-08-18 14:01:02 +02:00
5a91be35bf tdf#149846 tdf#149759 Update CSV import Help page
Change-Id: I1a3453a2ac8bf8a5db4df8c5fabecb3e5d83b873
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136807
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-07-04 17:55:56 +02:00
b6a8105c3c tdf#120550,tdf#121367 update row and column resizing in tables
This patch is a general review and update of commands to
  optimize the size of tables in Writer, Draw, and Impress.
  Thanks to Justin Luth for essential help in making accurate
  descriptions of these commands. It also started to improve
  the maintenance by moving the access commands and icon tables
  from diverse places to a shared/00 folder, introducing variables
  and sections that would allow reusing relevant sequences.

 shared/02/04210000.xhp  (Optimize Size menu)
  * add two missing controls as embeds from swriter/main0110.xhp
  * add icon tables for the two controls
  * correction to control name
  * modify switch to include Draw and Impress
  * put controls in same order as dropdown menu
  + add variable to h1, so page can be embedded in related topics
  * update to renamed ids
  * change image size to 1cm
  * refactor to <h1>,<h2>

 shared/00/00040500.xhp
   + add <section> to "Open Optimize Size..." (i.e., for opening
     dropdown menu in Table bar), so it can be embedded into each
     page for the individual controls.
   * use access controls from swriter/00/00000405.xhp, plus add
     appl-switch
   * update access for Table menu

  swriter/00/00000405.xhp  (Access commands for Size)
   * move all relevant access commands to shared/00/00040500.xhp

 swriter/01/05110000.xhp (Row)
  * correction to two command names
  * update to renamed id
  * refactor to <h1>,<h2>

 swriter/01/05120200.xhp (Optimal Column Width)
  * update command name
  + add <relatedtopics> with two links
  * rename German id
  * refactor to <h1>

 swriter/01/05110200.xhp (Optimal Row Height)
  * update command name
  * rename German id
  + add <relatedtopics> with two links
  * refactor to <h1>,<note>

 shared/01/05120600.xhp  (Distribute Columns Equally)
  * corrections to description of the command operation
  + additional information about how to select
  + add "right-click" instructions to "howtoget"
  + add link to "Optimize Size" menu and "Table" bar
  + add <relatedtopics> with two links
  * rename German id
  * refactor to <h1>, changed paragraphs to <menuitem>
  * image size to 1cm

 shared/01/05110600m.xhp  (Distribute Rows Equally)
  + add link to "Optimize Size" menu
  + add <relatedtopics> with two links
  * rename German id
  * refactor to <h1>, changed paragraphs to <menuitem>
  * image size to 1cm

 swriter/main0110.xhp  (Table menu page)
  * update renamed ids
  + add sections to text in Minimal Row Height
    and Minimal Column Width, so that they
    can be embedded into "Optimize Size"
    menu page.

 swriter/guide/table_sizing.xhp
  + add links to "Optimize Size" and "Table" bar in text.
  + add "Optimize Size" to Related Topics
  * refactor to <note>,<tip>,<relatedtopics>

Change-Id: I9b84ccb2cd4d9b4e221f82ee4654e95553f3d188
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135002
Tested-by: Jenkins
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-29 14:46:05 +02:00
d5ef41a2b8 String updates…
... to remove some hardcoded product names and to bring the help
in line with recent UI changes

Kudos to Celia and Olivier

Change-Id: If83039fce0612e04d59c5a5bebba6993c1e5a044
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136445
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-06-26 02:10:56 +02:00
a9daf1b47b Numeral systems are "based" on digits, not numbers nor characters
Change-Id: I9c411fe39e81d734d68c9e98253b3d125978f3bc
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136239
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2022-06-22 09:31:49 +02:00
65290dc95f TDF#147862 (part) Update toolbar contents Help pages
+ Upgraded the Tools toolbar help page
+ several fixes in embeded files
+ bug147862 still work in progress

Change-Id: I35238075f6a917a8d7c39bfb5cbf6a5a6ebc783b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136063
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-18 01:02:59 +02:00
4252eedb1e (related) tdf#149018: "Object"-> "OLE Object" for Insert and Edit menus
tdf#149018 changed "Object" to "Ole Object" in the Insert menu
   and the Edit menu. This patch updates the relevant command
   sequences, and uses <menuitem> on changed sequences.
   Also updates the help pages for OLE Objects, including
   refactoring to <h1>,<h2>, adding variables or sections for
   embedding, and changing some items to embeds.

Change-Id: I6931305d3576458f3f0dbec59a4ecbe00cdcf68a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135009
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2022-06-14 07:40:02 +02:00
dae8c0f422 (Related) tdf#126658 update Arrow styles help to reflect UI change
text/shared/01/05200300.xhp (Arrow Styles tab)
       * update new control names
       * corrections to description of tab and its use

     text/shared/00/00040502.xhp  ("howtoget" for Arrow Styles)
       + add appl-switches with 
           * menu variations for Writer, Calc, Draw and Impress
           + access variations using toolbars
       + add right-click access
       + add section for embedding
       * rename German ID


Change-Id: Ic224d72b2abeee777063626f4dcdb570562d3650
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/133037
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2022-06-09 11:16:13 +02:00
b30109758a refactor some embedvars that give a translation problem for some
Change-Id: Ibb67c7dd61fe55892232bebc2280fb3faed0db37
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135168
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
2022-06-01 00:29:48 +02:00
580f62a41d tdf#149253 improve help about anchoring
shared/01/05260000.xhp  (Anchor)
  * corrected entries for "to page" and "to character"
  - removed double presentation of "Anchor" icon
  + add <relatedtopics> for Writer, with link to guide page
    on positioning objects
  - moved "note" on "Frame", which has been present since
    initial checkin in 2004, to after the option "To Frame"
    There is nothing special or unusual about anchoring to frame
    that needs attention. Maybe this note should be deleted, but
    have left it for now.
  + added variable to <h1> so heading and link can be embedded
  * refactor to <h1>,<note>

  shared/01/05260100.xhp  (To Page)
  * elaborate explanation of this option
  + add related topics section and links
  * refactor to <h1>
  * update renamed German id

  shared/01/05260200.xhp  (To Paragraph)
  + add information about what positioning regions can be used.
  + add related topics section and links
  * refactor to <h1>
  * update renamed German id

  shared/01/05260300.xhp  (To Character)
  - remove incorrect limitation
  * generalize the tip from ”image” to include frame and OLE object
  + add related topics section and links
  * refactor to <h1>
  * update renamed German id

  shared/01/05260400.xhp  (To Cell)
  + add related topics section and links
  * refactor to <h1>
  * update renamed German id

  shared/01/05260500.xhp (To Frame)
  + add related topics section and links
  * refactor to <h1>
  * update renamed German id

  shared/01/05260600.xhp (As Character)
  * correction to what changes the height of the current line
  + add related topics section and links
  * refactor to <h1>
  * update renamed German id

  shared/02/03200000.xhp  (Change Anchor)
  * Update command name
  * refactor to <h1>,<menuitem>

  swriter/guide/anchor_object.xhp
  * make explanation more general than image
  + adding headings for ”Moving an Anchor” and ”Changing an Anchor”
  + added section ids so these can be embedded elsewhere.
  * refactor to <h1>

  shared/00/00040501.xhp
  + add additional toolbars that have Anchor icon, and make
    an switchinline because Calc and Writer are different
  + add context menu access
  + indicated need to select an object before using command
  * rename German ids

Change-Id: I43881be154163f71ca188a5446385e2dc5805f1e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/134786
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-05-30 08:01:31 +02:00
2df65a1ff7 tdf#149010,tdf#148941,tdf#149012,tdf#149130 update to reflect changes
New labels were given to some controls on the Options tab for
   Image, Frame, and OLE Object in tdf#149010 and tdf#148941.
   This patch updates the relevant help page (the Options tab)
   in the Properties dialog to reflect those changes.

   Because some of the controls in the Options tab also appear
   in the Descriptions dialog, and UI changes were made in that
   dialog (tdf#148941), then the help page for that dialog is
   updated as part of this patch.

   Have also updated some access commands to OLE Object, which
   were changed in tdf#149018

 swriter/01/05060900.xhp (Options tab)
   * "Names"-> "Accessibility" (tdf#149010)
            and corrections to description
   + added an <embed> from the Description dialog page to provide
     the new control label
         "Alternate (Text Only)" -> "Text Alternative" (tdf#148941)
         and the "Description" control, as well as the  corrections
         to the control descriptions.
   + add "Sequences" section heading, in anticipation of tdf#149010
          (comment 7)
   * corrections made to descriptions of "Previous Link" and "Next Link"

 shared/01/05190100.xhp (Description dialog)
   * Corrections made to Description dialog page, and control
     descriptions embedded in the Options tab page. These corrections
     were promised in 61b4b76000bd5adca504df0966ecef3410765ab3.
   * "Title" -> "Text Alternative" (tdf#148941)
          and corrections to description
   + added separate <section>s for "Text Alternative" and "Description"
     so that they can be embedded in Options tab. By keeping them
     separate, it is possible to move their position in the embedded
     file or use separately, if necessary.
   + add <relatedtopics> and link to Options tab, so show an alternative
     way to access the Text Alternative and Description fields.

 simpress/guide/table_insert.xhp
   * move two bookmarks out of <ol>, because it disturbed formatting.
   * "Insert - Object" -> "Insert - OLE Object"
   * refactor changed items to <menuitem>
   * refactor to <h1>,<h2>,<note>

 shared/01/04150000.xhp (OLE Object menu)
   * "Object" -> "OLE Object"
   * corrections to menu contents
   * rename German id

 swriter/00/00000405.xhp  (access for Options)
   + added "right-click" instructions to howtoget

 shared/00/00040502.xhp  (access for Description)
   + added menu instructions for howtoget
   * make corrections in what objects can be accessed by context menu

 shared/00/00000404.xhp
   * "Object" -> "OLE Object" for menu access
   * "Formula" -> "Formula Object" for menu access
   * "Insert - Object - Chart" -> "Insert - Chart" for menu access
   * refactor changed items to <menuitem>
   * rename German id

Change-Id: I1ddeb8d532b81f22eba2b1e480759775ff96969f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/134191
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2022-05-29 09:22:36 +02:00
bdaeee88ae (related) tdf#149018 add to OLE explanation in Glossary
Can link to this explanation when discussing OLE objects in
    other help pages.

    Technical note: Needed to add a variable to the relevant heading
    in shared/optionen/01010200.xhp to be able to get a
    useful id to link to from the Glossary.  Also embedded that
    heading (which is the name of the control) into the Glossary so
    that if the control name is changed in the future, then the
    Glossary should remain up-to-date.

Change-Id: I3318bc6b96a422dd40e792bf2230f7cefc9e85a0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/134793
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2022-05-27 09:01:21 +02:00
8d70f37fcc refactoring Line tab help pages
text/shared/01/05200100.xhp  (Line dialog)
        *refactor <h1>,<h2>,<h3>

      text/shared/01/05200300.xhp (Arrow Styles tab)
        *refactor <h1>,<h2>

      text/shared/00/00040502.xhp  (#line2: "howtoget" line tab)
         +add appl-switch for "howtoget" Line tab

Change-Id: I800a4c69ffce4edc88aec86b5e6cbe6a2e4d4f9c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/132707
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-04-16 13:11:40 +02:00
d6ba91f1d3 tdf#148443 corrections to print icons and labels
Basic problem was that the wrong icon was shown for Print Directly
and wrong label was shown for the Print icon. The following changes
correct these problems.

    text/shared/00/00000401.xhp
      * correction to Print icon label

    text/shared/02/01110000.xhp
      *refactor to <h1>
      *add correct icon table for print directly, with section label

    text/shared/main0201.xhp
      *change the icon embed to the newly added print directly

Change-Id: I7a094f016c5e30881abee3db5d13589f1512ba36
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/132611
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2022-04-07 16:51:54 +02:00
bf9c6c2a2b Minor string fixes
Change-Id: If1f76eacb11216a0b647948e956c7c99711f4c35
2022-04-05 08:57:36 -05:00
80f1bca2ad Improve track changes help pages
Change-Id: I04ee3cd429e96d1830c1038337a88a3a2dcf8e9c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131544
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-03-14 15:01:26 +01:00
01883bab23 tdf#147862 (part) Update Navigation bar help page
Change-Id: If10e2cfa110f62906028571ed23ef1adb0abf539
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131380
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-03-14 12:39:53 +01:00
04988a9ba7 tdf#147139 Wrong string for Gallery menu entry
+ some image refactor.

Change-Id: I0d45f9c4ea37ace923f8ba08ecb141940ab0d92e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/129382
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-02-03 04:21:00 +01:00
a35f8b648f tdf#146336 Fix missing default in Help page
Logic was designed for moduls with page formatting.

MATH, BASE and unknown module were not handled. Default is
for Writer.

Change-Id: I4d92a37110a342274a3d131f025213716134dd60
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127191
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-12-20 22:55:07 +01:00
074f4a0f8b Refactor database Help files
+ remove duplicate ID in a section

Change-Id: Id398144f06a813d0ac90bf5d5a4e10bc8cd0f1d3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/126612
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-12-09 15:31:13 +01:00
e11fca7e6e tdf#140781 Improve Help for Text (encoded) filter options
-Regenerated convertfilters.xhp
-Added examples from start_parameters.xhp
-Updated pyhon script
-refactor xml

Change-Id: I730aa77b87133701c2beb3efc9559f7145ce15bd
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/123150
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-10-06 18:32:21 +02:00
63c0bc5d25 Refactor icon size and alt
Change-Id: I54f09e8baa3f0c7c575701945934582b69e4e2e8
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/122321
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-09-19 14:54:44 +02:00
7d86aa20fd tdf#137084 Update writer View menu
part A - View of comment#18

Change-Id: I8ddfdc8799f499d4730b08e217b07baaa3799172
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/121036
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-08-25 18:11:13 +02:00
36052eea4f tdf#95394 Help: Bitmap -> Image
Change-Id: I6faefd33fe3cded67bae3a2b7d4dc7ef790271cf
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/119469
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-07-24 22:05:43 +02:00
3a55b50e0c tdf#132643 Translate German section IDs
Change-Id: I0a51b1c2b2503fb8c07a63a806bddd7345be1f7e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118905
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-07-14 14:56:17 +02:00
17ccb362fc tdf#132643 Translate German section IDs
Change-Id: I8298819cbb9ce2d7d973742592dc4299e4488dbf
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118901
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-07-14 14:55:25 +02:00
d6df4a20a5 tdf#132643 Translate German section IDs
Change-Id: Ie3a867a7bcda9edc66327ef2c5413a6faee8a7fc
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118904
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-07-14 14:54:06 +02:00
fca292b94b tdf#132643 Translate German section IDs
Change-Id: I768845ed90efe57c11522759bae5a1da6fe99901
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118903
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-07-14 14:53:36 +02:00
95b36f942f tdf#132643 Translate German section IDs
Change-Id: Ie92420fa13971bd11451ecf1c10089c7713dca7e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118902
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-07-14 14:53:01 +02:00
4d648ad846 tdf#132643 Translate German section IDs
Change-Id: I8730d353f578caa2a9ecb392819f7e957030db16
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118899
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-07-14 14:52:32 +02:00
f88bb249fc tdf#132643 Translate German section IDs
Change-Id: I595af96cd8c7847387a11d300fb85bd8a8313fba
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118900
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-07-14 14:51:58 +02:00
d55f1498b4 tdf#132643 Translate German section IDs
Change-Id: Idd1c44b507aa4a739d58659504fb6bacd3add879
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118898
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-07-14 14:50:52 +02:00
0abe9d6b70 tdf#132643 Translate German section IDs
Change-Id: I24ea33b86e53b48904ec7d500f7583f58255f2dc
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118745
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-07-13 13:03:22 +02:00
f7c998f88c tdf#132643 Translate German section IDs
Change-Id: I1e6d98c57fc33dca6ff2a13baf5f6cfd53977a69
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118746
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-07-12 14:33:59 +02:00
1831cc5a3c tdf#132643 Translate German section IDs
Remove unused.

Change-Id: Ia436f58a7d6edd6d8df86dd6a1cbbcd0896a501b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118744
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-07-12 14:27:55 +02:00
1a380691b7 tdf#132643 Translate German section IDs
Change-Id: I78b6e56e1bb70b10bed03201704d1246cf00c0a3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118743
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-07-12 14:20:44 +02:00
34354f2bf8 tdf#132643 Translate German section IDs
Change-Id: Ib93523c39a74ff88a6154f3111113260e59cbb55
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118742
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-07-12 14:20:00 +02:00
eabf8b0ec2 tdf#132643 Translate German section IDs
Change-Id: I69b146fa405b531e8df8b1b5b443414c13f60bcb
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118741
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-07-12 14:17:57 +02:00