Commit Graph

140 Commits

Author SHA1 Message Date
Valek Frob
157dc8922f Updated russian translation. 2000-04-18 15:29:29 +00:00
Ville Hautamaki
33e7c9bce3 Pauli Virtanen updated fi.po. 2000-04-11 09:08:13 +00:00
Fatih Demir
daaae930ad Updated the Turkish translation 2000-04-10 15:05:37 +00:00
Dan Damian
ddd6248ae3 Added Romanian translation. 2000-04-05 16:45:09 +00:00
Pablo Saratxaga
8b0589f009 Updated Lithuanian file 2000-03-20 17:47:01 +00:00
Tor Lillqvist
3f98a849c7 Fix typo: Italian uses ISO-8859-1, not -2. Add en_GB.
2000-03-14  Tor Lillqvist  <tml@iki.fi>

* makefile.cygwin: Fix typo: Italian uses ISO-8859-1, not -2. Add
en_GB.
2000-03-14 18:10:15 +00:00
Pablo Saratxaga
6c5b4c65c2 Updated lt.po 2000-03-13 20:57:47 +00:00
Christopher R. Gabriel
160809ca7b Updated italian translation 2000-02-26 01:41:58 +00:00
Pablo Saratxaga
0f5251b51d updated lt.po 2000-02-03 18:05:00 +00:00
Kjartan Maraas
c37dde738b Updated Norwegian translation.
2000-02-04  Kjartan Maraas  <kmaraas@online.no>

	* no.po: Updated Norwegian translation.
2000-02-03 11:03:16 +00:00
Pablo Saratxaga
e489f9c26c updated ca.po 2000-02-03 01:00:44 +00:00
Tor Lillqvist
08593d3007 Handle zh_CN.GB2312.
2000-02-01  Tor Lillqvist  <tml@iki.fi>

* makefile.cygwin: Handle zh_CN.GB2312.
2000-01-31 20:13:14 +00:00
Yuan-Chung Cheng
1cfa0f5a73 Added po file from TurboLinux Chinese Develop Team. 2000-01-30 12:21:05 +00:00
Pablo Saratxaga
7a9ae74571 update-po 2000-01-27 16:28:53 +00:00
Pablo Saratxaga
bb03ba3d31 added Lithuanian file 2000-01-27 16:26:44 +00:00
Vladimir Vuksan
eb03ba506a Changes 2000-01-11 22:07:32 +00:00
Jesus Bravo Alvarez
ad41b4ff94 Updated Galician translation 2000-01-04 01:07:53 +00:00
Kjartan Maraas
19fd09725a A little script that lets people update the .pot file without makefiles
2000-01-04  Kjartan Maraas  <kmaraas@online.no>

	* update.sh: A little script that lets people
	update the .pot file without makefiles etc.
2000-01-03 23:55:33 +00:00
Fatih Demir
39e00cbdf2 Added the Turkish translation . 1999-12-23 14:49:16 +00:00
Vladimir Vuksan
cd5f174a7e Changes 1999-12-17 05:59:52 +00:00
Fatih Demir
48fbaf72b5 Fixed tr.po .
Fixed tr.po .
1999-12-13 11:49:34 +00:00
Birger Langkjer/danish translations
71223ba41b Modified Files: balsa/po/da.po bonobo/po/da.po gedit/po/da.po
Modified Files:
 	balsa/po/da.po bonobo/po/da.po gedit/po/da.po
 	gfloppy/gfloppy.desktop gfloppy/po/da.po ggv/po/da.po
 	gtk+/po/da.po
1999-12-08 20:20:11 +00:00
Fatih Demir
d6f51967de Added tr.po to Gtk+ tree 1999-12-02 21:12:00 +00:00
Szabolcs Ban
1f6e4e7336 Shooby Ban <bansz@szif.hu>
* Updated Hungarian translations
1999-11-24 18:23:04 +00:00
Pablo Saratxaga
b85d11b3b7 Included newer versions of some po files from stable branch 1999-11-24 17:03:27 +00:00
Tor Lillqvist
0ad4aa57d6 New font private structures, related to fontsets.
1999-11-07  Tor Lillqvist  <tml@iki.fi>

* gdk/win32/gdkprivate.h: New font private structures, related to
fontsets.

* gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
gdk_font_list_free(). On X11, will just be wrappers to
XListFonts() and XFreeFontNames(). On Win32, the code previously
in gtkfontsel.c is now here.

New function gdk_font_xlfd_create(). On X11 will get the FONT
property of the font (for GDK_FONT_FONTs), or call
XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
builds a XLFD style name from the font information in the LOGFONT
struct(s).

New function gdk_font_xlfd_free(), which correspondingly frees the
string returned by gdk_font_xlfd_create().

Implement fontsets on Win32. Add a function that iterates over a
wide char string and calls a callback function for each substring
of wide chars from the same Unicode subrange (and thus probably
available in the same real font).

Improve the XLFD emulation a bit.

* gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.

* gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
Beta3, WM_IME_CHAR messages don't seem to contain the composed
multi-byte char as with the Active IMM on Win9x. Oh well, handle
WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
ImmGetCompositionStringW() to get the composed Unicode chars.

* gdk/win32/gdkgc.c
* gdk/win32/gdkdraw.c: Changes needed because of the font private
struct changes.

* gdk/win32/gdk.def: Add the new functions.
1999-11-08 00:09:29 +00:00
Tor Lillqvist
241f9c9dab Comments. 1999-10-31 20:30:20 +00:00
Tor Lillqvist
896d8ff3ce New file for building the message catalogs on Win32. Generic, used also in
1999-10-31  Tor Lillqvist  <tml@iki.fi>

* makefile.cygwin: New file for building the message catalogs on
Win32. Generic, used also in GIMP's po and po-plug-ins
directories. On Win32 we use UTF-8, and we convert the .po files
to UTF-8 in two passes using the useful native2ascii tool from the
JDK.
1999-10-31 20:28:23 +00:00
Jesus Bravo Alvarez
5a4cc5a6b1 Updated Galician .po file 1999-10-07 20:58:57 +00:00
Stanislav Brabec
bdcba96639 Updated.
1999-10-06  Stanislav Brabec  <utx@penguin.cz>

        * cs.po: Updated.
1999-10-06 14:41:19 +00:00
Jesus Bravo Alvarez
ed48ad3344 Added Galician translation (modifying ChangeLogs) 1999-10-05 21:40:59 +00:00
Sergey I. Panov
069932c2a8 ru.po: Updated translation. 1999-10-05 18:43:16 +00:00
Jesus Bravo Alvarez
6dc73a6184 Added Galician Translation 1999-10-05 16:34:44 +00:00
Kjartan Maraas
b31b2734be Added Ukrainian translation from Yuri Syrota <yuri@renome.rovno.ua>.
1999-10-05  Kjartan Maraas  <kmaraas@online.no>

	* uk.po: Added Ukrainian translation from Yuri
	Syrota <yuri@renome.rovno.ua>.
1999-10-05 09:10:46 +00:00
Jorge Godoy
f73d6ee34a update pt_BR 1999-09-29 20:54:11 +00:00
ÉRDI Gergo
9e7433487b Font information translations 1999-09-21 20:28:45 +00:00
Pablo Saratxaga
033bb597de added pt_BR file 1999-09-20 12:25:19 +00:00
Kjartan Maraas
08f1c75cf1 Updated translation.
1999-09-17  Kjartan Maraas  <kmaraas@online.no>

	* no.po: Updated translation.
1999-09-17 09:00:57 +00:00
Pablo Saratxaga
ad8f893e60 updated dansih file 1999-09-11 00:14:57 +00:00
Pablo Saratxaga
fc3c4005c4 added Estonian language file 1999-09-10 19:38:14 +00:00
Pablo Saratxaga
0d0ce95c9a updated da file 1999-09-06 09:48:52 +00:00
Chyla Zbigniew
50778c9ad5 Updated polish translation 1999-09-03 03:02:42 +00:00
Pablo Saratxaga
6050aecef6 added da file 1999-09-01 12:41:47 +00:00
Pablo Saratxaga
d79f54c4ec update-po 1999-08-30 17:40:10 +00:00
Pablo Saratxaga
2b91a5b73f update 1999-08-30 12:22:13 +00:00
Pablo Saratxaga
60d735cdf2 update-po 1999-08-30 12:21:10 +00:00
Pablo Saratxaga
6ebe59ced3 updated ga file 1999-08-26 16:29:30 +00:00
Pablo Saratxaga
24976900cf added ga language, and add back sk and sl from gtk+ 1.2.3 1999-08-25 15:27:04 +00:00
Karsten Weiss
6c8ca48237 Typo fix.
1999-08-24  Karsten Weiss  <karsten@addx.au.s.shuttle.de>

        * de.po: Typo fix.
1999-08-24 15:43:43 +00:00
Mikko Rauhala
0139b4a3dc Updated finnish translations (mainly just duplicating entries for
better statistics).
1999-08-13 20:48:31 +00:00