Pavel Sanda
fa20e8e2d4
* cs.po shortcut conflict
2014-03-28 11:18:09 -07:00
Enrico Forestieri
6fe72d8fe9
Update it.po
2014-03-28 03:04:34 +01:00
Uwe Stöhr
450b13ede7
id.po: port translations from branch
...
as service for Waluyo to save some work
2014-03-28 00:44:06 +01:00
Pavel Sanda
567c4bb506
* cs.po
2014-03-26 21:04:54 -07:00
Uwe Stöhr
a094b0b880
uk.po: translations for 2.1 from Yuri
2014-03-27 00:21:36 +01:00
Uwe Stöhr
10f11c89bf
ja.po: translation update by Koji
2014-03-27 00:12:34 +01:00
Vincent van Ravesteijn
819c4a31a6
Update po/gmo files
2014-03-20 11:05:59 +01:00
Juergen Spitzmueller
c192745268
de.po: update
2014-03-17 14:49:20 +01:00
Kornel Benko
af61ca9df6
* sk.po, new strings
2014-03-16 09:50:44 +01:00
Juergen Spitzmueller
f2bcbeef53
de.po: Style.
2014-03-13 12:01:01 +01:00
Uwe Stöhr
f9bf721aba
sv.po: fix a translation bug #7830
2014-03-13 01:15:26 +01:00
Pavel Sanda
1a9bcaee26
* cs.po
2014-03-12 01:10:42 -07:00
Pavel Sanda
9f815ae033
* ko.po : update from Dal Ho Park.
2014-03-12 00:41:18 -07:00
Uwe Stöhr
ed613670fd
zh_CN.po: fix a typo reported in bug #9033
2014-03-10 22:35:50 +01:00
Kornel Benko
4fb68544c6
sk.po: commit due to shortcut changes
2014-03-10 11:45:34 +01:00
Juergen Spitzmueller
7303f0caad
correct author data
2014-03-09 11:17:31 +01:00
Juergen Spitzmueller
28a1fdfa46
de.po: update
2014-03-09 10:43:51 +01:00
Juergen Spitzmueller
3d057e4b51
remerge strings
2014-03-09 10:37:39 +01:00
Enrico Forestieri
c9397f6d19
Update it.po
2014-03-09 01:35:54 +01:00
Pavel Sanda
ee7eee24f4
Update cs layouttranslations.
2014-03-07 15:46:50 -08:00
Kornel Benko
7287e91e44
sk.po, Unify some strings (case sensitivity)
2014-03-07 12:03:22 +01:00
Georg Baum
bbbfa81ba3
Transfer layout translations to nl.po
...
These translations were only in lib/layouttranslations. I don't know if they
were reviewed, but I understand enough dutch to be sure that they are not
completely wrong, so they are good enough for the GUI.
2014-03-06 23:03:57 +01:00
Georg Baum
574af5d915
Transfer layout translations to fi.po
...
These translations were only in lib/layouttranslations, and they were already
reviewed, so they are good for the GUI as well.
2014-03-06 22:57:20 +01:00
Georg Baum
ba8c5bb511
Remove context also for translated strings
...
This is consistent with the treatment in LyX itself (cleanTranslation() is
also called on the translated strings), and some translators leave the context
in the translated msgstr (e.g. [[List of Listings]]), although that is not
recommended. Without this, lib/layouttranslations would contain wrong
translations.
2014-03-06 22:00:12 +01:00
Georg Baum
474e42923b
Fix logic error in layout translation extraction
...
lyx_pot.py treats the combination IsPredefined == true and UsesFloatPkg == true
incorrectly: In this case it does not extract the float name, although it needs
to be extracted. This was no problem for LyX 2.0.0, because no layout contained
this combination fo flags. However, the current version of achemso.layout uses
it for several styles, e.g. "List of Schemes".
You only see the bug if you remove lib/layouttranslations before updating it,
otherwise it would be covered by the old translations which are kept. The fix
make use of the fact that IsPredefined == false and UsesFloatPkg == false is
not supported by LyX to simplify the logic.
2014-03-06 21:42:51 +01:00
Uwe Stöhr
c3c9a9f9d0
zh_TW.po: huge translation update by Mingyi Wu
2014-02-27 00:59:46 +01:00
Kornel Benko
31230697cb
* sk.po
2014-02-26 10:19:20 +01:00
Juergen Spitzmueller
b0242a1402
de.po
2014-02-26 08:43:27 +01:00
Kornel Benko
faa2a2cf32
* sk.po
2014-02-22 19:47:50 +01:00
Kornel Benko
76e1f16f8f
remerge ko.po
2014-02-20 09:48:41 +01:00
Kornel Benko
c9822e8d73
ko.po, typo
...
Spotted by Dal Ho Park <airdalho@gmail.com>
2014-02-20 09:38:42 +01:00
Juergen Spitzmueller
59828e02bc
de.po: update
2014-02-17 19:23:58 +01:00
Kornel Benko
4fc21001ef
* sk.po
2014-02-17 10:29:38 +01:00
Enrico Forestieri
80a7d4d099
Update it.po again
2014-02-16 20:32:14 +01:00
Enrico Forestieri
a213faf20a
Update it.po
2014-02-16 20:27:55 +01:00
Kornel Benko
7781cd404c
sk.po some shortcuts
2014-02-09 11:59:09 +01:00
Pavel Sanda
d7b69d38c6
* cs.po
2014-02-08 00:27:30 -08:00
Juergen Spitzmueller
1ec10ad964
de.gmo: forgot this at last de.po commit
2014-02-06 10:29:12 +01:00
Kornel Benko
b66f2a355f
CMake: Optimize use of target update-gmo
2014-02-04 17:42:26 +01:00
Vincent van Ravesteijn
f63221aba4
CMake: Add target update-gmo
...
This target will update the gmo files if and only if the associated
po-file is modified. To determine whether a file is modified, 'git
status --porcelain' is used.
This follows up on commit 06782542
.
2014-02-03 20:07:12 +01:00
Uwe Stöhr
112d307a89
fr.po: translations by Jean-Pierre for LyX 2.1
2014-01-30 00:37:06 +01:00
Uwe Stöhr
21788be577
de.po: change a misleading translation
2014-01-30 00:35:54 +01:00
Kornel Benko
a2df280b30
* sk.po
2014-01-27 12:54:33 +01:00
Juergen Spitzmueller
ab97c63fd7
remerge strings
2014-01-27 08:13:04 +01:00
Juergen Spitzmueller
121731b8ed
de.po
2014-01-27 08:11:36 +01:00
Kornel Benko
eb2a445fac
update sk translations
2014-01-26 20:05:32 +01:00
Kornel Benko
30b6c83164
Use prototypes in perl scripts
2014-01-24 11:00:07 +01:00
Uwe Stöhr
5ac558f262
ar.po: updates from Hatim
2014-01-13 00:25:07 +01:00
Kornel Benko
0678254241
Cmake build: Add targets to selectively create .gmo files
2014-01-05 10:04:56 +01:00
Kornel Benko
cd88700c1c
* sk.po
2014-01-05 10:01:48 +01:00