Commit Graph

176 Commits

Author SHA1 Message Date
5f2c2633a5 Mute L10n on debug params for Linux
Change-Id: Ief4bb2679ee238ee56c82a9b853d4abf86243226
Reviewed-on: https://gerrit.libreoffice.org/82366
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-11-10 01:24:17 +01:00
4ee056ae84 tdf#128219 Extra start params for debugging
Change-Id: Ic4bac1ba59cc17331334813e1211156606511e5f
Reviewed-on: https://gerrit.libreoffice.org/81294
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-11-07 14:33:15 +01:00
7670e91fc5 Misc. typo fixing and removal of pointless tags
Change-Id: I7ecffd0417b7e88b76f44e64911c3d8a2f935104
2019-11-07 04:34:43 -06:00
18310e0cae tdf#128480 Incorrect call for QR Code
Change-Id: I8e9c58e9c54288e2e29b80547abd5d82611cfa76
Reviewed-on: https://gerrit.libreoffice.org/81974
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-11-04 12:45:47 +01:00
6be401761d tdf#126721 Help page for QR Code
Change-Id: Ie4922f4e34798aaf6c49b30a3d09f3f40532076a
Reviewed-on: https://gerrit.libreoffice.org/77851
Tested-by: Jenkins
Reviewed-by: shubham goyal <22shubh22@gmail.com>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2019-08-22 13:49:18 +02:00
6570689918 Update Draw menus and Contents tree (part)
Change-Id: I556a2cafdd66fc425aa67f821c1a5b676ef22c81
Reviewed-on: https://gerrit.libreoffice.org/77677
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-08-19 00:22:14 +02:00
08299df834 tdf#76535 Clarify hyperlink button edition.
Change-Id: I268cfd36f15bea462265b2f3d28488f873cfb662
Signed-off-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Reviewed-on: https://gerrit.libreoffice.org/77197
Tested-by: Jenkins
2019-08-09 14:04:37 +02:00
276be19271 Superfluous!
Change-Id: Ic2339636853d6e36d11e20b6f6e46fca048eb568
2019-07-29 09:58:53 -05:00
965724a89f tdf#124299 Redaction Help page
Change-Id: Ia85c95ca63e1d11b1aabd2b5cabd3d962c5161cd
Reviewed-on: https://gerrit.libreoffice.org/75387
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-07-11 14:38:21 +02:00
3a1a27c39e Insert sys=MAC in some menu paths
MAC often forgotten in menu path descriptions.

Change-Id: Ib6e9062b06389063d6f8293a95cd3e07e1919161
Reviewed-on: https://gerrit.libreoffice.org/75040
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-07-05 11:52:25 +02:00
1b1ba62670 Insert sys selector for Mac
Change-Id: I628d9e0e460a0e32cee8d89d05f42fb1a1d2f178
Reviewed-on: https://gerrit.libreoffice.org/74937
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-07-01 00:07:57 +02:00
e2f8d201aa Remove duplicated HID bookmarks in shared
Also remove a few obsolete bookmarks and fix ahelps
Duplicates found with:

for i in $(find source/text/shared -name "*xhp") ; do grep branch=\"hid/.uno: "$i" | cut -d ":" -f2 | cut -d \" -f 1 | uniq -c | grep -v "1 " ; if [ $? -eq 0 ] ; then echo "Above HID branches are redundant in: $i" ; fi done

Change-Id: Ie7cde338aa210ef81d1e15ecc8087d8f67f77b27
Reviewed-on: https://gerrit.libreoffice.org/74655
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-06-25 04:35:35 +02:00
e401921d24 MIME types are not localizable
Change-Id: I9bd17e2514cada5dc12b6957ba1d74b30334a13a
Reviewed-on: https://gerrit.libreoffice.org/72345
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2019-05-15 10:35:08 +02:00
6b3fde1a62 Mute unnecessary translations in fiter names
Changed to allow translation of filter names and media types
Removed randomness for paragraph ids to spare retranslation

Change-Id: If73d4799537b2d91ec9fe58584033b46eeeb9e04
Reviewed-on: https://gerrit.libreoffice.org/70671
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-05-02 22:12:35 +02:00
4eace90975 tdf#124198 Impress & Draw ImageMap menu entry was moved to Tools
Also renamed the file describing Edit Menu to edit_menu.xhp.
Most of the files are touched to update the links due to rename.

There is no context menu entry for ImageMap, so removed mention
of it.

Note that in Writer and Calc, ImageMap remains under Edit, because
it is only enabled when an image is selected.

Change-Id: Ic57ee11dd2ab9c637f00e5328f1575c323fb8c43
Reviewed-on: https://gerrit.libreoffice.org/71397
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-04-27 13:59:19 +02:00
12aff9b55d Add info on convert-to filter names
command line --convert-to option miss description of the internal
names of the filters.

The xhp file is generated by the python script based on the
filter xcd's.

P2:
fix typo,
Fix <filename>,
Put modules in upercase.

P3:
reduce L10n workload with <embedvar>

P4:
Make xmllint happy again

Change-Id: I455491b1f6a141688308d768b2822f051566ae53
Reviewed-on: https://gerrit.libreoffice.org/70273
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-04-06 16:05:06 +02:00
b2bd7773ca Housekeeping of Help file
Some cleanup and drop of <br/>

Change-Id: I2501e25bf53e017ad1e7393887c2a8da35aa3e30
Reviewed-on: https://gerrit.libreoffice.org/68248
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-02-23 16:45:05 +01:00
e3dd1cb6d3 Encouraging precise language: “click” for mouse interactions
Please reserve the verb “press” for interactions with keys or physical buttons.

Change-Id: Ie05da647f1cf3bfafdf0231d6b5dc3bdcc38dad7
2019-02-03 15:55:14 -06:00
9c8587d4fb tdf#117312 clarify --cat in start parameters
Change-Id: Ia519899081e5bbceca7aedc2cb8b0d84549cbd88
Reviewed-on: https://gerrit.libreoffice.org/66330
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2019-01-14 19:29:34 +01:00
37852a4343 Help files: http -> https
+ some more conservative changes

Change-Id: I34de2e567574679ac724655ec0840cce6ed96edb
Reviewed-on: https://gerrit.libreoffice.org/63212
Tested-by: Jenkins
Reviewed-by: Sophie Gautier <gautier.sophie@gmail.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2019-01-14 16:53:05 +01:00
22bb1e2aaf Remove ref of native file picker in Open pages
Native filepicker is not selectable in UI so not available
to user unless set in Expert config.

Change-Id: I894cebfccac9337cc558f011e2be96d30f234a93
Reviewed-on: https://gerrit.libreoffice.org/66208
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-01-13 23:49:17 +01:00
79b0e57e1c correct command names for opening/saving remote files
Change-Id: I2fc0b696a60dbdb3e18dc483b67c5ad57836f211
Reviewed-on: https://gerrit.libreoffice.org/64675
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-12-11 15:47:13 +01:00
fe0a1e4dbf tdf#116078 OpenPGP encryption
+ some update (drop) references to LO file picker

Addressed comments by reviewer.
fix ordered list

Fixed reviewer comment.
Fixed DTD violations

Change-Id: Ie71f736a5713b042e185e93e595b6880ffe7541c
Reviewed-on: https://gerrit.libreoffice.org/64436
Tested-by: Jenkins
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2018-12-06 15:42:13 +01:00
07d6d95484 Help files: http -> https
+ some more conservative changes

Change-Id: I4176d10e185e88217455a72e7e6b5910ff970b0f
Reviewed-on: https://gerrit.libreoffice.org/63215
Tested-by: Jenkins
Reviewed-by: Sophie Gautier <gautier.sophie@gmail.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-11-21 13:46:12 +01:00
ab5c2340fc Help files: http -> https
+ some more conservative changes

Change-Id: I7b4bffc78fce6fe764a1746c060a403cb1b934eb
Reviewed-on: https://gerrit.libreoffice.org/63217
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-11-21 13:45:58 +01:00
7edbeb56b0 Help files: http -> https
+ some more conservative changes

Change-Id: If73a98d6296081843830f44b75f80657f25a97a9
Reviewed-on: https://gerrit.libreoffice.org/63216
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-11-21 13:45:45 +01:00
c5eeaa3c6d Conversion from TXT: Move dot outside of copied text; add optional params
Change-Id: Idb1ab1ea9435d88076a2fe2295c8617e54ca7c7a
Reviewed-on: https://gerrit.libreoffice.org/63395
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-11-16 20:38:41 +01:00
420130d09f Fix Help contents, after translators review (3)
Change-Id: Ic43e0c195ec61c8cbdd69494cde41790333c2e94
Reviewed-on: https://gerrit.libreoffice.org/63312
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-11-12 23:19:45 +01:00
319ad0a302 Related: tdf#121134: Changing http to https where possible
Change-Id: I5b7df43fd43c07377ac2ec1e0dcecb7a245330f9
Reviewed-on: https://gerrit.libreoffice.org/63011
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-11-09 11:38:39 +01:00
3a50637363 Related: tdf#121134: Changing http to https where possible
Change-Id: I983391c76f7c73ad0edeb85faacdc088a9d73df6
Reviewed-on: https://gerrit.libreoffice.org/62995
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-11-09 11:36:15 +01:00
b51008a35b tdf#115254 Some branch bookmarks are'nt working 31
Module cui

Change-Id: I3f9dc6e469b04f0e86c426c907a8213fe351b8c4
Reviewed-on: https://gerrit.libreoffice.org/60636
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-09-17 22:49:12 +02:00
cc03a8f712 tdf#115254 Some branch bookmarks are'nt working 25
Module fpicker

Change-Id: I23f736f131e5cd7a7d9b2900d2423302cbbb87db
Reviewed-on: https://gerrit.libreoffice.org/60511
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-09-15 01:21:52 +02:00
0cfa25cb04 tdf#115254 Some branch bookmarks are'nt working 23
module sc a - e

Change-Id: I179ea686cf83f31ebc645c2310fca52b222eb66f
Reviewed-on: https://gerrit.libreoffice.org/60365
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-09-12 04:47:09 +02:00
11d6a45b5a tdf#115254 Some branch bookmarks are'nt working 20
Module sc r-z

Change-Id: Ib8ee034cdbaf2f42280fac787cc31279cab3dc8e
Reviewed-on: https://gerrit.libreoffice.org/60362
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-09-12 04:46:22 +02:00
648a287777 fix menu path to image properties
Change-Id: Ic4ea128ba4d995c6adec288a6b47a19dfd118799
Reviewed-on: https://gerrit.libreoffice.org/59593
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2018-08-27 01:04:58 +02:00
89e50da59f tdf#115254 Some branch bookmarks are'nt working 17
module svtools

Change-Id: Ifc61a6fbd0f32ed0f8b4bbea273d1b9081df92c9
Reviewed-on: https://gerrit.libreoffice.org/59312
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-on: https://gerrit.libreoffice.org/59524
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-08-23 21:12:43 +02:00
adff949d41 tdf#115254 Some branch bookmarks are'nt working 16
Module svx

Change-Id: I0ce6c3c004ee8ef68b7114692ffcc6f9e912ccf3
Reviewed-on: https://gerrit.libreoffice.org/59273
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-08-17 21:34:02 +02:00
6cd28b0578 tdf#115254 Some branch bookmarks are not working 4
sfx2 module dialogs

Change-Id: Id7f799c0939c63695c29d0b6352e88c005386d3f
Reviewed-on: https://gerrit.libreoffice.org/57468
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-07-16 00:39:00 +02:00
8655054798 Remove some whitespace
Change-Id: I13d97a011fa8ee4accaa90dd9cbf8457e4571071
2018-05-31 19:17:56 -05:00
f7e5c512cd Clarify text in command line startup instructions
Change-Id: I3d3d8cb2fdeb12f628f2ef4accbf947c5d97d558
2018-05-14 05:50:35 -05:00
ef1f8e4a37 Correct malformed strings newly introduced in Pootle.
plus some additional corrections / improvements.
I know, translators will hate me. :-)

In addition, fixed one typo reported by Steen Roennow.

Change-Id: I3ab7dda03d91783637f57349e93dffe4956b9d5d
Reviewed-on: https://gerrit.libreoffice.org/53457
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-04-29 12:45:41 +02:00
e159f81ef3 tdf#117239 F4 -> Ctrl+Shift+F4
Update help pages woth F4 key for datasource

Change-Id: I20eb2b144dde11eb244dedde492e9c1b298fe103
Reviewed-on: https://gerrit.libreoffice.org/53588
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-04-29 12:03:08 +02:00
b7ecf6294f replace http links with https equivalents
* mainly http://wiki.documentfoundation.org
* http://en.wikipedia.org
* http://api.libreoffice.org

Change-Id: I3587d8d5e6a6de4a7c7013920b9e135e4adc977c
Reviewed-on: https://gerrit.libreoffice.org/52354
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-04-16 14:15:35 +02:00
b5aad7c2f2 tdf#94438 disambiguate bookmark branch id's
part II

Change-Id: Ic6e56307c667023a8892f60c20ef1f79b02b5347
Reviewed-on: https://gerrit.libreoffice.org/52795
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-04-12 20:39:33 +02:00
b19bd2ac6c Better wording for digital signatures (ii)
Change-Id: Id5e282823f762edc6c7c9c9b54070af5c9ee9523
Reviewed-on: https://gerrit.libreoffice.org/52496
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-04-06 21:12:49 +02:00
cb53adf410 Better wording for public key management help page
Change-Id: I56a355e1a62fd981cb6d37de9778b7ab81e4e33e
Reviewed-on: https://gerrit.libreoffice.org/52478
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2018-04-06 00:41:56 +02:00
339779bff9 fix menu item name of chart titles
Change-Id: I5de3361085f2baa3914aaf9952c1b98f8e0f39d4
Reviewed-on: https://gerrit.libreoffice.org/52328
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-04-04 03:56:56 +02:00
03f934e2c8 Removed comments
Change-Id: I5917f9c4b49a06937f5d7ab5ecf1551953dc7875
Reviewed-on: https://gerrit.libreoffice.org/52229
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2018-04-02 07:55:53 +02:00
4dd9777f3e More assorted fixes
Change-Id: I7117d911967cacae9bb465d7eb3683f7299a09af
2018-03-15 00:41:44 -06:00
ee1caf534c This is what was actually meant since commit 32e04637f0; mea culpa
Change-Id: I8ee78ace54a124b3cf6412d2f9e41267eadfa9b4
2018-03-10 00:27:49 -06:00