]> git.lyx.org Git - lyx.git/log
lyx.git
10 years agoFix assertion when ChkTeX hit math.
Juergen Spitzmueller [Sat, 22 Mar 2014 11:09:18 +0000 (12:09 +0100)]
Fix assertion when ChkTeX hit math.

The problem here was that we used texted-only methods (via paragraph()), which triggered the assertion as soon as we were inside math.

Fixes: #8798
10 years agoInsetListings: Rewrite C-ism in C++ and fix terminator bug.
Juergen Spitzmueller [Sat, 22 Mar 2014 11:02:21 +0000 (12:02 +0100)]
InsetListings: Rewrite C-ism in C++ and fix terminator bug.

The rewriting is completely done by JMarc. The terminator bug fix has been added to that by me.

Fixes: #8985
10 years agoFocus on buffer after section select in Outliner
Scott Kostyshak [Fri, 21 Mar 2014 23:34:46 +0000 (19:34 -0400)]
Focus on buffer after section select in Outliner

10 years agoAvoids const_cast in configure_command by using mutable
Benjamin Piwowarski [Fri, 21 Mar 2014 17:38:09 +0000 (18:38 +0100)]
Avoids const_cast in configure_command by using mutable

10 years agoTypo.
Richard Heck [Fri, 21 Mar 2014 21:15:47 +0000 (17:15 -0400)]
Typo.

10 years agoThis is the result of an audit of all static variables, looking
Richard Heck [Mon, 7 Oct 2013 22:59:05 +0000 (18:59 -0400)]
This is the result of an audit of all static variables, looking
for possible thread conflicts, of the sort Georg resolved at
6a30211f. I have made static variables const where possible,
and marked cases that looked potentially problematic with the
comment:
// FIXME THREAD
Many of these definitely are vulnerable to concurrent access, such
as the static variables declared at the start of output_latex.cpp.
Suppose, e.g., we were outputting latex and also displaying the
source of a different document.

I'd appreciate it if others could grep for "FIXME THREAD" and see
if some of these are harmless, or what.

10 years agoTooltip for completion word length.
Richard Heck [Fri, 21 Mar 2014 03:12:09 +0000 (23:12 -0400)]
Tooltip for completion word length.

10 years agoDraw a small red frame around preview images that are too small.
Richard Heck [Wed, 19 Mar 2014 16:43:21 +0000 (12:43 -0400)]
Draw a small red frame around preview images that are too small.

10 years agoReturn an error if LaTeX is unable to compile the file.
Richard Heck [Wed, 19 Mar 2014 16:42:57 +0000 (12:42 -0400)]
Return an error if LaTeX is unable to compile the file.

10 years agoReally use qstr to convert a string in a QString
Benjamin Piwowarski [Fri, 21 Mar 2014 13:15:07 +0000 (14:15 +0100)]
Really use qstr to convert a string in a QString

10 years agoUse qstr to convert string to a QString
Benjamin Piwowarski [Fri, 21 Mar 2014 10:06:06 +0000 (11:06 +0100)]
Use qstr to convert string to a QString

10 years agoFix section-select when issued from outliner
Juergen Spitzmueller [Fri, 21 Mar 2014 09:21:18 +0000 (10:21 +0100)]
Fix section-select when issued from outliner

Fixes: #8936
10 years agoFix selection drawing after mouse-double/triple in mathed
Juergen Spitzmueller [Fri, 21 Mar 2014 09:20:12 +0000 (10:20 +0100)]
Fix selection drawing after mouse-double/triple in mathed

Fixes: #8829
10 years agoOS X: Title bar can be clicked to access file path
Benjamin Piwowarski [Mon, 17 Mar 2014 16:46:14 +0000 (17:46 +0100)]
OS X: Title bar can be clicked to access file path

10 years agoFix problem with python and change of PATH
Benjamin Piwowarski [Fri, 14 Mar 2014 10:48:40 +0000 (11:48 +0100)]
Fix problem with python and change of PATH

- waits that lyxrc has been read before finding python
- when the PATH changes, resets the value

10 years agoCMake: specific modules for Qt5
Benjamin Piwowarski [Sun, 9 Mar 2014 09:24:41 +0000 (10:24 +0100)]
CMake: specific modules for Qt5

10 years agoWhen LYX_ASPELL is on, fails if not finding the library
Benjamin Piwowarski [Sun, 9 Mar 2014 09:24:07 +0000 (10:24 +0100)]
When LYX_ASPELL is on, fails if not finding the library

Otherwise, this was triggering errors latter in the build process

10 years agoCMake install and bundling improvements (esp. OS X)
Benjamin Piwowarski [Sun, 9 Mar 2014 09:21:51 +0000 (10:21 +0100)]
CMake install and bundling improvements (esp. OS X)

This patch improves the cmake bundling process:
- reworked bundle handling for OS X: only when installing resources are copied, otherwise
only the smallest bundle is built
- on OS X, the utility programs (tex2lyx) are now installed in the right location
- it removes some unneeded BUNDLE DESTINATION
- it provides a basic support for QT plugins inclusion
- it properly builds a disk image on OS X (only the background image is missing)
- it fixes the library paths for all executables (not only LyX)
- Use the COPYING file for cmake install license

10 years agoObjective-C compililation support with cmake and C++11
Benjamin Piwowarski [Sun, 9 Mar 2014 07:29:27 +0000 (08:29 +0100)]
Objective-C compililation support with cmake and C++11

This fixes an issue whe compiling with C++11 flags on: The
objective-C clang compiler produces an error. This patch waits
avoid including specific C++ flags and uses LYX_CPP_SPECIFIC_FLAGS
to store the confliciting flags (for the moment, just C++11).

10 years agoInvert new tests failing outside of default format
Scott Kostyshak [Mon, 21 Apr 2014 06:42:00 +0000 (02:42 -0400)]
Invert new tests failing outside of default format

These started failing after we implemented tests for formats
that are in the complement set to the default format (7ecbb068).
It might be worth it in the future to take a look at each individually
and see whether they are supposed to fail or if there is something LyX
can do to add support for exporting them.

10 years agoFix compilation of Springer template
Scott Kostyshak [Mon, 21 Apr 2014 06:12:10 +0000 (02:12 -0400)]
Fix compilation of Springer template

Replace two images with text placeholders. This is necessary
after a860d18b moved the file back from being an example.

10 years agoFix the ignored path of the JASA files
Scott Kostyshak [Mon, 21 Apr 2014 06:01:03 +0000 (02:01 -0400)]
Fix the ignored path of the JASA files

This follows a860d18b which moved the JASA file back from
being an example to a template.

10 years agoFix compilation of ACM-sigplan
Scott Kostyshak [Mon, 21 Apr 2014 05:55:45 +0000 (01:55 -0400)]
Fix compilation of ACM-sigplan

Compilation was failing with TeX Live 2013 because of
the format of one of the references. This commit just
changes one of the references to a different one.

10 years agoRespect group integrity when removing stuff from the Undo stack.
Jean-Marc Lasgouttes [Mon, 7 Apr 2014 14:46:47 +0000 (16:46 +0200)]
Respect group integrity when removing stuff from the Undo stack.

Fixes: #9079
10 years ago* layouttranslations.review zh_CN checked.
Pavel Sanda [Sat, 19 Apr 2014 17:29:53 +0000 (10:29 -0700)]
* layouttranslations.review zh_CN checked.

https://www.mail-archive.com/lyx-users@lists.lyx.org/msg98644.html

10 years agoFix man page, patch from Prannoy Pilligundla.
Pavel Sanda [Sat, 19 Apr 2014 17:24:49 +0000 (10:24 -0700)]
Fix man page, patch from Prannoy Pilligundla.

10 years agoinstaller: fix a typo
Uwe Stöhr [Sat, 19 Apr 2014 17:24:56 +0000 (19:24 +0200)]
installer: fix a typo

10 years agoWindows installer: add 3 new features/bugfixes
Uwe Stöhr [Sat, 19 Apr 2014 16:58:22 +0000 (18:58 +0200)]
Windows installer: add 3 new features/bugfixes

As discussed with Vincent I added 3 new features:

* LyX can now also be installed over an existing installation of the same LyX version if the users really wants this.
(A message box appears recommending not to do so for test releases and when there are problems with an existing installation of the same release.)
* LyX can now also be installed if the uninstaller executable of a former LyX was accidentally deleted.
(That this case was not handled was more a bug. Thanks Vicent for the pointer.)
* If a user set MiKTeX's automatic package installation to "No" the installer will.
(As discussed with Vincent, if a user has disabled this MiKTeX feature he most probably know the consequences. So respect his decision.)
  respect that and not re-enable it.

I would be happy if anybody can spend a translation of the changed installer message.

10 years agoApple recommends the use of drain instead of calling release for NSAutoreleasePool...
Stephan Witt [Sat, 19 Apr 2014 16:27:14 +0000 (18:27 +0200)]
Apple recommends the use of drain instead of calling release for NSAutoreleasePool objects

10 years ago* sk.po
Kornel Benko [Sat, 19 Apr 2014 09:12:02 +0000 (11:12 +0200)]
* sk.po

10 years agoCmake build: Assign package name dynamically
Kornel Benko [Sat, 19 Apr 2014 09:09:25 +0000 (11:09 +0200)]
Cmake build: Assign package name dynamically

This enables to install different lyx-versions simultaneously via
the package manager.

10 years agoconfigure: Add export format for 2.1.x
Vincent van Ravesteijn [Mon, 14 Apr 2014 20:58:35 +0000 (22:58 +0200)]
configure: Add export format for 2.1.x

10 years agolyx2lyx: Add the 2.2 entry
Vincent van Ravesteijn [Sun, 23 Mar 2014 12:33:05 +0000 (13:33 +0100)]
lyx2lyx: Add the 2.2 entry

10 years agoStart the 2.2 development cycle
Vincent van Ravesteijn [Mon, 24 Mar 2014 13:22:52 +0000 (14:22 +0100)]
Start the 2.2 development cycle

10 years agoThis is LyX 2.1.0. 2.1.0
Vincent van Ravesteijn [Sun, 13 Apr 2014 14:31:16 +0000 (16:31 +0200)]
This is LyX 2.1.0.

10 years agoUpdate po/gmo files
Vincent van Ravesteijn [Sun, 13 Apr 2014 17:22:32 +0000 (19:22 +0200)]
Update po/gmo files

10 years ago* ja.po: Fix Graph strings
Vincent van Ravesteijn [Sun, 13 Apr 2014 17:17:27 +0000 (19:17 +0200)]
* ja.po: Fix Graph strings

10 years ago* doc/ja: Updates from Koji Yokota
Vincent van Ravesteijn [Sun, 13 Apr 2014 16:36:43 +0000 (18:36 +0200)]
* doc/ja: Updates from Koji Yokota

10 years ago* ja.po: Update from Koji Yokota
Vincent van Ravesteijn [Sun, 13 Apr 2014 16:07:27 +0000 (18:07 +0200)]
* ja.po: Update from Koji Yokota

10 years agoINSTALL: Update INSTALL
Vincent van Ravesteijn [Sun, 13 Apr 2014 14:10:57 +0000 (16:10 +0200)]
INSTALL: Update INSTALL

- adjust the supported versions for autotools
- add a note about the adviced Qt version
- remove gettext as a hard requirement and adjust the note

10 years agoRevert "Update INSTALL"
Vincent van Ravesteijn [Sat, 12 Apr 2014 12:01:11 +0000 (14:01 +0200)]
Revert "Update INSTALL"

This reverts commit 30d1cf47c18bf938e6be3e3fd45a3115cff435c1.

10 years ago* cs.po
Pavel Sanda [Sat, 12 Apr 2014 03:56:49 +0000 (20:56 -0700)]
* cs.po

10 years ago* layouttranslations.review - nn reviewed
Pavel Sanda [Sat, 12 Apr 2014 03:23:33 +0000 (20:23 -0700)]
* layouttranslations.review - nn reviewed

10 years ago* pt.po & layouttranslation from Jose.
Pavel Sanda [Sat, 12 Apr 2014 03:20:43 +0000 (20:20 -0700)]
* pt.po & layouttranslation from Jose.

10 years ago* layouttranslations.review - got explicit ack for danish translation.
Pavel Sanda [Fri, 11 Apr 2014 19:49:55 +0000 (12:49 -0700)]
* layouttranslations.review - got explicit ack for danish translation.

10 years agoUpdate lib/layouttranslations
Vincent van Ravesteijn [Fri, 11 Apr 2014 19:33:09 +0000 (21:33 +0200)]
Update lib/layouttranslations

Italian translations were updated

10 years ago* zh_TW.po: Update from Mingyi Wu
Vincent van Ravesteijn [Fri, 11 Apr 2014 19:30:36 +0000 (21:30 +0200)]
* zh_TW.po: Update from Mingyi Wu

10 years ago* EmbeddedObjects.lyx: Increase version number
Vincent van Ravesteijn [Fri, 11 Apr 2014 19:16:36 +0000 (21:16 +0200)]
* EmbeddedObjects.lyx: Increase version number

10 years ago* fr/linguistics.lyx: Update from Jean-Pierre Chretien
Vincent van Ravesteijn [Fri, 11 Apr 2014 19:00:28 +0000 (21:00 +0200)]
* fr/linguistics.lyx: Update from Jean-Pierre Chretien

10 years ago* fr.po: Another shortcut conflict
Vincent van Ravesteijn [Fri, 11 Apr 2014 19:00:02 +0000 (21:00 +0200)]
* fr.po: Another shortcut conflict

10 years ago* fr.po: Update from Jean-Pierre Chretien
Vincent van Ravesteijn [Fri, 11 Apr 2014 18:49:15 +0000 (20:49 +0200)]
* fr.po: Update from Jean-Pierre Chretien

In discussion with Juergen Spitzmuller was decided to just have the same translation as for the List of Tables.

10 years agoFix problem with verbatim reversion.
Richard Heck [Fri, 11 Apr 2014 17:55:18 +0000 (13:55 -0400)]
Fix problem with verbatim reversion.

10 years ago* nn.po: Update from Ingar Pareliussen
Vincent van Ravesteijn [Fri, 11 Apr 2014 18:39:04 +0000 (20:39 +0200)]
* nn.po: Update from Ingar Pareliussen

10 years agoAdd news from 2.0.8.
Richard Heck [Fri, 11 Apr 2014 15:48:00 +0000 (11:48 -0400)]
Add news from 2.0.8.

10 years agosk.po: Rechecked 'mathematical' context
Kornel Benko [Fri, 11 Apr 2014 07:19:30 +0000 (09:19 +0200)]
sk.po: Rechecked 'mathematical' context

10 years agoTypo.
Pavel Sanda [Fri, 11 Apr 2014 02:17:05 +0000 (19:17 -0700)]
Typo.

10 years agofr.po: 3 shortcut conflicts by Jean-Pierre
Uwe Stöhr [Thu, 10 Apr 2014 23:18:50 +0000 (01:18 +0200)]
fr.po: 3 shortcut conflicts by Jean-Pierre

10 years agomanuals: fix 2 typos spotted by Ignacio
Uwe Stöhr [Thu, 10 Apr 2014 23:16:54 +0000 (01:16 +0200)]
manuals: fix 2 typos spotted by Ignacio

10 years agoAdditional.lyx: update version name to "2.1.x"
Uwe Stöhr [Thu, 10 Apr 2014 23:05:57 +0000 (01:05 +0200)]
Additional.lyx: update version name to "2.1.x"

10 years agoSpanish manuals: translations by Ignacio
Uwe Stöhr [Thu, 10 Apr 2014 23:04:58 +0000 (01:04 +0200)]
Spanish manuals: translations by Ignacio

10 years agoFrench Math.lyx: re-introduce 2 formulas that got accidentally lost by the last commit
Uwe Stöhr [Thu, 10 Apr 2014 22:45:41 +0000 (00:45 +0200)]
French Math.lyx: re-introduce 2 formulas that got accidentally lost by the last commit

10 years agoFrench doc files: translations by Jean-Pierre
Uwe Stöhr [Thu, 10 Apr 2014 22:32:27 +0000 (00:32 +0200)]
French doc files: translations by Jean-Pierre

10 years agoUpdate it.po (thanks for the clarification, Georg)
Enrico Forestieri [Thu, 10 Apr 2014 21:46:25 +0000 (23:46 +0200)]
Update it.po (thanks for the clarification, Georg)

10 years agoUpdate INSTALL
Vincent van Ravesteijn [Thu, 10 Apr 2014 20:35:32 +0000 (22:35 +0200)]
Update INSTALL

10 years agoUpdate ANNOUNCE
Vincent van Ravesteijn [Thu, 10 Apr 2014 20:32:36 +0000 (22:32 +0200)]
Update ANNOUNCE

10 years agoFix nn.po such that the statistic update script works
Vincent van Ravesteijn [Thu, 10 Apr 2014 20:26:09 +0000 (22:26 +0200)]
Fix nn.po such that the statistic update script works

10 years agoRelease notes: Remove entry about BibTeX errors
Vincent van Ravesteijn [Thu, 10 Apr 2014 20:22:05 +0000 (22:22 +0200)]
Release notes: Remove entry about BibTeX errors

This feature has been disabled for this release.

10 years ago* nl.po: Improve translation of Graph [[mathematical]]
Vincent van Ravesteijn [Thu, 10 Apr 2014 20:03:05 +0000 (22:03 +0200)]
* nl.po: Improve translation of Graph [[mathematical]]

10 years agoImprove translation of "Graph" for achemso.layout
Georg Baum [Thu, 10 Apr 2014 19:51:05 +0000 (21:51 +0200)]
Improve translation of "Graph" for achemso.layout

As discussed. achemso.layout contains both "Chart" and "Graph", therefore it
does not make sense to use "Graph" in the "Chart" / "Graph" / "Diagram" sense,
but in the mathematical sense like in "graph theory".
Therefore I added the context [[mathematicl]].
All translations are unchanged except the german one, which is now again
"Graph" as in 2.0.0 instead of "Schaubild".

10 years ago* nn.po: Update from Ingar Pareliussen
Vincent van Ravesteijn [Thu, 10 Apr 2014 18:04:33 +0000 (20:04 +0200)]
* nn.po: Update from Ingar Pareliussen

10 years ago* zh_CN.po: Translate "List of Listings"
Vincent van Ravesteijn [Wed, 9 Apr 2014 19:48:12 +0000 (21:48 +0200)]
* zh_CN.po: Translate "List of Listings"

10 years agoCopy NEWS for 2.0.7 from branch.
Richard Heck [Thu, 10 Apr 2014 16:51:59 +0000 (12:51 -0400)]
Copy NEWS for 2.0.7 from branch.

10 years ago* cs.po
Pavel Sanda [Thu, 10 Apr 2014 03:52:48 +0000 (20:52 -0700)]
* cs.po

10 years ago* nl.po : Update from Vincent van Ravesteijn
Vincent van Ravesteijn [Wed, 9 Apr 2014 17:27:39 +0000 (19:27 +0200)]
* nl.po : Update from Vincent van Ravesteijn

10 years agoUpdate layouttranslations
Vincent van Ravesteijn [Wed, 9 Apr 2014 18:30:15 +0000 (20:30 +0200)]
Update layouttranslations

This string was not picked up by the script to generate the layouttranslations file. After deleting the file and re-running the script, this string was picked up.

10 years agoDisable the languages Urdu and Syriac
Vincent van Ravesteijn [Wed, 9 Apr 2014 16:23:50 +0000 (18:23 +0200)]
Disable the languages Urdu and Syriac

At the moment these languages are unusable because the characters on
screen do not appear in their contextual forms.

10 years agoFix the languages entry for Urdu and Syriac
Vincent van Ravesteijn [Wed, 9 Apr 2014 16:21:54 +0000 (18:21 +0200)]
Fix the languages entry for Urdu and Syriac

10 years ago* layouttranslations.review - remove dupes
Pavel Sanda [Wed, 9 Apr 2014 15:57:26 +0000 (08:57 -0700)]
* layouttranslations.review - remove dupes

10 years agolayouttranslations fot pt(_br) checked by Jose.
Pavel Sanda [Wed, 9 Apr 2014 15:31:31 +0000 (08:31 -0700)]
layouttranslations fot pt(_br) checked by Jose.

10 years ago* layouttranslations.review - sk reviewed by Kornel
Pavel Sanda [Wed, 9 Apr 2014 15:11:34 +0000 (08:11 -0700)]
* layouttranslations.review - sk reviewed by Kornel

10 years agoTypo. Sorry.
Juergen Spitzmueller [Wed, 9 Apr 2014 09:29:40 +0000 (11:29 +0200)]
Typo. Sorry.

10 years agoDo not stop on BibTeX errors.
Juergen Spitzmueller [Wed, 9 Apr 2014 09:17:53 +0000 (11:17 +0200)]
Do not stop on BibTeX errors.

BibTeX errors are still reported via the BibTeX Log dialog, but users are not actively pointed to it.
The feature might be re-enabled in 2.2.

10 years ago* cs.po
Pavel Sanda [Wed, 9 Apr 2014 05:51:37 +0000 (22:51 -0700)]
* cs.po

10 years ago* layouttranslations.review - review of all langs.
Pavel Sanda [Wed, 9 Apr 2014 04:33:13 +0000 (21:33 -0700)]
* layouttranslations.review - review of all langs.

This list is hard to get exactly, but tried my best according
to git blame & knowledge of translators.

10 years agoia.po - technical error in translatio
Pavel Sanda [Wed, 9 Apr 2014 04:25:23 +0000 (21:25 -0700)]
ia.po - technical error in translatio

10 years ago* layouttranslations.review - less precise but also less confusing
Pavel Sanda [Wed, 9 Apr 2014 04:06:39 +0000 (21:06 -0700)]
* layouttranslations.review - less precise but also less confusing

10 years ago* layouttranslations.review - da - Note eems to be correct according to 9a3ba796d8f.
Pavel Sanda [Wed, 9 Apr 2014 04:00:21 +0000 (21:00 -0700)]
* layouttranslations.review - da - Note eems to be correct according to 9a3ba796d8f.

10 years ago* layouttranslations.review - ia updated in 5435701af1.
Pavel Sanda [Wed, 9 Apr 2014 03:56:41 +0000 (20:56 -0700)]
* layouttranslations.review - ia updated in 5435701af1.

10 years ago* layouttranslations.review - ja changes in 10d8a929.
Pavel Sanda [Wed, 9 Apr 2014 03:45:58 +0000 (20:45 -0700)]
* layouttranslations.review - ja changes in 10d8a929.

10 years ago* layouttranslations - zh_TW recently checked.
Pavel Sanda [Wed, 9 Apr 2014 03:42:40 +0000 (20:42 -0700)]
* layouttranslations - zh_TW recently checked.

10 years ago* layouttranslations.review - sr done at 9fc888fa65.
Pavel Sanda [Wed, 9 Apr 2014 03:34:03 +0000 (20:34 -0700)]
* layouttranslations.review - sr done at 9fc888fa65.

10 years ago* layouttranslations.review - de seems to be updated at 050c768eef.
Pavel Sanda [Wed, 9 Apr 2014 03:29:21 +0000 (20:29 -0700)]
* layouttranslations.review - de seems to be updated at 050c768eef.

10 years ago* layouttranslations.review - sk done in multiple commits.
Pavel Sanda [Wed, 9 Apr 2014 03:26:24 +0000 (20:26 -0700)]
* layouttranslations.review - sk done in multiple commits.

10 years agoForgotten in 0ad02c437e08.
Pavel Sanda [Wed, 9 Apr 2014 03:22:41 +0000 (20:22 -0700)]
Forgotten in 0ad02c437e08.

10 years agoFrench EmbeddedObjects.lyx: translations for LyX 2.1 by Jean-Pierre
Uwe Stöhr [Tue, 8 Apr 2014 22:55:49 +0000 (00:55 +0200)]
French EmbeddedObjects.lyx: translations for LyX 2.1 by Jean-Pierre

10 years agofr.po: another update by Jean-Pierre
Uwe Stöhr [Tue, 8 Apr 2014 22:54:05 +0000 (00:54 +0200)]
fr.po: another update by Jean-Pierre

10 years ago* fr.po: Update from Jean-Pierre Chretien
Vincent van Ravesteijn [Tue, 8 Apr 2014 18:40:14 +0000 (20:40 +0200)]
* fr.po: Update from Jean-Pierre Chretien

10 years ago* zh_TW.po: Update from Mingyi Wu
Vincent van Ravesteijn [Tue, 8 Apr 2014 18:34:03 +0000 (20:34 +0200)]
* zh_TW.po: Update from Mingyi Wu

10 years ago* sv.po: Update from Jim Rotmalm
Vincent van Ravesteijn [Tue, 8 Apr 2014 18:33:20 +0000 (20:33 +0200)]
* sv.po: Update from Jim Rotmalm

10 years ago* ja.po: Update from Koji Yokota
Vincent van Ravesteijn [Tue, 8 Apr 2014 18:31:39 +0000 (20:31 +0200)]
* ja.po: Update from Koji Yokota