Version 1.3.7

Tue Sep  4 09:37:19 2001  Owen Taylor  <otaylor@redhat.com>

        * Version 1.3.7

        * configure.in docs/Makefile.am docs/gtk-config.1.in: Remove
        docs for gtk-config

        * modules/input/Makefile.am (install-data-local): Don't
        run gtk-query-immodules if DESTDIR is set.

        * NEWS: Various additions.
This commit is contained in:
Owen Taylor 2001-09-04 16:07:05 +00:00 committed by Owen Taylor
parent f4ab7aa5eb
commit c9b26b3dc6
65 changed files with 74529 additions and 16441 deletions

View File

@ -1,3 +1,15 @@
Tue Sep 4 09:37:19 2001 Owen Taylor <otaylor@redhat.com>
* Version 1.3.7
* configure.in docs/Makefile.am docs/gtk-config.1.in: Remove
docs for gtk-config
* modules/input/Makefile.am (install-data-local): Don't
run gtk-query-immodules if DESTDIR is set.
* NEWS: Various additions.
Tue Sep 4 03:12:25 2001 Tim Janik <timj@gtk.org>
* NEWS: updates for 1.3.7 release.

View File

@ -1,3 +1,15 @@
Tue Sep 4 09:37:19 2001 Owen Taylor <otaylor@redhat.com>
* Version 1.3.7
* configure.in docs/Makefile.am docs/gtk-config.1.in: Remove
docs for gtk-config
* modules/input/Makefile.am (install-data-local): Don't
run gtk-query-immodules if DESTDIR is set.
* NEWS: Various additions.
Tue Sep 4 03:12:25 2001 Tim Janik <timj@gtk.org>
* NEWS: updates for 1.3.7 release.

View File

@ -1,3 +1,15 @@
Tue Sep 4 09:37:19 2001 Owen Taylor <otaylor@redhat.com>
* Version 1.3.7
* configure.in docs/Makefile.am docs/gtk-config.1.in: Remove
docs for gtk-config
* modules/input/Makefile.am (install-data-local): Don't
run gtk-query-immodules if DESTDIR is set.
* NEWS: Various additions.
Tue Sep 4 03:12:25 2001 Tim Janik <timj@gtk.org>
* NEWS: updates for 1.3.7 release.

View File

@ -1,3 +1,15 @@
Tue Sep 4 09:37:19 2001 Owen Taylor <otaylor@redhat.com>
* Version 1.3.7
* configure.in docs/Makefile.am docs/gtk-config.1.in: Remove
docs for gtk-config
* modules/input/Makefile.am (install-data-local): Don't
run gtk-query-immodules if DESTDIR is set.
* NEWS: Various additions.
Tue Sep 4 03:12:25 2001 Tim Janik <timj@gtk.org>
* NEWS: updates for 1.3.7 release.

View File

@ -1,3 +1,15 @@
Tue Sep 4 09:37:19 2001 Owen Taylor <otaylor@redhat.com>
* Version 1.3.7
* configure.in docs/Makefile.am docs/gtk-config.1.in: Remove
docs for gtk-config
* modules/input/Makefile.am (install-data-local): Don't
run gtk-query-immodules if DESTDIR is set.
* NEWS: Various additions.
Tue Sep 4 03:12:25 2001 Tim Janik <timj@gtk.org>
* NEWS: updates for 1.3.7 release.

View File

@ -1,3 +1,15 @@
Tue Sep 4 09:37:19 2001 Owen Taylor <otaylor@redhat.com>
* Version 1.3.7
* configure.in docs/Makefile.am docs/gtk-config.1.in: Remove
docs for gtk-config
* modules/input/Makefile.am (install-data-local): Don't
run gtk-query-immodules if DESTDIR is set.
* NEWS: Various additions.
Tue Sep 4 03:12:25 2001 Tim Janik <timj@gtk.org>
* NEWS: updates for 1.3.7 release.

View File

@ -1,3 +1,15 @@
Tue Sep 4 09:37:19 2001 Owen Taylor <otaylor@redhat.com>
* Version 1.3.7
* configure.in docs/Makefile.am docs/gtk-config.1.in: Remove
docs for gtk-config
* modules/input/Makefile.am (install-data-local): Don't
run gtk-query-immodules if DESTDIR is set.
* NEWS: Various additions.
Tue Sep 4 03:12:25 2001 Tim Janik <timj@gtk.org>
* NEWS: updates for 1.3.7 release.

View File

@ -20,8 +20,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
% gzip -cd gtk+-1.3.6.tar.gz | tar xvf - # unpack the sources
% cd gtk+-1.3.6 # change to the toplevel directory
% gzip -cd gtk+-1.3.7.tar.gz | tar xvf - # unpack the sources
% cd gtk+-1.3.7 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]

47
NEWS
View File

@ -1,28 +1,37 @@
Overview of Changes in GTK+ 1.3.7
=================================
* Many Pixbuf (loader) improvements
* Many Pixbuf (loader) improvements [Matthias Clasen, Soeren Sandmann]
* Added publically installed utility gdk-pixbuf-csource to generate
inlined pixbufs in C source code
* New/improved stock icons
* Code and API rework for window resizing
* Converted accel groups to GObject
inlined pixbufs in C source code [Tim Janik]
* Optional movement of button children on press [Soeren, Owen Taylor]
* Interactive searching in GtkTreeView [Kristian Rietveld]
* Sorting/ordering improvements for GtkTreeView [Kris, Jonathan Blandford]
* Animation of expander motion for GtkTreeView [Anders Carlsson]
* Lots of misc GtkTreeView fixes and improvements [Jonathan]
* New/improved stock icons [Jakub Steiner]
* Code and API rework for window resizing [Havoc Pennington]
* Converted accel groups to GObject [James Henstridge]
* More property support improvements
* Disentangled child visability from MAPPED state
* Plug/Socket improvements and port to the XEMBED protocol
* Added priorities for styles in RC files
* Made GdkVisual and GdkDevice GObjects
* Key binding improvements
* Add facility for "secondary" buttons in
GtkButtonBox/GtkDialog [Gregory Merchan]
* Disentangled child visability from MAPPED state [Owen]
* Plug/Socket improvements and port to the XEMBED protocol [Owen]
* Added priorities for styles in RC files,
support multiple parse contents [Owen]
* Made GdkVisual and GdkDevice GObjects [Alexander Larsson]
* Key binding improvements [Havoc]
* Added GtkWidget::event-after signal since normal event handling
is now aborted as soon as a handler returned TRUE
* Dnd fixes and improved icon support
is now aborted as soon as a handler returned TRUE [Tim]
* Dnd fixes and improved icon support [Owen]
* Removed GtkPacker widget
* Nuked remaining GtkArg cruft, implemented container/child
properties
* Added sorting/eordering for tree view
* Added window grab groups
* Many frame buffer improvements
* Many UTF8/locale fixes
* Miscellaneous bug and API fixes
* Fixing missing paired getters/setters [Kris]
* Nuked remaining GtkArg cruft, implemented container/child properties [Tim]
* Added window grab groups [Owen]
* Many frame buffer improvements [Alex]
* Win32 fixes and improvements [Hans Breuer]
* Warning fixes [Darin Adler]
* Miscellaneous bug and API fixes [Matthias et. al]
Overview of Changes in GTK+ 1.3.6
=================================

2
README
View File

@ -1,7 +1,7 @@
General Information
===================
This is GTK+ version 1.3.6. GTK+, which stands for the Gimp ToolKit,
This is GTK+ version 1.3.7. GTK+, which stands for the Gimp ToolKit,
is a library for creating graphical user interfaces for the X Window
System. It is designed to be small, efficient, and flexible. GTK+ is
written in C with a very object-oriented approach.

View File

@ -1119,7 +1119,6 @@ AM_CONDITIONAL(HAVE_SGML2HTML, ! test x$SGML2HTML = xno)
AC_OUTPUT([
config.h.win32
gtk+.spec
docs/gtk-config.1
Makefile
gdk-pixbuf-2.0.pc
gdk-2.0.pc

View File

@ -2,8 +2,6 @@
SUBDIRS = tutorial faq reference
man_MANS = gtk-config.1
EXTRA_DIST += \
Changes-1.2.txt \
Changes-2.0.txt \
@ -18,7 +16,5 @@ EXTRA_DIST += \
widget_system.txt \
generation.txt \
README.linux-fb \
gtk-config.txt \
gtk-config.1.in \
gtkdocs_fix

View File

@ -1,49 +0,0 @@
.TH GTK+ 1 "25 October 1998" Version @VERSION@
.SH NAME
gtk-config - script to get information about the installed version of GTK+
.SH SYNOPSIS
.B gtk-config
[\-\-prefix\fI[=DIR]\fP] [\-\-exec\-prefix\fI[=DIR]\fP] [\-\-version] [\-\-libs] [\-\-cflags]
.SH DESCRIPTION
.PP
\fIgtk-config\fP is a tool that is used to configure to determine
the compiler and linker flags that should be used to compile
and link programs that use \fIGTK+\fP. It is also used internally
to the .m4 macros for GNU autoconf that are included with \fIGTK+\fP.
.
.SH OPTIONS
.l
\fIgtk-config\fP accepts the following options:
.TP 8
.B \-\-version
Print the currently installed version of \fIGTK+\fP on the standard output.
.TP 8
.B \-\-libs
Print the linker flags that are necessary to link a \fIGTK+\fP program.
.TP 8
.B \-\-cflags
Print the compiler flags that are necessary to compile a \fIGTK+\fP program.
.TP 8
.B \-\-prefix=PREFIX
If specified, use PREFIX instead of the installation prefix that \fIGTK+\fP
was built with when computing the output for the \-\-cflags and
\-\-libs options. This option is also used for the exec prefix
if \-\-exec\-prefix was not specified. This option must be specified
before any \-\-libs or \-\-cflags options.
.TP 8
.B \-\-exec\-prefix=PREFIX
If specified, use PREFIX instead of the installation exec prefix that
\fIGTK+\fP was built with when computing the output for the \-\-cflags
and \-\-libs options. This option must be specified before any
\-\-libs or \-\-cflags options.
.SH SEE ALSO
.BR gimp (1),
.BR gimptool (1)
.SH COPYRIGHT
Copyright \(co 1998 Owen Taylor
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation.

View File

@ -1,3 +1,8 @@
Tue Sep 4 01:33:51 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtk-docs.sgml: Remove references to a couple
sections that are no longer there.
Thu Aug 30 19:34:38 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/tmpl/gtkdialog.sgml: Fix obvious mistake.

View File

@ -60,7 +60,6 @@
<!entity GtkNotebook SYSTEM "sgml/gtknotebook.sgml">
<!entity GtkObject SYSTEM "sgml/gtkobject.sgml">
<!entity GtkOptionMenu SYSTEM "sgml/gtkoptionmenu.sgml">
<!entity GtkPacker SYSTEM "sgml/gtkpacker.sgml">
<!entity GtkPaned SYSTEM "sgml/gtkpaned.sgml">
<!entity GtkPixmap SYSTEM "sgml/gtkpixmap.sgml">
<!entity GtkPlug SYSTEM "sgml/gtkplug.sgml">
@ -127,7 +126,6 @@
<!entity gtk-Clipboards SYSTEM "sgml/gtkclipboard.sgml">
<!entity gtk-Drag-and-Drop SYSTEM "sgml/gtkdnd.sgml">
<!entity gtk-Signals SYSTEM "sgml/gtksignal.sgml">
<!entity gtk-Object-Properties SYSTEM "sgml/gtkarg.sgml">
<!entity gtk-Types SYSTEM "sgml/gtktypeutils.sgml">
<!entity gtk-Bindings SYSTEM "sgml/gtkbindings.sgml">
<!entity gtk-Standard-Enumerations SYSTEM "sgml/gtkenums.sgml">
@ -210,7 +208,6 @@ An advanced widget set.
&gtk-Clipboards;
&gtk-Drag-and-Drop;
&gtk-Signals;
&gtk-Object-Properties;
&gtk-Stock-Items;
&gtk-Themeable-Stock-Images;
&gtk-Types;
@ -397,7 +394,6 @@ An advanced widget set.
&GtkCTree;
&GtkList;
&GtkListItem;
&GtkPacker;
&GtkPixmap;
&GtkProgress;
&GtkPreview;

View File

@ -1646,6 +1646,13 @@ arrow.
@show_toggle_indicator: unused
@show_submenu_indicator: whether to show the arrow or not
<!-- ##### MACRO gtk_notebook_set_page ##### -->
<para>
</para>
@notebook:
@page_num:
<!-- ##### FUNCTION gtk_object_arg_get ##### -->
<para>
Private function to get an argument and argument info from an object.

View File

@ -96,9 +96,9 @@ Creates a new #GtkMenu.
Adds a new #GtkMenuItem to the end of the menu's item list.
</para>
<!-- # Unused Parameters # -->
@menu: a #GtkMenu.
@child: The #GtkMenuItem to add.
<!-- # Unused Parameters # -->
@m:
@c:
@ -108,8 +108,8 @@ Adds a new #GtkMenuItem to the end of the menu's item list.
Adds a new #GtkMenuItem to the beginning of the menu's item list.
</para>
<!-- # Unused Parameters # -->
@menu_child:
<!-- # Unused Parameters # -->
@m:
@c:
@menu: a #GtkMenu.
@ -122,10 +122,10 @@ Adds a new #GtkMenuItem to the menu's item list at the position
indicated by @position.
</para>
<!-- # Unused Parameters # -->
@menu: a #GtkMenu.
@child: The #GtkMenuItem to add.
@pos:
<!-- # Unused Parameters # -->
@position: The position in the item list where @child is added.
Positions are numbered from 0 to n-1.

View File

@ -132,15 +132,6 @@ Deprecated compatibility macro.
@Returns:
<!-- ##### MACRO gtk_notebook_set_page ##### -->
<para>
</para>
<!-- # Unused Parameters # -->
@notebook:
@page_num:
<!-- ##### FUNCTION gtk_notebook_next_page ##### -->
<para>
</para>

View File

@ -495,7 +495,6 @@ This can later be composited together with other
#GtkRcStyle structures to form a #GtkStyle.
</para>
@parent_instance:
@name:
@bg_pixmap_name:
@font_desc:

View File

@ -1,3 +1,7 @@
Tue Sep 4 00:22:07 2001 Owen Taylor <otaylor@redhat.com>
* Makefile.am: Fix EXTRA_DIST for gdk-pixbuf-csource.1
Tue Sep 4 03:09:52 2001 Tim Janik <timj@gtk.org>
* gdk-pixbuf-csource.1: new file, manual page for

View File

@ -205,7 +205,6 @@ gdk_pixbuf_csource_LDADD = $(LDADDS)
# manual pages to install
#
man_MANS = gdk-pixbuf-csource.1
EXTRA_DIST += gdk-pixbuf-csource.1
#
@ -250,6 +249,7 @@ noinst_HEADERS = \
gdk-pixbuf-private.h
EXTRA_DIST = \
gdk-pixbuf-csource.1 \
makefile.mingw \
makefile.mingw.in \
gdk_pixbuf.def \

View File

@ -54,10 +54,13 @@ im_ipa_la_LDFLAGS = -rpath $(moduledir) -avoid-version -module
im_ipa_la_SOURCES = imipa.c
im_ipa_la_LIBADD = $(LDADDS)
# We create a dummy theme for the default GTK+ theme
# Running this if DESTDIR is set is going to not work at all, so
# skip it.
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(sysconfdir)/gtk-2.0
$(top_builddir)/gtk/gtk-query-immodules-2.0 > $(DESTDIR)$(sysconfdir)/gtk-2.0/gtk.immodules
if [ -z "$(DESTDIR)" ] ; then \
$(mkinstalldirs) $(DESTDIR)$(sysconfdir)/gtk-2.0 ; \
$(top_builddir)/gtk/gtk-query-immodules-2.0 > $(DESTDIR)$(sysconfdir)/gtk-2.0/gtk.immodules ; \
fi
module_LTLIBRARIES = im-cyrillic-translit.la $(IM_XIM_MODULE) im-viqr.la im-thai-broken.la \
im-inuktitut.la im-ipa.la

678
po/az.po

File diff suppressed because it is too large Load Diff

2250
po/ca.po

File diff suppressed because it is too large Load Diff

2253
po/cs.po

File diff suppressed because it is too large Load Diff

2365
po/da.po

File diff suppressed because it is too large Load Diff

1346
po/de.po

File diff suppressed because it is too large Load Diff

2289
po/el.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

2248
po/es.po

File diff suppressed because it is too large Load Diff

2250
po/et.po

File diff suppressed because it is too large Load Diff

2255
po/eu.po

File diff suppressed because it is too large Load Diff

2232
po/fa.po

File diff suppressed because it is too large Load Diff

2240
po/fi.po

File diff suppressed because it is too large Load Diff

2374
po/fr.po

File diff suppressed because it is too large Load Diff

2228
po/ga.po

File diff suppressed because it is too large Load Diff

2260
po/gl.po

File diff suppressed because it is too large Load Diff

2219
po/he.po

File diff suppressed because it is too large Load Diff

2253
po/hr.po

File diff suppressed because it is too large Load Diff

2239
po/hu.po

File diff suppressed because it is too large Load Diff

2268
po/ia.po

File diff suppressed because it is too large Load Diff

2238
po/it.po

File diff suppressed because it is too large Load Diff

128
po/ja.po
View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3.x\n"
"POT-Creation-Date: 2001-08-30 18:07-0400\n"
"POT-Creation-Date: 2001-09-04 00:11-0400\n"
"PO-Revision-Date: 2001-08-30 20:00+0900\n"
"Last-Translator: Yukihiro Nakai <nakai@gnome.gr.jp>\n"
"Language-Team: Japanese <translation@gnome.gr.jp>\n"
@ -34,8 +34,8 @@ msgstr "ファイル'%s'のアニメーションの読み込み方がわかり
msgid ""
"Failed to load image '%s': reason not known, probably a corrupt image file"
msgstr ""
"イメージ'%s'の読み込みに失敗しました: 理由は不明ですがおそらくイメージ"
"ファイルが壊れています"
"イメージ'%s'の読み込みに失敗しました: 理由は不明ですがおそらくイメージファイ"
"ルが壊れています"
#: gdk-pixbuf/gdk-pixbuf-animation.c:233
#, c-format
@ -43,10 +43,11 @@ msgid ""
"Failed to load animation '%s': reason not known, probably a corrupt "
"animation file"
msgstr ""
"アニメーション'%s'の読み込みに失敗しました: 理由は不明ですがおそらく"
"アニメーションファイルが壊れています"
"アニメーション'%s'の読み込みに失敗しました: 理由は不明ですがおそらくアニメー"
"ションファイルが壊れています"
#: gdk-pixbuf/gdk-pixbuf-io.c:316
#, c-format
msgid "Unable to load image-loading module: %s: %s"
msgstr "イメージローディングモジュールが読み込めません: %s: %s"
@ -56,8 +57,8 @@ msgid ""
"Image-loading module %s does not export the proper interface; perhaps it's "
"from a different GTK version?"
msgstr ""
"イメージローディングモジュール%sは正しいインターフェースをエクスポートして"
"ません。別のバージョンのGTK+のものではないでしょうか?"
"イメージローディングモジュール%sは正しいインターフェースをエクスポートして"
"ません。別のバージョンのGTK+のものではないでしょうか?"
#: gdk-pixbuf/gdk-pixbuf-io.c:452 gdk-pixbuf/gdk-pixbuf-io.c:478
#, c-format
@ -493,11 +494,11 @@ msgid "Foreground color as a GdkColor"
msgstr ""
#: gtk/gtkcellrenderertext.c:211 gtk/gtkentry.c:396 gtk/gtktexttag.c:276
#: gtk/gtktextview.c:552
#: gtk/gtktextview.c:554
msgid "Editable"
msgstr "編集可能"
#: gtk/gtkcellrenderertext.c:212 gtk/gtktexttag.c:277 gtk/gtktextview.c:553
#: gtk/gtkcellrenderertext.c:212 gtk/gtktexttag.c:277 gtk/gtktextview.c:555
msgid "Whether the text can be modified by the user"
msgstr ""
@ -965,19 +966,19 @@ msgstr ""
msgid "Color with which to draw insertion cursor"
msgstr ""
#: gtk/gtkentry.c:3642 gtk/gtktextview.c:5318
#: gtk/gtkentry.c:3642 gtk/gtktextview.c:5377
msgid "Cut"
msgstr ""
#: gtk/gtkentry.c:3644 gtk/gtktextview.c:5320
#: gtk/gtkentry.c:3644 gtk/gtktextview.c:5379
msgid "Copy"
msgstr ""
#: gtk/gtkentry.c:3646 gtk/gtktextview.c:5323
#: gtk/gtkentry.c:3646 gtk/gtktextview.c:5382
msgid "Paste"
msgstr ""
#: gtk/gtkentry.c:3653 gtk/gtktextview.c:5330
#: gtk/gtkentry.c:3653 gtk/gtktextview.c:5389
msgid "Input Methods"
msgstr ""
@ -1632,11 +1633,11 @@ msgstr "ディレクトリ作成"
msgid "Text direction, e.g. right-to-left or left-to-right"
msgstr ""
#: gtk/gtklabel.c:227 gtk/gtktexttag.c:377 gtk/gtktextview.c:569
#: gtk/gtklabel.c:227 gtk/gtktexttag.c:377 gtk/gtktextview.c:571
msgid "Justification"
msgstr ""
#: gtk/gtktexttag.c:378 gtk/gtktextview.c:570
#: gtk/gtktexttag.c:378 gtk/gtktextview.c:572
msgid "Left, right, or center justification"
msgstr ""
@ -1652,7 +1653,7 @@ msgstr ""
msgid "Left margin"
msgstr ""
#: gtk/gtktexttag.c:395 gtk/gtktextview.c:579
#: gtk/gtktexttag.c:395 gtk/gtktextview.c:581
msgid "Width of the left margin in pixels"
msgstr ""
@ -1660,15 +1661,15 @@ msgstr ""
msgid "Right margin"
msgstr ""
#: gtk/gtktexttag.c:405 gtk/gtktextview.c:589
#: gtk/gtktexttag.c:405 gtk/gtktextview.c:591
msgid "Width of the right margin in pixels"
msgstr ""
#: gtk/gtktexttag.c:415 gtk/gtktextview.c:598
#: gtk/gtktexttag.c:415 gtk/gtktextview.c:600
msgid "Indent"
msgstr ""
#: gtk/gtktexttag.c:416 gtk/gtktextview.c:599
#: gtk/gtktexttag.c:416 gtk/gtktextview.c:601
msgid "Amount to indent the paragraph, in pixels"
msgstr ""
@ -1676,7 +1677,7 @@ msgstr ""
msgid "Pixels above lines"
msgstr ""
#: gtk/gtktexttag.c:437 gtk/gtktextview.c:523
#: gtk/gtktexttag.c:437 gtk/gtktextview.c:525
msgid "Pixels of blank space above paragraphs"
msgstr ""
@ -1684,7 +1685,7 @@ msgstr ""
msgid "Pixels below lines"
msgstr ""
#: gtk/gtktexttag.c:447 gtk/gtktextview.c:533
#: gtk/gtktexttag.c:447 gtk/gtktextview.c:535
msgid "Pixels of blank space below paragraphs"
msgstr ""
@ -1692,7 +1693,7 @@ msgstr ""
msgid "Pixels inside wrap"
msgstr ""
#: gtk/gtktexttag.c:457 gtk/gtktextview.c:543
#: gtk/gtktexttag.c:457 gtk/gtktextview.c:545
msgid "Pixels of blank space between wrapped lines in a paragraph"
msgstr ""
@ -1700,16 +1701,16 @@ msgstr ""
msgid "Wrap mode"
msgstr ""
#: gtk/gtktexttag.c:484 gtk/gtktextview.c:561
#: gtk/gtktexttag.c:484 gtk/gtktextview.c:563
msgid ""
"Whether to wrap lines never, at word boundaries, or at character boundaries"
msgstr ""
#: gtk/gtktexttag.c:493 gtk/gtktextview.c:608
#: gtk/gtktexttag.c:493 gtk/gtktextview.c:610
msgid "Tabs"
msgstr ""
#: gtk/gtktexttag.c:494 gtk/gtktextview.c:609
#: gtk/gtktexttag.c:494 gtk/gtktextview.c:611
msgid "Custom tabs for this text"
msgstr ""
@ -1829,55 +1830,56 @@ msgstr ""
msgid "Whether this tag affects text visibility"
msgstr ""
#: gtk/gtktextview.c:502
#: gtk/gtktextview.c:504
msgid "Line Height"
msgstr ""
#: gtk/gtktextview.c:503
#: gtk/gtktextview.c:505
msgid "The height of a line"
msgstr ""
#: gtk/gtktextview.c:512
#: gtk/gtktextview.c:514
msgid "Column Width"
msgstr ""
#: gtk/gtktextview.c:513
#: gtk/gtktextview.c:515
msgid "The width of a column"
msgstr ""
#: gtk/gtktextview.c:522
#: gtk/gtktextview.c:524
msgid "Pixels Above Lines"
msgstr ""
#: gtk/gtktextview.c:532
#: gtk/gtktextview.c:534
msgid "Pixels Below Lines"
msgstr ""
#: gtk/gtktextview.c:542
#: gtk/gtktextview.c:544
msgid "Pixels Inside Wrap"
msgstr ""
#: gtk/gtktextview.c:560
#: gtk/gtktextview.c:562
msgid "Wrap Mode"
msgstr ""
#: gtk/gtktextview.c:578
#: gtk/gtktextview.c:580
msgid "Left Margin"
msgstr ""
#: gtk/gtktextview.c:588
#: gtk/gtktextview.c:590
msgid "Right Margin"
msgstr ""
#: gtk/gtktextview.c:616
#: gtk/gtktextview.c:618
msgid "Cursor Visible"
msgstr "カーソルを表示"
#: gtk/gtktextview.c:617
#: gtk/gtktextview.c:619
msgid "If the insertion cursor is shown"
msgstr ""
#: gtk/gtkthemes.c:71
#, c-format
msgid "Unable to locate theme engine in module_path: \"%s\","
msgstr "モジュールパスにテーマエンジンが見つかりません: \"%s\""
@ -1885,7 +1887,7 @@ msgstr "モジュールパスにテーマエンジンが見つかりません: \
msgid "--- No Tip ---"
msgstr "--- Tip 無し ---"
#: gtk/gtktreeview.c:505 gtk/gtktreeviewcolumn.c:171 gtk/gtkwidget.c:422
#: gtk/gtktreeview.c:506 gtk/gtktreeviewcolumn.c:171 gtk/gtkwidget.c:422
msgid "Visible"
msgstr "可視"
@ -1957,7 +1959,7 @@ msgstr ""
msgid "X Alignment of the column header text or widget"
msgstr ""
#: gtk/gtktreeview.c:529 gtk/gtktreeviewcolumn.c:253
#: gtk/gtktreeview.c:530 gtk/gtktreeviewcolumn.c:253
msgid "Reorderable"
msgstr ""
@ -3128,7 +3130,7 @@ msgstr ""
msgid "If TRUE this means the table cells are all the same width/height"
msgstr ""
#: gtk/gtktext.c:594 gtk/gtktreeview.c:489
#: gtk/gtktext.c:594 gtk/gtktreeview.c:490
msgid "Horizontal Adjustment"
msgstr ""
@ -3136,7 +3138,7 @@ msgstr ""
msgid "Horizontal adjustment for the text widget"
msgstr ""
#: gtk/gtktext.c:602 gtk/gtktreeview.c:497
#: gtk/gtktext.c:602 gtk/gtktreeview.c:498
msgid "Vertical Adjustment"
msgstr ""
@ -3237,91 +3239,91 @@ msgstr ""
msgid "Size of icons in default toolbars"
msgstr ""
#: gtk/gtktreeview.c:481
#: gtk/gtktreeview.c:482
msgid "TreeView Model"
msgstr ""
#: gtk/gtktreeview.c:482
#: gtk/gtktreeview.c:483
msgid "The model for the tree view"
msgstr ""
#: gtk/gtktreeview.c:490
#: gtk/gtktreeview.c:491
msgid "Horizontal Adjustment for the widget"
msgstr ""
#: gtk/gtktreeview.c:498
#: gtk/gtktreeview.c:499
msgid "Vertical Adjustment for the widget"
msgstr ""
#: gtk/gtktreeview.c:506
#: gtk/gtktreeview.c:507
msgid "Show the column header buttons"
msgstr ""
#: gtk/gtktreeview.c:513
#: gtk/gtktreeview.c:514
msgid "Headers Clickable"
msgstr ""
#: gtk/gtktreeview.c:514
#: gtk/gtktreeview.c:515
msgid "Column headers respond to click events"
msgstr ""
#: gtk/gtktreeview.c:521
#: gtk/gtktreeview.c:522
msgid "Expander Column"
msgstr ""
#: gtk/gtktreeview.c:522
#: gtk/gtktreeview.c:523
msgid "Set the column for the expander column"
msgstr ""
#: gtk/gtktreeview.c:530
#: gtk/gtktreeview.c:531
msgid "View is reorderable"
msgstr ""
#: gtk/gtktreeview.c:537
#: gtk/gtktreeview.c:538
msgid "Rules Hint"
msgstr ""
#: gtk/gtktreeview.c:538
#: gtk/gtktreeview.c:539
msgid "Set a hint to the theme engine to draw rows in alternating colors"
msgstr ""
#: gtk/gtktreeview.c:545
#: gtk/gtktreeview.c:546
msgid "Enable Search"
msgstr ""
#: gtk/gtktreeview.c:546
#: gtk/gtktreeview.c:547
msgid "View allows user to search through columns interactively"
msgstr ""
#: gtk/gtktreeview.c:553
#: gtk/gtktreeview.c:554
msgid "Search Column"
msgstr ""
#: gtk/gtktreeview.c:554
#: gtk/gtktreeview.c:555
msgid "Model column to search through when searching through code"
msgstr ""
#: gtk/gtktreeview.c:568
#: gtk/gtktreeview.c:569
msgid "Expander Size"
msgstr ""
#: gtk/gtktreeview.c:569
#: gtk/gtktreeview.c:570
msgid "Size of the expander arrow"
msgstr ""
#: gtk/gtktreeview.c:577
#: gtk/gtktreeview.c:578
msgid "Vertical Separator Width"
msgstr ""
#: gtk/gtktreeview.c:578
#: gtk/gtktreeview.c:579
msgid "Vertical space between cells"
msgstr ""
#: gtk/gtktreeview.c:586
#: gtk/gtktreeview.c:587
msgid "Horizontal Separator Width"
msgstr ""
#: gtk/gtktreeview.c:587
#: gtk/gtktreeview.c:588
msgid "Horizontal space between cells"
msgstr ""

2253
po/ko.po

File diff suppressed because it is too large Load Diff

2253
po/lt.po

File diff suppressed because it is too large Load Diff

2260
po/nl.po

File diff suppressed because it is too large Load Diff

2250
po/nn.po

File diff suppressed because it is too large Load Diff

569
po/no.po

File diff suppressed because it is too large Load Diff

2238
po/pl.po

File diff suppressed because it is too large Load Diff

2250
po/pt.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

2253
po/ro.po

File diff suppressed because it is too large Load Diff

2331
po/ru.po

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 2.0\n"
"POT-Creation-Date: 2001-09-03 16:06+0200\n"
"POT-Creation-Date: 2001-09-04 00:11-0400\n"
"PO-Revision-Date: 2001-09-03 17:38CET\n"
"Last-Translator: Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
@ -32,15 +32,18 @@ msgstr "Neviem, ako načítať animáciu zo súboru '%s'"
#: gdk-pixbuf/gdk-pixbuf-animation.c:205 gdk-pixbuf/gdk-pixbuf-io.c:598
#, c-format
msgid "Failed to load image '%s': reason not known, probably a corrupt image file"
msgstr "Nepodarilo sa načítač obrázok '%s': príčina neznáma, asi poškodený súbor"
msgid ""
"Failed to load image '%s': reason not known, probably a corrupt image file"
msgstr ""
"Nepodarilo sa načítač obrázok '%s': príčina neznáma, asi poškodený súbor"
#: gdk-pixbuf/gdk-pixbuf-animation.c:233
#, c-format
msgid ""
"Failed to load animation '%s': reason not known, probably a corrupt "
"animation file"
msgstr "Nepodarilo sa načítať animáciu '%s': príčina neznáma, asi poškodený súbor"
msgstr ""
"Nepodarilo sa načítať animáciu '%s': príčina neznáma, asi poškodený súbor"
#: gdk-pixbuf/gdk-pixbuf-io.c:316
#, c-format
@ -95,7 +98,9 @@ msgstr "Nepodarilo sa otvoriť pre zápis '%s': %s"
msgid ""
"Failed to close '%s' while writing image, all data may not have been saved: %"
"s"
msgstr "Nepodarilo sa zavrieť '%s' počas zápisu obrázku. Niektoré dáta nemusia byť uložené: %s"
msgstr ""
"Nepodarilo sa zavrieť '%s' počas zápisu obrázku. Niektoré dáta nemusia byť "
"uložené: %s"
#: gdk-pixbuf/gdk-pixbuf-loader.c:252
#, c-format
@ -169,15 +174,16 @@ msgstr "Obrázok GIF obsahuje rámec zobrazený mimo okraje obrázku."
#: gdk-pixbuf/io-gif.c:1143
msgid "First frame of GIF image had 'revert to previous' as its disposal mode."
msgstr "Prvý rámec obrázku GIF má obsahuje príkaz 'vrátiť sa k predchádzajúcemu'."
msgstr ""
"Prvý rámec obrázku GIF má obsahuje príkaz 'vrátiť sa k predchádzajúcemu'."
#: gdk-pixbuf/io-gif.c:1178
msgid ""
"GIF image has no global colormap, and a frame inside it has no local "
"colormap."
msgstr ""
"Obrázok GIF neobsahuje globálnu farebnú mapu a rámec v ňom neobsahuje "
"mapu lokálnu."
"Obrázok GIF neobsahuje globálnu farebnú mapu a rámec v ňom neobsahuje mapu "
"lokálnu."
#: gdk-pixbuf/io-gif.c:1407
msgid "GIF image was truncated or incomplete."
@ -193,8 +199,8 @@ msgid ""
"Insufficient memory to load image, try exiting some applications to free "
"memory"
msgstr ""
"Nedostatočná pamäť pre načítanie obrázku, skúste ukončiť niektoré aplikácie a tým "
"uvolniť pamäť"
"Nedostatočná pamäť pre načítanie obrázku, skúste ukončiť niektoré aplikácie "
"a tým uvolniť pamäť"
#: gdk-pixbuf/io-jpeg.c:529 gdk-pixbuf/io-jpeg.c:701
msgid "Couldn't allocate memory for loading JPEG file"
@ -205,11 +211,13 @@ msgstr "Nepodarilo sa alokovať pamäť pre načítanie súboru JPEG"
msgid ""
"JPEG quality must be a value between 0 and 100; value '%s' could not be "
"parsed."
msgstr "Kvalita JPEG musí byť medzi 0 a 100, hodnotu '%s' nie je možné spracovať."
msgstr ""
"Kvalita JPEG musí byť medzi 0 a 100, hodnotu '%s' nie je možné spracovať."
#: gdk-pixbuf/io-jpeg.c:670
#, c-format
msgid "JPEG quality must be a value between 0 and 100; value '%d' is not allowed."
msgid ""
"JPEG quality must be a value between 0 and 100; value '%d' is not allowed."
msgstr "Kvalita JPEG musí byť medzi 0 a 100, hodnota '%d' nie je povolená."
#: gdk-pixbuf/io-png.c:161
@ -586,7 +594,8 @@ msgid "Rise"
msgstr ""
#: gtk/gtkcellrenderertext.c:313 gtk/gtktexttag.c:427
msgid "Offset of text above the baseline (below the baseline if rise is negative)"
msgid ""
"Offset of text above the baseline (below the baseline if rise is negative)"
msgstr ""
#: gtk/gtkcellrenderertext.c:323 gtk/gtktexttag.c:466
@ -1058,7 +1067,8 @@ msgstr "Premenovať súbor"
#: gtk/gtkfilesel.c:1000
#, c-format
msgid "The directory name \"%s\" contains symbols that are not allowed in filenames"
msgid ""
"The directory name \"%s\" contains symbols that are not allowed in filenames"
msgstr ""
#: gtk/gtkfilesel.c:1002
@ -1788,7 +1798,8 @@ msgid "Wrap mode"
msgstr "Zarovnávací mód"
#: gtk/gtktexttag.c:484 gtk/gtktextview.c:563
msgid "Whether to wrap lines never, at word boundaries, or at character boundaries"
msgid ""
"Whether to wrap lines never, at word boundaries, or at character boundaries"
msgstr ""
#: gtk/gtktexttag.c:493 gtk/gtktextview.c:610
@ -2305,7 +2316,8 @@ msgid "Use stock"
msgstr ""
#: gtk/gtkbutton.c:199
msgid "If set, the label is used to pick a stock item instead of being displayed"
msgid ""
"If set, the label is used to pick a stock item instead of being displayed"
msgstr ""
#: gtk/gtkbutton.c:206
@ -2340,7 +2352,8 @@ msgid "Child X Displacement"
msgstr ""
#: gtk/gtkbutton.c:272
msgid "How far in the x direction to move the child when the button is depressed"
msgid ""
"How far in the x direction to move the child when the button is depressed"
msgstr ""
#: gtk/gtkbutton.c:279
@ -2348,7 +2361,8 @@ msgid "Child Y Displacement"
msgstr ""
#: gtk/gtkbutton.c:280
msgid "How far in the y direction to move the child when the button is depressed"
msgid ""
"How far in the y direction to move the child when the button is depressed"
msgstr ""
#: gtk/gtkcheckbutton.c:95 gtk/gtkoptionmenu.c:157
@ -2397,7 +2411,8 @@ msgid "Always enable arrows"
msgstr ""
#: gtk/gtkcombo.c:141
msgid "Whether the arrow keys work, even if the entry contents are not in the list"
msgid ""
"Whether the arrow keys work, even if the entry contents are not in the list"
msgstr ""
#: gtk/gtkcombo.c:147
@ -2738,7 +2753,8 @@ msgid "X pad"
msgstr ""
#: gtk/gtkmisc.c:118
msgid "The amount of space to add on the left and right of the widget, in pixels"
msgid ""
"The amount of space to add on the left and right of the widget, in pixels"
msgstr ""
#: gtk/gtkmisc.c:127
@ -2746,7 +2762,8 @@ msgid "Y pad"
msgstr ""
#: gtk/gtkmisc.c:128
msgid "The amount of space to add on the top and bottom of the widget, in pixels"
msgid ""
"The amount of space to add on the top and bottom of the widget, in pixels"
msgstr ""
#: gtk/gtkoptionmenu.c:158
@ -2763,7 +2780,8 @@ msgid "Position"
msgstr "Pozícia"
#: gtk/gtkpaned.c:117
msgid "Position of paned separator in pixels(0 means all the way to the left/top)"
msgid ""
"Position of paned separator in pixels(0 means all the way to the left/top)"
msgstr ""
#: gtk/gtkpaned.c:125
@ -2787,7 +2805,8 @@ msgid "Expand"
msgstr ""
#: gtk/gtkpreview.c:135
msgid "Whether the preview widget should take up the entire space it is allocated"
msgid ""
"Whether the preview widget should take up the entire space it is allocated"
msgstr ""
#: gtk/gtkprogress.c:122
@ -3069,7 +3088,8 @@ msgid "Secondary backward stepper"
msgstr ""
#: gtk/gtkscrollbar.c:110
msgid "Display a second backward arrow button on the opposite end of the scrollbar"
msgid ""
"Display a second backward arrow button on the opposite end of the scrollbar"
msgstr ""
#: gtk/gtkscrollbar.c:117
@ -3077,7 +3097,8 @@ msgid "Secondary forward stepper"
msgstr ""
#: gtk/gtkscrollbar.c:118
msgid "Display a secondary forward arrow button on the opposite end of the scrollbar"
msgid ""
"Display a secondary forward arrow button on the opposite end of the scrollbar"
msgstr ""
#: gtk/gtksettings.c:145
@ -3184,7 +3205,8 @@ msgid "Update Policy"
msgstr ""
#: gtk/gtkspinbutton.c:256
msgid "Whether the spin button should update always, or only when the value is legal"
msgid ""
"Whether the spin button should update always, or only when the value is legal"
msgstr ""
#: gtk/gtkspinbutton.c:264
@ -3342,7 +3364,8 @@ msgid "Toolbar style"
msgstr "Štýl písma:"
#: gtk/gtktoolbar.c:284
msgid "Whether default toolbars have text only, text and icons, icons only, etc."
msgid ""
"Whether default toolbars have text only, text and icons, icons only, etc."
msgstr ""
#: gtk/gtktoolbar.c:290
@ -3670,7 +3693,8 @@ msgid "Default Width"
msgstr "Štandardná šírka"
#: gtk/gtkwindow.c:423
msgid "The default width of the window, used when initially showing the window."
msgid ""
"The default width of the window, used when initially showing the window."
msgstr ""
#: gtk/gtkwindow.c:432
@ -3678,7 +3702,8 @@ msgid "Default Height"
msgstr "Štandardná výška"
#: gtk/gtkwindow.c:433
msgid "The default height of the window, used when initially showing the window."
msgid ""
"The default height of the window, used when initially showing the window."
msgstr "Štandardná výška okna použitá pri počiatočnom zobrazení okna."
#: gtk/gtkwindow.c:442
@ -3705,10 +3730,11 @@ msgstr "Režim"
msgid ""
"The the directions in which the size group effects the requested sizes of "
"its component widgets."
msgstr "Režim, ako veľkosť skupiny ovplyvňuje požadované veľkosti jednotlivých prvkov."
msgstr ""
"Režim, ako veľkosť skupiny ovplyvňuje požadované veľkosti jednotlivých "
"prvkov."
#. ID
#: modules/input/imipa.c:144
msgid "IPA"
msgstr "IPA"

2248
po/sl.po

File diff suppressed because it is too large Load Diff

2260
po/sp.po

File diff suppressed because it is too large Load Diff

2260
po/sr.po

File diff suppressed because it is too large Load Diff

2279
po/sv.po

File diff suppressed because it is too large Load Diff

8118
po/tr.po

File diff suppressed because it is too large Load Diff

2274
po/uk.po

File diff suppressed because it is too large Load Diff

2250
po/vi.po

File diff suppressed because it is too large Load Diff

734
po/wa.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3.7\n"
"POT-Creation-Date: 2001-09-03 11:04+0800\n"
"POT-Creation-Date: 2001-09-04 00:11-0400\n"
"PO-Revision-Date: 2001-09-03 11:00+0800\n"
"Last-Translator: Abel Cheung <maddog@linux.org.hk>\n"
"Language-Team: traditional Chinese <zh-l10n@linux.org.tw>\n"