Uwe Stöhr
9bfe2ef1a2
update he.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18568 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-29 20:42:23 +00:00
Uwe Stöhr
6522da9571
Hebrew updates by Ran:
...
- Intro.lyx
- splash.lyx
- he.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18566 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-29 20:20:43 +00:00
Michael Schmitt
e19509df72
* *.po: remerge (TOC has become Outline)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18555 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-29 08:11:56 +00:00
Michael Schmitt
e0dbe25368
* de.po: updates (more to come)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18553 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-29 07:30:58 +00:00
Michael Schmitt
f1511e5f82
* po/*.po: remerge
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18546 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-28 17:08:00 +00:00
Lars Gullik Bjønnes
19740939fc
Update nb.po. Remove obsolete entries and either clear or fix fuzzy entries.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18535 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-27 20:09:45 +00:00
Michael Schmitt
54e26803c4
* po/*.po: remerge
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18519 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-26 13:28:23 +00:00
Michael Schmitt
d396035606
* po/*.po: remerge
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18493 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-24 16:56:21 +00:00
José Matox
bea2e90c93
Updated translations for Norwegian.
...
Particularly new stuff:
* new menu entries
* TOC dialog
* listings dialog
* Lots of tooltips that was invisible last time
* Random changed texts all over the place
Helge Hafting
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18487 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-24 16:02:42 +00:00
Bo Peng
4ec7b36ab7
Fix lyx_pot.py (handling of lib/language went terribly wrong)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18410 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-18 18:39:31 +00:00
José Matox
3427302d69
Update translations for 1.5.0 (beta 3) release (really).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18391 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-17 23:18:00 +00:00
José Matox
a844e85a3a
Update translations for 1.5.0 (beta 3) release.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18390 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-17 23:07:03 +00:00
José Matox
59065c3dd5
Update po files due to the release preparation (last for 1.5.0 beta 3)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18359 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 23:32:46 +00:00
José Matox
3f0ef8856c
Update po files due to the release preparation
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18353 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 17:31:12 +00:00
Bo Peng
3121dd4269
update po files for lib/language and InsetListings changes
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18292 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-13 19:43:39 +00:00
Bo Peng
d544eef7c3
po/lyx_po.py: fix handling of certain langauges lines
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18291 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-13 19:38:12 +00:00
Bo Peng
4ce743a0a7
Add support for listings package. Two listings command \lstinline, \lstinputlisting and an environment \lstlisting are supported, along with preamble \lstset. \lstinputlisting is implemented through Include dialog, and the other two are implemented with a new inset listings, along with its dialog.
...
* src/LyXAction.cpp: listing-insert action
* src/insets/Inset.h,cpp: LISTINGS_CODE
* src/insets/InsetInclude.cpp: handle \lstinputlisting
* src/insets/InsetListings.h,cpp: new listings inset
* src/insets/InsetListingsParams.h,cpp: parameters from listings package
* src/insets/InsetCommandParams.h,cpp: handle lstinputlisting option
* src/Bidi.cpp: handle LISTINGS_CODE
* src/frontends/qt4/ui/TextLayoutUi.ui: update UI
* src/frontends/qt4/ui/ListingsUi.ui: new dialog
* src/frontends/qt4/ui/IncludeUi.ui: update UI
* src/frontends/qt4/QInclude.h,cpp: add lstinputlisting
* src/frontends/qt4/QDocument.h,cpp: add textedit for preamble listings_params
* src/frontends/qt4/QListings.h,cpp: new listings inset
* src/frontends/qt4/Dialogs.cpp: new listings dialog
* src/frontends/controllers/ControlInclude.h,cpp: add lstinputlisting
* src/frontends/controllers/ControlListings.h,cpp: new listings inset
* src/LyXFunc.cpp: handle LISTING_CODE
* src/Paragraph.cpp: handle LISTING_CODE
* src/factory.cpp: new listings inset
* src/CutAndPaste.cpp: handle LISTINGS_CODE
* src/LaTeXFeatures.cpp: require listings
* src/Text3.cpp: Handle LISTINGS_CODE
* src/lfuns.h: add LFUN_LISTING_INSERT
* src/Buffer.cpp: change lyx file format to 269
* src/BufferParams.h,cpp: add listings_params to preamble
* lib/lyx2lyx/LyX.py: lyx2lyx
* lib/lyx2lyx/lyx_1_5.py: lyx2lyx
* lib/ui/stdmenus.inc: new menu item (no shortcut!)
* src/insets/Makefile.am: update autotools
* src/frontends/controllers/Makefile.am
* src/frontends/qt4/Makefile.dialogs
* src/frontends/qt4/Makefile.am
* po/POTFILES.in: a few more translatable files.
* development/scons/scons_manifest.py: scons build system
* development/FORMAT: document format changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18243 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-09 19:11:42 +00:00
Michael Schmitt
66e8215289
* po/*.po: fix one more message
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18151 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-01 10:34:17 +00:00
Michael Schmitt
a856168598
* po/de.po: update German translations
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18150 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-01 10:32:26 +00:00
Michael Schmitt
84b9666d13
* po/*.po: fix two messages
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18148 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-01 10:11:03 +00:00
Michael Schmitt
f0a893bf64
* po/*.po:
...
* po/POTFILES.in: another giant po files update;
hopefully, the messages, the source files, and the order, in which
the source files are processed, will stay stable for a few days...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18145 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-01 09:28:19 +00:00
Michael Schmitt
6c1388bb48
* development/scons/SConstruct:
...
* po/Makevar: handle messages that are to be translated into
the buffer's language
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18124 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-30 17:00:45 +00:00
Bo Peng
5eea42b9eb
Scons: fix a bug in scons_utils.py that leads to duplicate entries in POTFILES.in
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18123 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-30 16:50:24 +00:00
Michael Schmitt
30d8623924
* po/*.po:
...
* po/POTFILES.in: remerge po files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18116 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-30 12:12:56 +00:00
Michael Schmitt
03951b16e6
* po/LINGUAS: add ja.po
...
* po/ja.po: Japanese translation by Koji Yokota
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18113 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-30 11:39:30 +00:00
Jean-Marc Lasgouttes
51f00aeebf
Hebrew update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18090 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-29 15:15:48 +00:00
Bo Peng
e36fba33ab
Last (?) batch of renames:
...
src/frontends/Alert.h src/frontends/alert.h
src/frontends/Alert.cpp src/frontends/alert.cpp
src/frontends/Alert_pimpl.cpp src/frontends/alert_pimpl.cpp
src/frontends/qt4/Alert_pimpl.cpp src/frontends/qt4/alert_pimpl.cpp
src/frontends/controllers/ButtonPolicies.cpp src/frontends/controllers/ButtonPolicy.cpp
src/frontends/controllers/ButtonPolicies.h src/frontends/controllers/ButtonPolicy.h
src/insets/InsetEnv.cpp src/insets/InsetEnvironment.cpp
src/insets/InsetEnv.h src/insets/InsetEnvironment.h
src/mathed/MathMacroTable.h src/mathed/MacroTable.h
src/mathed/MathMacroTable.cpp src/mathed/MacroTable.cpp
src/lyx_cb.h src/callback.h
src/lyx_cb.cpp src/callback.cpp
src/UpdateFlags.h src/update_flags.h
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18076 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-28 20:44:46 +00:00
Bo Peng
a6e1dc19a3
Scons: update_po target now updates po/POTFILES.in
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18075 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-28 20:33:15 +00:00
Bo Peng
153c9b0461
Rename version.C.in to version.cpp.in, and Package.C.in to package.cpp.in
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18074 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-28 15:05:08 +00:00
Jean-Marc Lasgouttes
8705243e1d
update POTFILES.in again
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18062 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-27 15:39:56 +00:00
Jean-Marc Lasgouttes
a918cc2543
fix generation of POTFILES.in
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18055 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-27 08:01:46 +00:00
José Matox
f49ae7fcee
Update POTFILES.in after all the file rename is over (?) ;-)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18051 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-26 21:34:00 +00:00
Bo Peng
a4e546d7ec
Update po files, the last (?) step of this file renaming spree
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18027 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-26 05:26:08 +00:00
Bo Peng
138b23fac8
Rename files in src/support, step one.
...
src/support/package.h src/support/Package.h Package
src/support/package.C.in src/support/Package.C.in Package
src/support/path.h src/support/Path.h Path
src/support/fs_extras.h src/support/fs_extras.h NOCLASSES
src/support/RandomAccessList.h src/support/RandomAccessList.h RandomAccessList
src/support/lyxmanip.h src/support/lyxmanip.h NOCLASSES
src/support/rename.C src/support/rename.cpp NOCLASSES
src/support/abort.C src/support/abort.cpp NOCLASSES
src/support/lyxlib.h src/support/lyxlib.h NOCLASSES
src/support/ExceptionMessage.h src/support/ExceptionMessage.h ExceptionMessage
src/support/copy.C src/support/copy.cpp NOCLASSES
src/support/limited_stack.h src/support/limited_stack.h limited_stack
src/support/filefilterlist.C src/support/FileFilterList.cpp ['FileFilterList', 'Filter']
src/support/cow_ptr.h src/support/cow_ptr.h cow_ptr
src/support/os_unix.C src/support/os_unix.cpp NOCLASSES
src/support/socktools.h src/support/socktools.h NOCLASSES
src/support/forkedcontr.h src/support/ForkedcallsController.h ForkedcallsController
src/support/os.h src/support/os.h NOCLASSES
src/support/FileMonitor.h src/support/FileMonitor.h FileMonitor
src/support/copied_ptr.h src/support/copied_ptr.h copied_ptr
src/support/translator.h src/support/Translator.h Translator
src/support/filetools.C src/support/filetools.cpp NOCLASSES
src/support/unlink.C src/support/unlink.cpp NOCLASSES
src/support/os_win32.C src/support/os_win32.cpp GetFolderPath
src/support/lstrings.C src/support/lstrings.cpp NOCLASSES
src/support/qstring_helpers.C src/support/qstring_helpers.cpp NOCLASSES
src/support/getcwd.C src/support/getcwd.cpp NOCLASSES
src/support/systemcall.C src/support/Systemcall.cpp Systemcall
src/support/lyxalgo.h src/support/lyxalgo.h NOCLASSES
src/support/filefilterlist.h src/support/FileFilterList.h ['FileFilterList', 'Filter']
src/support/unicode.C src/support/unicode.cpp IconvProcessor
src/support/userinfo.C src/support/userinfo.cpp NOCLASSES
src/support/lyxtime.C src/support/lyxtime.cpp NOCLASSES
src/support/kill.C src/support/kill.cpp NOCLASSES
src/support/docstring.C src/support/docstring.cpp to_local8bit_failure
src/support/os_cygwin.C src/support/os_cygwin.cpp NOCLASSES
src/support/lyxsum.C src/support/lyxsum.cpp NOCLASSES
src/support/environment.C src/support/environment.cpp NOCLASSES
src/support/filetools.h src/support/filetools.h NOCLASSES
src/support/textutils.C src/support/textutils.cpp NOCLASSES
src/support/mkdir.C src/support/mkdir.cpp NOCLASSES
src/support/forkedcall.C src/support/Forkedcall.cpp ['ForkedProcess', 'Forkedcall']
src/support/tempname.C src/support/tempname.cpp NOCLASSES
src/support/os_win32.h src/support/os_win32.h GetFolderPath
src/support/types.h src/support/types.h NOCLASSES
src/support/lstrings.h src/support/lstrings.h NOCLASSES
src/support/forkedcallqueue.C src/support/ForkedCallQueue.cpp ForkedCallQueue
src/support/qstring_helpers.h src/support/qstring_helpers.h NOCLASSES
src/support/convert.C src/support/convert.cpp NOCLASSES
src/support/filename.C src/support/FileName.cpp ['FileName', 'DocFileName']
src/support/tests/convert.C src/support/tests/convert.cpp NOCLASSES
src/support/tests/filetools.C src/support/tests/filetools.cpp NOCLASSES
src/support/tests/lstrings.C src/support/tests/lstrings.cpp NOCLASSES
src/support/tests/boost.C src/support/tests/boost.cpp NOCLASSES
src/support/docstream.C src/support/docstream.cpp ['iconv_codecvt_facet_exception', 'idocfstream', 'odocfstream']
src/support/std_istream.h src/support/std_istream.h NOCLASSES
src/support/systemcall.h src/support/Systemcall.h Systemcall
src/support/chdir.C src/support/chdir.cpp NOCLASSES
src/support/std_ostream.h src/support/std_ostream.h NOCLASSES
src/support/unicode.h src/support/unicode.h IconvProcessor
src/support/path.C src/support/Path.cpp Path
src/support/fs_extras.C src/support/fs_extras.cpp NOCLASSES
src/support/userinfo.h src/support/userinfo.h NOCLASSES
src/support/lyxtime.h src/support/lyxtime.h NOCLASSES
src/support/docstring.h src/support/docstring.h to_local8bit_failure
src/support/debugstream.h src/support/debugstream.h basic_debugstream
src/support/environment.h src/support/environment.h NOCLASSES
src/support/textutils.h src/support/textutils.h NOCLASSES
src/support/forkedcall.h src/support/Forkedcall.h ['ForkedProcess', 'Forkedcall']
src/support/socktools.C src/support/socktools.cpp NOCLASSES
src/support/forkedcallqueue.h src/support/ForkedCallQueue.h ForkedCallQueue
src/support/forkedcontr.C src/support/ForkedcallsController.cpp ForkedcallsController
src/support/os.C src/support/os.cpp NOCLASSES
src/support/convert.h src/support/convert.h NOCLASSES
src/support/filename.h src/support/FileName.h ['FileName', 'DocFileName']
src/support/docstream.h src/support/docstream.h ['iconv_codecvt_facet_exception', 'idocfstream', 'odocfstream']
src/support/FileMonitor.C src/support/FileMonitor.cpp FileMonitor
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18024 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-26 05:12:52 +00:00
Bo Peng
00e305c9d9
Rename .C ==> .cpp for files in src, part one
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18018 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-26 04:41:58 +00:00
Bo Peng
31334d3934
Rename .C ==> .cpp for files in src/frontends, part one
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18016 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-26 04:02:55 +00:00
Bo Peng
6fdb8bf85a
Rename .C ==> .cpp for files in src/frontends/qt4, part one
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18014 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-26 03:53:02 +00:00
Michael Schmitt
338a37bdcf
* po/*.po: remerge after file renaming; add missing labels from the math panel toolbar
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18006 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-25 21:12:07 +00:00
Michael Schmitt
ad31649656
* po/de.po: fix typo
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18005 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-25 21:02:04 +00:00
Bo Peng
98ebb77841
Rename .C => .cpp for files in src/frontends/controllers, step 1
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17999 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-25 18:04:04 +00:00
Bo Peng
65d89a8af3
merge src/frontends/controllers/biblio, character, frnt_lang, helper_funcs and tex_helpers to frontend_helpers, step 1
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17996 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-25 17:15:56 +00:00
Bo Peng
f0e850df67
fix po/POTFILES.in
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17995 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-25 16:55:01 +00:00
Bo Peng
6e3a75969b
Fix a few rename inconsistencies discovered by JMarc in insets and mathed, step 1
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17991 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-25 16:11:45 +00:00
Bo Peng
fcfcc3ff6e
Rename files in src/mathed and src/graphics from .C to .cpp, step 1
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17968 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-25 03:01:35 +00:00
Bo Peng
b6a2a76700
Rename insets/insetxxx to insets/InsetXxx, part 1
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17964 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-25 01:24:38 +00:00
Michael Schmitt
77a78a300f
* po/de.po: the remaining donkey work
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17929 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-23 19:56:47 +00:00
Michael Schmitt
0429e1f8a0
po/de.po: more donkey work
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17927 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-23 19:14:42 +00:00
Bo Peng
ee9782c624
po/lyx_pot.py: handles PopupMenu in lib/ui/* ("Math Spacing" etc are translated now)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17912 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-22 21:27:28 +00:00
Michael Schmitt
1d992d1661
* po/de.po: more donkey work
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17910 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-22 16:51:41 +00:00
Michael Schmitt
4b24ab6437
* po/de.po: more updates
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17909 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-22 11:22:09 +00:00
Michael Schmitt
b10bc095ea
* po/*.po: remerge again
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17906 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-22 09:32:54 +00:00
Michael Schmitt
516b4d9887
* po/lyx_pot.py: do not replace \\ by \\\\
...
this fixes the math panel toolbar problems
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17905 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-22 09:26:14 +00:00
Michael Schmitt
a0b235fff6
* po/*.po: remerge again
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17904 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-22 09:14:45 +00:00
Michael Schmitt
4eb04fdbc1
* po/de.po: some updates
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17893 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-21 15:48:36 +00:00
Michael Schmitt
6db9fbef1e
* po/*.po: remerge again (3 new messages)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17891 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-21 14:48:59 +00:00
Michael Schmitt
0544a0e390
* po/gl.po: set eol-style to native
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17890 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-21 14:44:52 +00:00
José Matox
4cf8763eaf
New po remerge for beta 2 release (now for real).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17881 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-21 10:05:12 +00:00
José Matox
353006d5ea
Update translation for Czech from Pavel Sanda and update POTFILES.in due to changes in math toolbar
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17877 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-21 07:25:05 +00:00
José Matox
46c0346274
Prepare for beta 2.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17866 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-19 19:04:14 +00:00
Michael Schmitt
3f380081e0
* src/frontends/qt4/ui/QPrefConvertersUi.ui: add missing ':' in label
...
* po/de.po: adjust
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17853 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-18 19:36:12 +00:00
Michael Schmitt
1fc3fd1da7
po/de.po: update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17852 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-18 19:24:14 +00:00
Michael Schmitt
0edbcbd60b
* po/de.po: some updates (more to come)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17830 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-16 20:28:03 +00:00
Michael Schmitt
b11c44d19c
* po/*.po: remerge after Uwe's g-brief2.layout fixes
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17821 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-15 16:11:15 +00:00
Michael Schmitt
d738448c2d
po/lyx_pot.py: relativePath(): replace all \ by / such that we get the
...
same comments on Windows and *nix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17820 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-15 16:05:23 +00:00
Michael Schmitt
3ea9bd8058
* po/de.po: better menu shortcut
...
* lib/bind/aqua.bind: whitespace changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17808 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-14 11:54:08 +00:00
Michael Schmitt
cc5486114a
po/*.po: remerg po/*.po: remergee
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17801 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-14 09:18:34 +00:00
Michael Schmitt
909d293785
po/de.po: translate "Exercise" consistently
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17693 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-01 21:41:52 +00:00
Michael Schmitt
2f73c3dc8e
po/de.po: consistent translation of "Fact"; translate "Offprints"
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17692 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-01 21:35:18 +00:00
Michael Schmitt
58f966d534
* po/de.po: update (especially for the revised citation dialog)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17691 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-01 21:15:12 +00:00
Michael Schmitt
431068c785
* po/*.po: remerge
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17662 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-31 14:22:56 +00:00
Michael Schmitt
46adcb162d
marginal changes (more to come)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17598 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-27 18:10:18 +00:00
Jean-Marc Lasgouttes
dc4e5c228f
update gl.po; remerge to use the new lyx_pot.py code
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17570 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-26 13:59:28 +00:00
Bo Peng
c79381b9aa
Tidy up po/lyx_pot.py, I did not 'svn add' the latest version of the script
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17527 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-23 15:21:45 +00:00
Bo Peng
459bdcdecb
po/Makefile.in.in, use $(srcdir) instead of $(top_srcdir)/po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17524 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-23 14:56:48 +00:00
Bo Peng
fd3e6607a4
po/Makefile.in.in: call lyx_pot.py with correct -b option
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17523 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-23 14:49:48 +00:00
Jean-Marc Lasgouttes
ded8e8a8e9
Make it possible to call lyx_pot.py when builddir != srcdir.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17520 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-23 14:22:08 +00:00
Bo Peng
1ed357093d
po/Makefile.in.in, replace awk scripts with the Python version
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17512 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-22 20:12:54 +00:00
Bo Peng
5e94f81cbf
Scons: update_po target, move processing functions to po/lyx_pot.py
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17509 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-22 15:39:44 +00:00
Michael Schmitt
e8c2962ecc
* de.po: tiny update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17493 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-20 19:43:55 +00:00
Michael Schmitt
1be5a8a30f
* po/*.po: remerge
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17491 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-20 18:52:50 +00:00
Jean-Marc Lasgouttes
2364d03061
hungarian update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17482 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-19 10:53:37 +00:00
Michael Schmitt
fc0d04feab
po/de.po: adjust to new TOC dialog
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17427 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-12 22:59:58 +00:00
Michael Schmitt
aaa2c7f98f
po/*.po: remerge
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17426 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-12 22:38:14 +00:00
Jean-Marc Lasgouttes
03c902a70d
* Makefile.in.in (i18n.php): make the target depend on postats.sh
...
* postats.sh: make e-mail addresses less readable
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17385 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-28 22:36:01 +00:00
Lars Gullik Bjønnes
607e91b347
Fix some entries. Either fix or clear fuzzy entries.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17375 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-26 22:44:04 +00:00
Michael Schmitt
49b2b166b7
po/de.po: small update (10 messages)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17372 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-26 18:55:31 +00:00
Michael Schmitt
c9be414c24
* po/*.po: remerge (two new messages)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17369 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-26 18:22:10 +00:00
Georg Baum
8765ab59cd
Almost fix 'make check'. The only remaining problem is an undefined
...
reference to lyx::utf8ToUcs4.
I did not fix this since it is an interface violation that should be fixed
otherwise.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17358 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-26 09:31:01 +00:00
Jean-Marc Lasgouttes
447c382829
update Hebrew translation
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17340 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-25 11:33:29 +00:00
Michael Schmitt
77afb934da
* po/*.po: remerge
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17324 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-24 17:13:47 +00:00
Jean-Marc Lasgouttes
5e7998865f
update Czech and Romanian l10n
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17300 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-22 10:48:26 +00:00
Georg Baum
9a9ce4ed71
fix typo reported by Tom Schlangen
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17279 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-20 19:00:05 +00:00
José Matox
64d9ce1bdf
merge po files for beta1
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17263 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-19 22:21:46 +00:00
Uwe Stöhr
7e1920c5dc
de.po update for LyX 1.5:
...
- corrections to beamer layout translation
- change encoding of de.po to utf-8
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17133 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-10 14:42:37 +00:00
Michael Schmitt
5af3ed365c
* po/de.po: tiny update (for the perfectionists)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17020 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-01 21:10:15 +00:00
Michael Schmitt
5b6549cf9a
* po/de.po: yet another update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16987 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-31 19:54:31 +00:00
Michael Schmitt
2a2df4397d
* po/*.po: another 5 new messages (remerge)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16986 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-31 19:08:10 +00:00
Jean-Marc Lasgouttes
08af0e3b11
Nowegian update from Helge
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16966 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-31 11:05:46 +00:00
Michael Schmitt
af67e6280c
* po/de.po: tiny update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16957 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-30 22:46:11 +00:00
Michael Schmitt
7555264fe5
* po/*.po: remerge
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16956 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-30 22:35:58 +00:00
Michael Schmitt
f1168b16fc
* po/de.po: update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16906 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-28 14:29:03 +00:00
Michael Schmitt
cee67e1893
* po/*.po: remerge again
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16905 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-28 14:22:28 +00:00
Michael Schmitt
18138f0d73
* po/.po: remerge
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16890 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-27 18:42:40 +00:00
Jean-Marc Lasgouttes
527c3a69a4
Hungarian update from Alex
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16871 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-26 15:27:32 +00:00
Michael Schmitt
7208919883
* lib/ui/stdttoolbars.inc: for the perfectionists: use a shorter
...
toolbar title ("View/Update") for consistency with the other
toolbars (e.g., we say "Table" rather than "Edit Table")
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16795 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-21 11:48:21 +00:00
Michael Schmitt
52d48f4901
* po/de.po: update German messages
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16794 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-21 11:33:35 +00:00
Michael Schmitt
332224e01d
* po/*.po: remerge (again :-( )
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16793 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-21 11:08:54 +00:00
Michael Schmitt
2448f34340
* po/*.po: remerge
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16786 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-20 17:37:49 +00:00
Michael Schmitt
75f6ab9e00
* po/*.po: remerge
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16757 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-18 23:04:01 +00:00
Michael Schmitt
2d33ec0f5d
po/de.po: tiny update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16644 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-10 21:54:04 +00:00
Michael Schmitt
b6212e5402
* po/*.po: remerge
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16643 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-10 21:28:29 +00:00
Michael Schmitt
c3b20e5a4b
* po/de.po: tiny update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16557 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-06 19:03:38 +00:00
Michael Schmitt
bb80b39c3c
* po/*.po: remerge
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16555 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-06 16:52:27 +00:00
Michael Schmitt
8f811a9654
* po/Makefile.in.in: consider new *.inc files (former *.ui files)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16554 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-06 16:49:58 +00:00
Michael Schmitt
ae8872c23c
* po/*.po: remerge (only one new message)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16482 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-03 18:23:25 +00:00
Michael Schmitt
79957d0f70
change LYX_USER_DIR_1[234]x to LYX_USER_DIR_15x
...
change LYX_DIR_1[234]x to LYX_DIR_15x
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16481 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-03 18:02:26 +00:00
Michael Schmitt
22ee485a26
* po/de.po: minor update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16369 a592a061-630c-0410-9148-cb99ea01b6c8
2006-12-21 18:57:04 +00:00
Michael Schmitt
71f3f80a70
* po/*.po: remerge
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16368 a592a061-630c-0410-9148-cb99ea01b6c8
2006-12-21 18:36:48 +00:00
Michael Schmitt
9c6bec5e90
* po/*.po: resolve shortcut clashes
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16301 a592a061-630c-0410-9148-cb99ea01b6c8
2006-12-16 14:25:22 +00:00
Michael Schmitt
269d7cddf5
* po/de.po: update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16300 a592a061-630c-0410-9148-cb99ea01b6c8
2006-12-16 14:03:08 +00:00
Michael Schmitt
7cdb952a5e
* po/*.po: remerge
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16299 a592a061-630c-0410-9148-cb99ea01b6c8
2006-12-16 12:27:46 +00:00
Jean-Marc Lasgouttes
458133a7c1
update from alex
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16288 a592a061-630c-0410-9148-cb99ea01b6c8
2006-12-15 17:10:34 +00:00
Jean-Marc Lasgouttes
23366b930e
Hungarian update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16237 a592a061-630c-0410-9148-cb99ea01b6c8
2006-12-10 21:09:39 +00:00
Michael Schmitt
205cf77715
po/de.po:
...
src/frontends/qt4/QDelimiterDialog.C: cosmetics: change text "Variable size" to just "Variable", because "size" is already given by the label
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16227 a592a061-630c-0410-9148-cb99ea01b6c8
2006-12-10 10:07:31 +00:00
Michael Schmitt
f98de1605f
* po/de.po: update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16222 a592a061-630c-0410-9148-cb99ea01b6c8
2006-12-09 16:34:08 +00:00
Michael Schmitt
b17712c3cb
po/*.po: remerge
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16216 a592a061-630c-0410-9148-cb99ea01b6c8
2006-12-09 14:49:21 +00:00
Michael Schmitt
48fb157414
* po/*.po: remerge
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16152 a592a061-630c-0410-9148-cb99ea01b6c8
2006-12-03 01:33:32 +00:00
Michael Schmitt
133fad0ba4
* po/de.po: a few more translations
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16151 a592a061-630c-0410-9148-cb99ea01b6c8
2006-12-03 01:29:01 +00:00
Michael Schmitt
a6124324e4
* po/de.po: more updates
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16146 a592a061-630c-0410-9148-cb99ea01b6c8
2006-12-03 00:09:31 +00:00
Michael Schmitt
2fe1b57f7c
* po/de.po: update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16144 a592a061-630c-0410-9148-cb99ea01b6c8
2006-12-02 22:09:52 +00:00
Michael Schmitt
b2e5732971
* po/de.po: remerge (no new messages)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16131 a592a061-630c-0410-9148-cb99ea01b6c8
2006-12-02 15:42:10 +00:00
Jean-Marc Lasgouttes
6e7c76fe4f
update from Marius Ionescu
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16098 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-29 08:30:24 +00:00
Michael Schmitt
7ac9c50824
* po/de.po: tiny update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16067 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-26 16:27:39 +00:00
Michael Schmitt
7b6b5a92eb
* po/de.po: update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16062 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-26 13:55:19 +00:00
Michael Schmitt
77a345a95e
* po/tr.po: update by Gürer Özen
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16061 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-26 13:40:41 +00:00
Michael Schmitt
34a0fbe897
* po/cs.po:
...
* po/pl.po:
* po/he.po: something went wrong during the last remerge
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16043 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-25 17:29:45 +00:00
Michael Schmitt
6674e1624f
* po/*.po: remerge files
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16042 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-25 17:18:01 +00:00
Michael Schmitt
b9e17744f5
* po/POTFILES.in: update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16041 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-25 17:13:49 +00:00
Enrico Forestieri
95f9c18fac
Fix compatibility to autoconf 2.60
...
* configure.ac:
Fix up expansion of ${prefix} in ${pkgdatadir}.
* autogen.sh:
Allow using autoconf 2.60 and 2.60a.
* intl/Makefile.in:
* po/Makefile.in.in:
Add datarootdir definition.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16021 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-24 01:14:26 +00:00
Michael Schmitt
cac3941537
* po/*.po: remerge after fix for toolbar names
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15984 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-19 13:40:39 +00:00
Michael Schmitt
7dc674a7aa
* po/Makefile.in.in: fix parsing of toolbar names
...
* po/POTFILES.in: update file list
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15982 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-19 13:33:18 +00:00
Michael Schmitt
64c54d9678
* po/cs.po: update by Pavel Sanda
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15979 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-19 12:36:45 +00:00
Michael Schmitt
f5979da1d2
* po/*.po: remerge (also consider outdated po files)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15945 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-15 23:55:08 +00:00
Michael Schmitt
b038201481
* LINGUAS: do not ignore some po files for the time being
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15944 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-15 23:41:24 +00:00
Michael Schmitt
d2cea745f9
* po/*.po: remerge (again)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15924 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-14 17:13:55 +00:00
Michael Schmitt
7d82ee4c9d
* po/hu.po: update by Alex
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15923 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-14 16:56:47 +00:00
Michael Schmitt
1053283ad4
* po/nn.po: update by Ingar
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15922 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-14 16:53:38 +00:00
Michael Schmitt
dd0983e31c
* po/*.po: remerge again
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15881 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-12 12:01:50 +00:00
Michael Schmitt
29057429dc
* po/de.po: more updates
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15880 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-12 11:57:28 +00:00
Michael Schmitt
eca902c2bd
* po/de.po: update (almost no console messages any more)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15874 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-12 10:14:35 +00:00
Michael Schmitt
000b5eda22
* po/*.po: remerge (4 new messages)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15857 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-11 14:56:49 +00:00
Michael Schmitt
6bcfc372e7
* po/de.po: update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15850 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-11 00:09:12 +00:00
Jean-Marc Lasgouttes
3ef684e752
update Basque and Romanian l10n
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15828 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-09 15:28:14 +00:00
Michael Schmitt
02b05759ac
* es.po: update by Eulogio Serradilla
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15807 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-08 16:13:33 +00:00
Michael Schmitt
7d47ea6fdb
* po/hu.po: update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15799 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-07 22:40:41 +00:00
Michael Schmitt
d29f57d7cc
* po/*.po: remerge
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15798 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-07 22:37:30 +00:00
Georg Baum
8cc9180ba8
Resolve link problems of tex2lyx and client by removing the extra gettext.h
...
headers and converting the gettext stuff in tex2lyx and client to use
docstring.
The interface must be defined by src/gettext.h anyway, so better use that.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15740 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-04 18:12:57 +00:00
Michael Schmitt
717b9e80d5
* po/cs.po: update by Pavel Sanda
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15721 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-03 23:04:08 +00:00
Michael Schmitt
c03d25bed1
po/*.po: remerge
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15718 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-03 20:24:43 +00:00
Michael Schmitt
4a0b04d4c2
* Makefile.in.in: look for Toolbar entries, not for Toolbars
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15717 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-03 20:20:38 +00:00
Lars Gullik Bjønnes
d74fe9fef0
Tiny update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15710 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-03 14:48:49 +00:00
Lars Gullik Bjønnes
6b22addac6
Small update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15690 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-02 12:09:54 +00:00
Michael Schmitt
f7161e309e
* po/de.po: fix the most annoying messages
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15679 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-01 21:13:25 +00:00
Michael Schmitt
bc2fb0d99d
* po/.po: remerge again (last time for today)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15672 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-01 15:34:51 +00:00
Michael Schmitt
88f55657d9
* po/ru.po:
...
* po/sk.po:
* po/sl.po:
* po/tr.po: remerge with better 1.4 translations
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15671 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-01 15:27:09 +00:00
Michael Schmitt
84db512089
* po/nl.po:
...
* po/nn.po:
* po/pl.po:
* po/ro.po: remerge with better 1.4 translations
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15670 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-01 15:22:10 +00:00
Michael Schmitt
2840fcf38c
* po/fi.po:
...
* po/fr.po:
* po/hu.po:
* po/it.po: remerge with the better 1.4 translations
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15664 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-01 14:36:07 +00:00
Michael Schmitt
c1106b1d06
* po/da.po:
...
* po/de.po:
* po/es.po:
* po/eu.po: remerge with 1.4.X translations (which covered more messages)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15662 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-01 14:28:40 +00:00
Michael Schmitt
efcafae120
* po/*.po: remerge files
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15660 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-01 13:05:37 +00:00
Jean-Marc Lasgouttes
cedf8e2ed0
add galician to known languages
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15528 a592a061-630c-0410-9148-cb99ea01b6c8
2006-10-24 13:52:11 +00:00
Jean-Marc Lasgouttes
e415a823aa
new Galician l10n
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15527 a592a061-630c-0410-9148-cb99ea01b6c8
2006-10-24 13:49:50 +00:00
Lars Gullik Bjønnes
8f261b1529
The Gtk removal from trunk.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15488 a592a061-630c-0410-9148-cb99ea01b6c8
2006-10-22 18:05:16 +00:00
André Pönitz
a63cddf51c
remove qt3 frontend
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15432 a592a061-630c-0410-9148-cb99ea01b6c8
2006-10-21 08:35:47 +00:00
Georg Baum
b02242bfaf
Rework InsetCommandParams interface and file storage
...
* src/insets/insetcommandparams.[Ch]:
(operator[]): New, access a parameter
(clear): New, clear all parameters
(info_): New, stire info about this command
(cmdname): Rename to name_
(contents, options, sec_options): Replace with params_. Parameters
are now stored as docstring.
(findInfo): New factor for command info for all commands
(read, write): Use new syntax
(parameter set and get methods): reimplemenmt for new parameter storage
* src/insets/insetcommand.h
(getParam): New, get a parameter
(setParam): New, set a parameter
(parameter set and get methods): Adjust to InsetCommandParams changes
* src/insets/insetbibitem.[Ch]
(write): Remove, not needed anymore
(directWrite): ditto
* src/insets/insetbibitem.C
(InsetBibitem::read): Use InsetCommand::read
* src/insets/insetref.C
(InsetRef::latex): Use new InsetCommandParams interface
* src/mathed/InsetMathHull.C
(InsetMathHull::doDispatch): ditto
* src/text3.C
(LyXText::dispatch): ditto
* src/factory.C
(createInset): Create InsetCommandParams with command name
(readInset): ditto
(readInset): Remove error message for bibitem, since bibitem is
now a normal command inset
* src/buffer.C: Bump file format number
* src/frontends/controllers/ControlCommand.[Ch]
(ControlCommand): take an additional command name parameter
* src/text.C
(readParToken): Remove code for \bibitem
* lib/lyx2lyx/LyX.py: Bump latest file format number
* lib/lyx2lyx/lyx_1_5.py
(convert_bibitem, convert_commandparams): new, convert to new format
(revert_commandparams): new, convert to old format
* development/FORMAT: document new format
* many other files: Adjust to the changes above
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15357 a592a061-630c-0410-9148-cb99ea01b6c8
2006-10-17 21:07:16 +00:00
Lars Gullik Bjønnes
081d1e9438
Slight update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15052 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-18 19:48:18 +00:00
Lars Gullik Bjønnes
ddbafa138f
remerge
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15051 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-18 19:31:35 +00:00
Lars Gullik Bjønnes
becfc55b08
Updated.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15050 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-18 19:20:51 +00:00
Lars Gullik Bjønnes
e36ccf18f0
Extract l10n info from qt4 ui files. Disregard caption information from qt3 ui files.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15048 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-18 18:34:27 +00:00
Lars Gullik Bjønnes
3965875172
Remerge after mathed filename changes.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15034 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-17 20:40:15 +00:00
Lars Gullik Bjønnes
eec4492cb4
Remerge. Update nb.po a bit.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14950 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-09 11:10:26 +00:00
Jean-Marc Lasgouttes
886817079a
update POTFILES.in
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14914 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-06 12:57:17 +00:00
Michael Schmitt
2a71306d77
drop linuxdoc support (part 4)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14821 a592a061-630c-0410-9148-cb99ea01b6c8
2006-08-23 11:16:08 +00:00
Jean-Marc Lasgouttes
9690c55e15
Fix crash in tialian locale when setting Theorem environment (bug2774)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14702 a592a061-630c-0410-9148-cb99ea01b6c8
2006-08-16 14:07:33 +00:00
Jean-Marc Lasgouttes
e0cf54f37c
* po/*.po:
...
* po/POTFILES.in: remerge
* po/Makefile.in.in: get rid of Qt shortcuts
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14697 a592a061-630c-0410-9148-cb99ea01b6c8
2006-08-16 09:57:24 +00:00
Jean-Marc Lasgouttes
50da557e94
new Czech translation
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14600 a592a061-630c-0410-9148-cb99ea01b6c8
2006-08-10 08:56:59 +00:00
Michael Schmitt
66662d3f26
* pocheck.pl: re-introduce check for '|' shortcuts
...
which are not only used by the former xforms frontend
but also in the menus
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14484 a592a061-630c-0410-9148-cb99ea01b6c8
2006-07-18 21:06:47 +00:00
Michael Schmitt
4eccc22119
remove xforms relicts
...
* src/frontends/qt3/QPrefs.C:
* src/frontends/controllers/BCView.tmpl:
* src/support/package.h: fix/remove comment
* po/pocheck.pl: no longer check for xforms shortcuts
* development/Win32/lyx.vcproj: ignore ControlPreamble.[Ch]
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14372 a592a061-630c-0410-9148-cb99ea01b6c8
2006-07-08 09:40:15 +00:00
Jean-Marc Lasgouttes
48a5df5ffe
update postats script to use proper trac URL
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14328 a592a061-630c-0410-9148-cb99ea01b6c8
2006-07-03 22:00:18 +00:00
Lars Gullik Bjønnes
22861453fe
Remove the XForms frontend, update the autotools files, and fixup po.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14320 a592a061-630c-0410-9148-cb99ea01b6c8
2006-07-03 19:20:25 +00:00
Abdelrazak Younes
9f5f309ea2
QURL renamed to UrlView
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14256 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-28 12:09:25 +00:00
Jean-Marc Lasgouttes
206b13ef95
forward port it.po from 1.4.x branch to fix a bug with counters
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14245 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-27 12:02:27 +00:00
Jean-Marc Lasgouttes
2b587768f5
forward port pl.po from 1.4.x branch to fix a bug with counters
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14244 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-27 12:01:17 +00:00
Jean-Marc Lasgouttes
44a5cfc89c
Renaming:
...
cygwin_path_fix -> windows_style_tex_paths
cygwin_path_fix_needed -> tex_expects_windows_paths
check_cygwin_path -> check_windows_style_tex_paths
use_cygwin_paths -> use_windows_paths
RC_CYGWIN_PATH_FIX -> RC_TEX_EXPECTS_WINDOWS_PATHS
* src/frontends/qt4/ui/QPrefCygwinPathUi.ui
* src/frontends/qt3/ui/QPrefCygwinPathModule.ui
Updated checkbutton label and description
* src/frontends/qt4/QPrefsDialog.C
(PrefCygwinPath): cygwin_path_fix -> windows_style_tex_paths
(QPrefsDialog): Enable checkbutton for native WIN32 builds
* src/frontends/xforms/forms/form_preferences.fd
Updated label and name of checkbutton
* src/frontends/xforms/FormPreferences.C
(apply): cygwin_path_fix -> windows_style_tex_paths
check_cygwin_path -> check_windows_style_tex_paths
(build): Enable checkbutton for native WIN32 builds
(update): Ditto
(feedback): Updated description
* src/frontends/qt3/QPrefs.C
* src/frontends/qt3/QPrefsDialog.C
* src/frontends/qt3/QPrefsDialog.h
Renaming as above, enabled checkbutton for native WIN32 builds
* src/support/os_unix.C
* src/support/os.h
* src/support/os_win32.C
Renaming cygwin_path_fix -> windows_style_tex_paths
* src/support/os_cygwin.C
Ditto
(external_path, external_path_list): always return windows
style paths, not depending on the checkbutton status
* src/lyxrc.C
* src/lyxrc.h
* src/lyxfunc.C
* src/lyx_main.C
Renaming
* lib/configure.py
Renaming, more meaningful diagnostics
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14242 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-27 10:51:24 +00:00
Lars Gullik Bjønnes
eefc9ad640
* Rename src/frontends/qt2 to src/frontends/qt3,
...
update users of the dir accordingly.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13731 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-24 13:48:24 +00:00
Bo Peng
eb485caa96
view-source feature, from Bo Peng <ben.bob@gmail.com>
...
* src/buffer.h buffer.C - getSourceCode()
* src/lyxfunc.C - open view-source dialog
* src/text3.C - change LFUN_MOUSE_RELEASE
* src/output_linuxdoc.C, src/output_docbook.C, src/output_latex.C
- intercept output
* src/outputparams.h, outputparams.C - add par_begin, par_end, dryrun
* src/insets/insetgraphics.C - add dryrun mode of file conversion
* lib/ui/stdmenus.ui - add view-source menu item under view
* Add view-source dialog, add
src/frontends/qt2/QViewSourceDialog.h, QViewSource.C, QViewSource.h, QViewSourceDialog.C
src/frontends/qt2/ui/QViewSourceDialogBase.ui
src/frontends/controllers/ControlViewSource.h ControlViewSource.C
modify
src/frontends/qt2/Makefile.dialogs, Makefile.am, Dialogs.C,
src/frontends/controllers/Makefile.am, po.POTFILES.in
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13610 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-09 02:48:54 +00:00
Lars Gullik Bjønnes
9d6cad3fe6
* output_latex.h:
...
* buffer.h:
* CutAndPaste.h:
* pariterator.h:
* paragraph_funcs.h:
* output_linuxdoc.h:
* output_docbook.h:
* insets/insettext.h: get forward declaration of ParagraphList
* output_plaintext.C:
* bufferlist.C:
* undo.C:
* lyxtext.h:
* undo.h:
* buffer_funcs.C:
* insets/insetbibitem.C: get proper ParagraphList decls
* output_linuxdoc.C (linuxdocParagraphs):
* output_latex.C (TeXOnePar):
* insets/insettext.C (appendParagraphs):
* insets/insetcharstyle.C (docbook): use std::distance
* CutAndPaste.C (pasteSelectionHelper, copySelectionHelper):
* paragraph_funcs.C (breakParagraph,
breakParagraphConservative, mergeParagraph):
* text.C (acceptChange, rejectChange):
* text2.C (deleteEmptyParagraphMechanism): use boost::next
* output_docbook.C (several places): use boost::next and
std::distance
* ParagraphList_fwd.h: modify to provid a forward declaratoin
of the new ParagraphList.
* RandomAccessList.h: New container for Paragraphs from
Abdelrazak Younes
* ParagraphList.h: new file, setup user of RandomAccessList
* paragraph.C: remove ParagraphList constructor from this file
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13467 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-23 20:11:06 +00:00
Michael Schmitt
d1ef036182
tiny changes to de.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13279 a592a061-630c-0410-9148-cb99ea01b6c8
2006-02-27 18:36:52 +00:00
Lars Gullik Bjønnes
3d9b16f9e2
remerge
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13209 a592a061-630c-0410-9148-cb99ea01b6c8
2006-02-11 19:47:05 +00:00
Lars Gullik Bjønnes
4a7ab830bc
Delete all .cvsignore files from trunk
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13208 a592a061-630c-0410-9148-cb99ea01b6c8
2006-02-10 22:09:45 +00:00
Jean-Marc Lasgouttes
7f00c8fa52
fix file menu binding in Polish locale (bug 1898)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10801 a592a061-630c-0410-9148-cb99ea01b6c8
2006-02-01 14:40:47 +00:00