Commit Graph

3936 Commits

Author SHA1 Message Date
Richard Kimberly Heck
23858d72a5 svn --> git 2024-06-23 12:25:26 -04:00
Juergen Spitzmueller
a73125d07c de.po 2024-06-11 14:30:47 +02:00
Kornel Benko
407d1a2a80 Update sk.po 2024-06-11 13:29:19 +02:00
Richard Kimberly Heck
3c909daeea Merge branch '2.4.x' into 2.4.1-devel 2024-06-09 13:13:12 -04:00
Scott Kostyshak
9c16e25a84 Fix Python warning of invalid escape in lyx_pot.py
Newer Python versions (e.g., Python 3.12.3) gave the following
warning:

  po/lyx_pot.py:607: SyntaxWarning: invalid escape sequence '\w'

An alternative fix would be to double the backslash, but that might
be less readable than this fix.

(cherry picked from commit 325f1429f8)
2024-06-08 13:49:41 -04:00
Udi-Fogiel
768dd64ea7 he.po 2024-06-03 20:16:34 +03:00
Juergen Spitzmueller
bf2647c89f de.po 2024-06-03 18:04:53 +02:00
Kornel Benko
f46c63d180 Update sk.po 2024-06-03 09:17:19 +02:00
Richard Kimberly Heck
701c763221 Merge branch '2.4.x' into 2.4.1-devel 2024-06-02 21:49:54 -04:00
Kornel Benko
1f6f3b4f0a Update sk.po 2024-06-01 14:06:26 +02:00
Richard Kimberly Heck
597a453197 Remerge strings. 2024-05-25 17:50:58 -04:00
Richard Kimberly Heck
544cf0794e Remerge strings for 2.4.0 release 2024-05-10 13:14:09 -04:00
Jean-Marc Lasgouttes
13a34d6cd1 Set buffer_ correctly when inseting a math macro over a selection
The code that handles this special macro insertion (in
Cursor::mathMacroClose())) is very weird: it inserts the contents of
the macro _after_ the macro and later, since the macro is 'greedy', it
will eat this contents and put it in its first macro cell.

Does it make sense to you? It does not ake sense to me either. Anyway,
this is the point where one should make sure that the buffer is set.

Fixes ticket #12682.

(cherry picked from commit b45a957929)
2024-04-25 20:27:36 +02:00
jpc
b3e5f363a6 Update fr.po 2024-04-21 17:19:08 +02:00
Kornel Benko
462cb3c3c6 Update sk.po 2024-04-21 12:12:39 +02:00
Pavel Sanda
a5e7ff70f7 * cs.po 2024-04-21 11:57:29 +02:00
Juergen Spitzmueller
075fdbd4f9 de.po 2024-04-21 11:25:12 +02:00
Juergen Spitzmueller
4d8316402d remerge strings 2024-04-21 11:24:02 +02:00
jpc
2867cc397d Typo in fr.po 2024-04-19 11:22:45 +02:00
Pavel Sanda
ebbbfca213 * another update fo zh_CN.po 2024-04-19 00:15:38 +02:00
Pavel Sanda
f49c52a5b6 * pt_BR.po from Georger 2024-04-13 03:07:17 +02:00
Pavel Sanda
da9cab6c18 * zh_CN.po - update credits 2024-04-11 09:38:23 +02:00
Jiaxu Zi
1bd5fb97fa update zh_CN translation 2024-04-11 09:38:14 +02:00
jpc
2c5a92d053 Update fr.po: a couple of typos and shortcut conflicts resolution 2024-04-10 18:57:58 +02:00
jpc
4690de2bca Revert "Update sk.po"
This reverts commit 148001f6fe.
2024-04-05 17:51:02 +02:00
Kornel Benko
a2dbac8e07 Update sk.po 2024-04-03 13:08:36 +02:00
Juergen Spitzmueller
b506306e08 de.po 2024-04-03 09:19:14 +02:00
jpc
1b0f8fae8a Update fr.po 2024-04-02 18:52:32 +02:00
Kornel Benko
148001f6fe Update sk.po 2024-04-02 17:41:06 +02:00
Kornel Benko
4cb805a9c8 Update sk.po 2024-04-02 11:40:55 +02:00
Juergen Spitzmueller
b4a93a493c de.po 2024-04-02 09:15:03 +02:00
Pavel Sanda
210ea66d2d * cs.po 2024-03-21 22:48:05 +01:00
Patrick de Visschere
3f790725d9 Using the latest commit and building lyx with cmake on macos-sonoma with
xcode fails with multiple error messages like this one:

----------
CMake Error in po/CMakeLists.txt:
       The custom command generating

     <build-directory>/po/LyX2.4.cat.pot

       is attached to multiple targets:

     translations
     update-gmo

  but none of these is a common dependency of the other(s).  This is not
  allowed by the Xcode "new build system".
2024-03-20 11:44:22 +01:00
Pavel Sanda
f7e6086e67 TableUI - allow expading of TableAlignCO (part of #13046). 2024-03-19 19:23:22 +01:00
Kornel Benko
78846a6c94 Uppdate sk.po 2024-03-07 11:53:44 +01:00
jpc
456f2df69f Resolve shortcut conflicts in fr.po 2024-03-06 10:28:16 +01:00
Juergen Spitzmueller
1ee04c77a7 de.po 2024-03-05 15:57:15 +01:00
Kornel Benko
8282a477f5 Update sk.po
Wrong shortcut case
2024-02-26 10:46:30 +01:00
Enrico Forestieri
cdd3672385 Update it.po 2024-02-17 11:05:04 +01:00
Koji Yokota
ef3874149e Update ja.po 2024-02-15 17:56:12 +09:00
Pavel Sanda
9eb5c7ba20 * cs.po 2024-02-12 21:23:15 +01:00
Yuriy Skalko
59d1cc6950 Update ru.po 2024-02-12 19:11:00 +01:00
Richard Kimberly Heck
d486396761 Remerge strings. 2024-02-12 11:11:02 -05:00
Richard Kimberly Heck
db897c1f4a Update GMO files 2024-02-11 14:20:09 -05:00
Richard Kimberly Heck
622482dae7 New Ukranian translation from Yuri. 2024-02-11 14:19:54 -05:00
jpc
8a32c34c5f Update fr.po 2024-02-11 16:57:48 +01:00
Kornel Benko
1cc3128011 Update sk.po 2024-02-10 10:46:16 +01:00
Juergen Spitzmueller
2bee85a036 de.po 2024-02-10 09:44:50 +01:00
Richard Kimberly Heck
18a3def9b8 Remerge strings. 2024-02-04 22:02:26 -05:00
Pavel Sanda
d8331e9def Fix from Kees. 2024-01-14 14:19:22 +01:00
Richard Kimberly Heck
ed95bbd8f5 Remerge strings 2024-01-11 11:08:15 -05:00
Richard Kimberly Heck
ad8d8b37c4 Update GMO files 2024-01-11 11:04:57 -05:00
Pavel Sanda
c8499797fa Remove Greek and Turkish translations from 2.4, they dropped below 50%. 2024-01-06 16:19:27 +01:00
Juergen Spitzmueller
b61cdce733 nl.po: update from Kees Zeelenberg 2024-01-06 11:38:00 +01:00
Udi-Fogiel
6517b25dac Update he.po
Thanks Omer and Yitzhak!
2024-01-03 16:20:07 +02:00
Enrico Forestieri
f5b20679a9 Update it.po 2024-01-01 22:00:51 +01:00
Richard Kimberly Heck
afcd501fe8 Japanese translations and docs from Koji 2023-12-25 11:41:49 -05:00
Richard Kimberly Heck
fad1c81325 Revert "Hebrew translation from Omer"
There are two people working on this, and this one doesn't compile.

This reverts commit 63b4501efd.
2023-12-24 23:05:05 -05:00
Richard Kimberly Heck
63b4501efd Hebrew translation from Omer 2023-12-23 13:21:41 -05:00
Scott Kostyshak
ea37ee23d3 Fix pt_BR.po escapes
We need to use two backslashes for "\\arabic".

This fixes instances of the following warning:

  warning: internationalized messages should not contain the '\a'
  escape sequence

Amends a82ea09a.
2023-12-05 11:25:28 -05:00
Richard Kimberly Heck
7579662f39 PO file from Georger, and GMO updates 2023-12-04 17:02:35 -05:00
Pavel Sanda
cae6f3801a fr.po - Restore broken header 2023-12-04 21:43:30 +01:00
Pavel Sanda
a82ea09aa7 * pt_BR.po from Georger 2023-12-04 21:22:02 +01:00
Pavel Sanda
1492e94d81 * cs.po 2023-11-16 00:07:34 +01:00
Yuriy Skalko
fd69f35fe9 Update ru.po 2023-11-13 09:46:04 +01:00
jpc
2c51c1be51 Update fr.po 2023-11-11 15:39:09 +01:00
Richard Kimberly Heck
83cad93ccb GMO for Ukranian update 2023-11-08 22:48:13 -05:00
Richard Kimberly Heck
e849f40f98 Ukranian update from Yuri. Thanks Yuri! 2023-11-08 22:46:33 -05:00
Yuriy Skalko
bf0005b5b2 Update ru.po and UserGuide 2023-11-09 00:15:16 +01:00
Pavel Sanda
c79af8e138 * cs.gmo 2023-11-08 21:37:01 +01:00
Pavel Sanda
81c260ac55 * cs.po 2023-11-08 21:36:50 +01:00
Richard Kimberly Heck
1677bc5fcd Remerge strings. 2023-11-05 11:07:40 -05:00
Kornel Benko
4bdfa86a2f Update sk.po 2023-11-05 15:46:49 +01:00
Juergen Spitzmueller
9bd5d36906 de.po 2023-11-05 13:21:23 +01:00
Juergen Spitzmueller
6dc9173f68 de.po: remerge 2023-10-23 06:54:03 +02:00
Kornel Benko
a32e4ca01e Update sk.po 2023-10-21 17:46:08 +02:00
Juergen Spitzmueller
946d87c261 de.po 2023-10-21 12:53:31 +02:00
jpc
9ca551b18c Update fr.po 2023-10-16 10:58:41 +02:00
Juergen Spitzmueller
e62497b037 de.po 2023-10-15 11:16:25 +02:00
Juergen Spitzmueller
a9dfbe537a de.po 2023-10-15 09:19:37 +02:00
jpc
1508f310f6 Update fr.po 2023-10-13 11:25:24 +02:00
Juergen Spitzmueller
e8effd5d9d de.po 2023-10-10 08:53:50 +02:00
Kornel Benko
bf54b5671e Update sk.po 2023-10-06 11:18:59 +02:00
Pavel Sanda
26ef36a29c * cs.po 2023-10-04 14:53:07 +02:00
Pavel Sanda
ff51dbd090 remerge cs.po 2023-10-04 14:43:50 +02:00
Juergen Spitzmueller
253a8ce2ce de.po 2023-10-04 13:22:27 +02:00
Kornel Benko
73e588bd44 Update sk.po 2023-10-01 20:15:07 +02:00
jpc
2c9178ecfd Uodate fr.po 2023-09-30 18:20:47 +02:00
Enrico Forestieri
7b6fe3555d Update it.po 2023-09-23 17:50:25 +02:00
Yuriy Skalko
07ab0da26f Update ru docs 2023-09-19 01:05:40 +02:00
Kornel Benko
68556fab3c Update sk.po 2023-09-14 09:38:33 +02:00
Juergen Spitzmueller
4dd91308d1 de.po 2023-09-08 11:56:29 +02:00
Pavel Sanda
19a5965153 Review of pt layouttranslation by Jose 2023-09-03 20:47:36 +02:00
jpc
06ac2c0e61 Update fr.po 2023-09-03 14:56:19 +02:00
Kornel Benko
f833e5f184 Update sk.po 2023-09-02 15:49:57 +02:00
Enrico Forestieri
98eb505c9b Update it.po 2023-09-02 15:43:01 +02:00
Juergen Spitzmueller
0177ed3df7 de.po 2023-09-02 15:23:26 +02:00
Enrico Forestieri
7cad99347a Update it.po 2023-09-02 15:14:13 +02:00
Pavel Sanda
b93f4a4c74 * cs.po 2023-09-01 20:33:01 +02:00
Pavel Sanda
e78e4bcc09 remerge cs.po 2023-09-01 18:29:00 +02:00