Commit Graph

323 Commits

Author SHA1 Message Date
3569af3cc1 tdf#120550,tdf#121367 followup to add or correct links
Change-Id: Iee88c2927b5750d57dec1cfffee4d27bf860b834
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136645
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-07-01 16:12:08 +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
5688744142 tdf#149318 (part) refactor row/cell table optimization
Change-Id: I8f88def2a5f1b14abf271d6bb950062214d6b193
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136090
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-20 15:41:34 +02:00
36303145af Base form properties Sort dialog name is case sensitive
Selecting Base form properties data Tab Sort dialog help button caused 'page not found'

Change-Id: If91a478964304893527ac8c03d417dcee445a4ee
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/134072
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-02 00:33:37 +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
b218d6ebe0 refactor some switchinlines to avoid translation problems
shared/02/06100000.xhp  (Move Up)
   shared/02/06110000.xhp  (Move Down)

Change-Id: Ib67c383db0ee8690a9fcedb4850455319e34f7b8
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/133603
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2022-04-30 03:03:45 +02:00
000df5aded Related:tdf#147107;tdf#144493 update B&N bar command names and explanations
tdf#144493 (008cfd5980f31c9e01b5cdbede33631d66f2fb56) changed command
   names that are found in the Bullets and Numbering toolbar (and menus
   in Writer, Draw, Impress).

   tdf#147107 (3b222bcd75d57db404cd2ed5dc97a5c492c28060) made
   adjustments to some of the command names changed for tdf#144493.

   This patch addresses the consequences of these name changes for the
   Bullet and Numbering toolbar in Writer, where the changed commands
   also appear in the Format menu UI. Meanwhile, some of the help pages
   for the changed commands are shared with Draw and Impress, so any
   help file that needed to be changed for Writer was also updated for
   Draw and Impress. In addition to updating the changes in the command
   names, the descriptions of the commands were evaluated and corrected
   when necessary.

   text/swriter/main0206.xhp (B&N Bar)
     *reorder controls on help page to correspond to order on toolbar

   text/shared/02/06100000.xhp (Move Item Up)
     + appl-inline switch for <h1> and icon name to distinguish
        Writer from the other modules
     * adjustments and corrections in descriptions
     + add appl-switch for mentioning toolbar and shortcut keys
     + add link to relevant toolbar
     * correction in command sequence for shortcut keys for Writer
         and Impress.
     * refactor to <keycode>,<menuitem>

   text/shared/02/06110000.xhp (Move Item Down)
     + appl-inline switch for <h1> and icon name to distinguish
        Writer from the other modules
     * adjustments and corrections in descriptions
     + add appl-switch for mentioning toolbar and shortcut keys
     + add link to relevant toolbar
     * correction in command sequence for shortcut keys for Writer
         and Impress.
     * refactor to <keycode>,<menuitem>

   text/shared/02/06120000.xhp (Move Item Up with Subpoints)
     * correct the description, with separate explanations for
       list paragraphs and chapter headings, and mention of
       multiple selection.
     * update command name
     * change .png to .svg

   text/shared/02/06130000.xhp (Move Item Down with Subpoints)
     * correct the description, with separate explanations for
       list paragraphs and chapter headings, and mention of
       multiple selection.
     * update command name
     * change .png to .svg

    text/shared/02/06050000.xhp (Demote Outline Level)
     * simplify the appl-inline switch for <h1>
     * correct the description
     + add separate explanations for chapter headings
         and list paragraphs for Writer
     + add link to B&N toolbar
     + add shortcut key info for Impress
     * refactor to <menuitem>

    text/shared/02/06060000.xhp (Promote Outline Level)
     * simplify the appl-inline switch for <h1>
     * correct the description
     + add separate explanations for chapter headings
         and list paragraphs for Writer
     + add link to B&N toolbar
     + add shortcut key info for Impress
     * refactor to <menuitem>

    text/swriter/02/06070000.xhp (Demote Outline Level with Subpoints)
     * correct the description
     * update command and icon name
     * refactor to <h1>
     * change .png to .svg
     * change icon size to 1cm
     - remove <colspan="" rowspan="">

    text/swriter/02/06080000.xhp (Promote Outline Level with Subpoints)
     * correct the description
     * update command and icon name
     * refactor to <h1>
     * change .png to .svg
     * change icon size to 1cm
     - remove <colspan="" rowspan="">

Change-Id: Iaedfebe4f260658bb1f5821ef279846eba22415a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/132870
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2022-04-19 18:21:32 +02:00
8219f0b1d7 tdf#102265 Add Format - List submenu for Impress
+ usual refactoring and icon size adjustments

Change-Id: I614438a36fa1ca34ddfaac81aadb0f54bd51940e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/132736
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-04-11 17:22:32 +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
54fe9a16be Minor string fixes
Change-Id: Ic7ff445fea3ce1e7369554b165e4ae2aa4cb6c1d
2022-04-05 08:58:36 -05:00
3afad289ad tdf#132643 Translate German section IDs
Change-Id: I527837a7ac78b411ed61f34e9d4c76b786c0b237
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131434
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-03-18 14:50:16 +01:00
8d4cb0152b tdf#132643 Translate German section IDs
Change-Id: Iafd82777eddf78a2d581f40dc7d94fed79929326
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131432
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-03-18 13:53:43 +01:00
1e721d1ea8 Update Calc Tools menu with Forms submenu
Change-Id: I5524b4ba2674167a162133b9ff99677f2f59cfc3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131607
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-03-15 17:07:41 +01:00
14b884e807 Revert "Update Clac Tools menu with Forms submenu"
This reverts commit 31f0c48d3bc30742d49af32ac9686d71f8aa7215, because
it broke the build, presumably because it forgot to add
helpcontent2/source/text/shared/menu/forms.xhp as a new file.

Change-Id: Ie51a7683f254b0439bbbc2e563ba943b8f98e02a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131486
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-03-15 08:33:11 +01:00
31f0c48d3b Update Clac Tools menu with Forms submenu
Change-Id: Ib8ac1f43116592ea569d88d16f84db44b0333286
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131567
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-03-15 00:11:45 +01:00
d6e1ebf3f0 Fix typo
Change-Id: I4856441ef0a64900b7b20c8f49333fec9002f250
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131554
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2022-03-14 20:54:14 +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
298513eb58 tdf#147862 (part) Update Form Control & Design toolbars
Change-Id: Id19ec57e715e9d1fb85df45736ebac258a9d255b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131372
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-03-14 12:22:02 +01:00
1e7954968f tdf#107290 Update "Selection Mode" help page
The bug report requests to update the shortcuts for selection modes. I also fixed some inconsistencies in the text and table formatting.

Change-Id: I1c210b989a5105299182b0a6599db616ea8f588d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/121276
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-08-31 17:57:32 +02:00
8e44713861 Create help page about how to Remove Duplicates in Calc
This patch creates a new "guide" page on how to remove Duplicate values in Calc.

This is a question I see being frequently asked in forums and I could not find any entry in the Help that explained how this can be done.

Change-Id: I6e115739752fdc1f5aa35cf45f041655b3e614be
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/121067
Tested-by: Jenkins
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-08-27 15:25:13 +02:00
a8089daeff tdf#137084 (part) Update Writer Form menu Help page
Change-Id: I875d33c7470d7e8ae4ac09b4266411ff3f94920e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/121040
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-08-25 18:11:33 +02:00
0fbedac2ab tdf#132643 Translate German section IDs
Change-Id: Ifc6df2e1cefe7349bc24327a2456afd66d065bda
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/117929
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-06-26 20:07:43 +02:00
a09c6d5edb tdf#105089 explain "item status changed" and "focus"
Change-Id: I8b10f71e0de80f645edcd17bcae9ad5d27093a78
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/117897
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-06-25 16:01:15 +02:00
f6ae0a8493 tdf#132643 Translate German section IDs
Change-Id: Ifec93507b6ecce1ffe18daaa5edf0ab0d9e598ff
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/117086
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-06-14 14:43:33 +02:00
69e8428e57 tdf#132643 Translate German section IDs
Change-Id: Icccc6bba110c5fa51f12136e4fbc9d81280ad3c8
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115556
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-15 15:39:06 +02:00
592e4a94b8 tdf#132643 Translate German section IDs
Change-Id: I601a1350f4481e972f5ebe1537cf08ec50aaff5b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115249
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-08 20:52:03 +02:00
f8bb585001 Refactor more database help files
Change-Id: I1384c2d3d0090ce15fc5088bff4bfdb07fa7cdbf
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114995
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-05-03 15:58:58 +02:00
a1a06717d8 Fix sort command in Help page (part)
Change-Id: I2c47a3db2b81250d92bed88a13a8869012eeef76
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114114
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-04-15 03:12:21 +02:00
31a21db0b3 tdf#132643 Translate German section IDs
Change-Id: I4bec4888477dcbce8610f27c5f46bd505b432ac5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113918
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-04-12 10:47:40 +02:00
ff2318b4f0 tdf#132643 Translate German section IDs
Change-Id: Ic2f17ed1ac6b5ed6872bae59f42099ec6f40849e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113917
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-04-12 10:46:12 +02:00
43af3c0065 tdf#132643 Translate German section IDs
Change-Id: Ie7df735208ca7230933d8b0f34e9fa0f4b503bd0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113915
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-04-12 10:43:39 +02:00
e9f44664bd tdf#132643 Translate German section IDs
Change-Id: If50ed9c50514955053619bcfb1de0e03042ac7b3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113911
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-04-12 10:38:35 +02:00
1cea285243 tdf#132643 Translate German section IDs
Change-Id: Ibcbb2dd3aa872fbc2793a4152b6d982de4729ab5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113910
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-04-12 10:37:17 +02:00
0e9713375f tdf#132643 Translate German section IDs
Change-Id: I44b5ef582d4471b4cbf6ba2d16adfdcf28b667c8
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113512
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-04-02 18:23:33 +02:00
a30c5ceb57 tdf#132643 Translate German section IDs
Change-Id: I5379d0fba8c21c37a29093f2e5a6ebd53b0ae58e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113511
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-04-02 18:22:43 +02:00
7ea20bbe0d tdf#132643 Translate German section IDs
Change-Id: I78372df94a5ebfc3b3b38700fb9778648040d169
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113503
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-04-02 18:14:38 +02:00
8c83d6fcf4 More small copyedits…
… and drop a long-standing TODO with my name on it that I’ve forgotten about

Change-Id: I91785d024c508e82bce4f27df6e955c69d02b220
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112934
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-03-22 18:20:31 +01:00
c53347c0b4 refactor hyperlink dialog help and add howtoget section
+ add "howtoget" section and access procedures
  * change icon size to 1cm
  * update <h1>,<h3>

Change-Id: I8c4688ae848b69b3d288c52d7fb770081c2c941e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112799
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
2021-03-22 12:17:03 +01:00
c04755eb8c tdf#132643 Translate German section IDs
Change-Id: I36aad8a1f40db2a526062ba49e204ea6541c3d73
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112708
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-19 14:20:03 +01:00
49b1e322e3 tdf#132643 Translate German section IDs
Change-Id: Iad07a1aa41e465d1579ebd5d9eae141b41116e60
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112710
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-19 12:08:00 +01:00
b4fd7e4109 tdf#132643 Translate German section IDs
Change-Id: Ibd2baadac00917bc152966c582f0e1d7ccb609ac
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112709
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-19 12:06:32 +01:00
dd35bdfc9a tdf#132643 Translate German section IDs
Change-Id: I4b5d5585415fac4128101128270869b0dd20f3ce
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112707
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-19 12:05:21 +01:00
43ca714789 tdf#132643 Translate German section IDs
Change-Id: I8e846ef21a82835e62db20a3cd3aa08fd85dc5aa
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112706
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-19 12:04:33 +01:00
a24d2d0317 tdf#132643 Translate German section IDs
Change-Id: I89247f878c8746e68f7c1f988c2c762d60334aa3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112705
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-19 12:03:42 +01:00
5ad095b020 tdf#132643 Translate German section IDs
Change-Id: Ibd3db13f8d9c65b191c9cee0325f7ac788e28a5d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112704
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-19 12:03:11 +01:00
5ed3766462 tdf#132643 Translate German section IDs
Change-Id: I800890dd9d9f377cf1c57b56c193935184b2cc07
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112607
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-17 12:46:00 +01:00
172a31b73a tdf#132643 Translate German section IDs
Change-Id: I8a778692623c91fed358e43715ec3588222ca066
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112634
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-17 12:07:51 +01:00
10556be199 tdf#132643 Translate German section IDs
Change-Id: I11440d50dad489f944f9d850db193e888f7d3304
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112633
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-17 12:06:57 +01:00
cf5110fec4 tdf#132643 Translate German section IDs
Change-Id: If9db453e78dd4395779c81ecfced846720935f7b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112611
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-17 12:06:07 +01:00
3242bf4e1c tdf#132643 Translate German section IDs
Change-Id: Iabb895b801a308331c819ce4a7bd199a29a332b0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112632
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-17 12:05:19 +01:00