Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gtk
Commits
f393e85f
Commit
f393e85f
authored
Jun 03, 2008
by
Matthias Clasen
Browse files
2.13.2
svn path=/trunk/; revision=20309
parent
cf62c83b
Changes
209
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
f393e85f
2008-06-03 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.2 ===
2008-06-03 Federico Mena Quintero <federico@novell.com>
* gtk/gtkfilechooserentry.c (install_completion_feedback_timer):
...
...
INSTALL
View file @
f393e85f
...
...
@@ -4,7 +4,7 @@ Prerequisites
GTK+ requires the following packages:
- The GLib, Pango, ATK and cairo libraries, available at the same
location as GTK+. GTK+ 2.13.
1
requires at least GLib 2.15.0,
location as GTK+. GTK+ 2.13.
2
requires at least GLib 2.15.0,
Pango 1.20, ATK 1.13.0 and cairo 1.6.0.
- The TIFF, PNG, and JPEG image loading libraries. You most
...
...
@@ -20,8 +20,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
% gzip -cd gtk+-2.13.
1
.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.13.
1
# change to the toplevel directory
% gzip -cd gtk+-2.13.
2
.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.13.
2
# change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK+
[ Become root if necessary ]
...
...
NEWS
View file @
f393e85f
Overview
of
Changes
from
GTK
+
2.13.1
to
2.13.2
==============================================
*
Fix
an
oversight
in
the
header
cleanup
that
went
into
2.13.1
,
which
removed
gtkmarshal
.
h
from
the
set
of
headers
pulled
in
by
gtk
.
h
*
Add
a
function
to
retrieve
the
XID
of
a
status
icon
,
to
allow
notification
bubbles
to
follow
the
icon
*
Bugs
fixed
:
533108
leak
of
GDI
region
in
function
'handle_wm_paint'
530146
Setting
non
-
string
tooltip
with
gtk_tree_view_set_tooltip_column
...
535830
wrong
content
type
adding
an
item
536126
gtk
.
h
don
't include gtkmarshal.h
535497 Print preview doesn'
t
work
535862
gtk_action_create_icon
can
't create icons from the icon themes
536092 GtkEntryCompletion'
s
popup
window
should
set
type
hint
535303
add
_get_implementation
to
GtkStatusIcon
*
Updated
translations
:
Estonian
(
et
)
Galician
(
gl
)
Italian
(
it
)
Vietnamese
(
vi
)
Overview
of
Changes
from
GTK
+
2.13.0
to
2.13.1
==============================================
...
...
README
View file @
f393e85f
General Information
===================
This is GTK+ version 2.13.
1
. GTK+ is a multi-platform toolkit for
This is GTK+ version 2.13.
2
. GTK+ is a multi-platform toolkit for
creating graphical user interfaces. Offering a complete set of widgets,
GTK+ is suitable for projects ranging from small one-off projects to
complete application suites.
...
...
contrib/gdk-pixbuf-xlib/ChangeLog
View file @
f393e85f
2008-06-03 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.2 ===
2008-05-29 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.1 ===
...
...
docs/reference/ChangeLog
View file @
f393e85f
2008-06-03 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.2 ===
2008-06-02 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.types: Add GtkPrintOperationPreview.
...
...
docs/reference/gdk/tmpl/windows.sgml
View file @
f393e85f
...
...
@@ -1667,3 +1667,32 @@ End:
-->
<!-- ##### STRUCT GdkWindowRedirect ##### -->
<para>
</para>
<!-- ##### FUNCTION gdk_window_redirect_to_drawable ##### -->
<para>
</para>
@window:
@drawable:
@src_x:
@src_y:
@dest_x:
@dest_y:
@width:
@height:
<!-- ##### FUNCTION gdk_window_remove_redirection ##### -->
<para>
</para>
@window:
docs/reference/gtk/tmpl/gtkicontheme.sgml
View file @
f393e85f
...
...
@@ -270,6 +270,18 @@ The #GQuark used for #GtkIconThemeError errors.
@Returns:
<!-- ##### FUNCTION gtk_icon_theme_lookup_by_gicon ##### -->
<para>
</para>
@icon_theme:
@icon:
@size:
@flags:
@Returns:
<!-- ##### FUNCTION gtk_icon_theme_load_icon ##### -->
<para>
...
...
@@ -357,6 +369,16 @@ The #GQuark used for #GtkIconThemeError errors.
@icon_info:
<!-- ##### FUNCTION gtk_icon_info_new_for_pixbuf ##### -->
<para>
</para>
@icon_theme:
@pixbuf:
@Returns:
<!-- ##### FUNCTION gtk_icon_info_get_base_size ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkimage.sgml
View file @
f393e85f
...
...
@@ -266,6 +266,16 @@ functions), but they will all return %NULL values.
@size:
<!-- ##### FUNCTION gtk_image_get_gicon ##### -->
<para>
</para>
@image:
@gicon:
@size:
<!-- ##### FUNCTION gtk_image_get_storage_type ##### -->
<para>
...
...
@@ -352,6 +362,16 @@ functions), but they will all return %NULL values.
@Returns:
<!-- ##### FUNCTION gtk_image_new_from_gicon ##### -->
<para>
</para>
@icon:
@size:
@Returns:
<!-- ##### FUNCTION gtk_image_set_from_file ##### -->
<para>
...
...
@@ -429,6 +449,16 @@ functions), but they will all return %NULL values.
@size:
<!-- ##### FUNCTION gtk_image_set_from_gicon ##### -->
<para>
</para>
@image:
@icon:
@size:
<!-- ##### FUNCTION gtk_image_clear ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkprintoperation.sgml
View file @
f393e85f
...
...
@@ -543,6 +543,23 @@ also serves as destroy notify for @data.
</para>
<!-- ##### SIGNAL GtkPrintOperationPreview::got-page-size ##### -->
<para>
</para>
@printoperationpreview: the object which received the signal.
@arg1:
@arg2:
<!-- ##### SIGNAL GtkPrintOperationPreview::ready ##### -->
<para>
</para>
@printoperationpreview: the object which received the signal.
@arg1:
<!-- ##### FUNCTION gtk_print_operation_preview_end_preview ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkstatusicon.sgml
View file @
f393e85f
...
...
@@ -349,3 +349,12 @@ on Win32 doesn't allow to embed arbitrary widgets.
@Returns:
<!-- ##### FUNCTION gtk_status_icon_get_x11_window_id ##### -->
<para>
</para>
@status_icon:
@Returns:
gdk-pixbuf/ChangeLog
View file @
f393e85f
2008
-
06
-
03
Matthias
Clasen
<
mclasen
@
redhat
.
com
>
*
===
Released
2.13.2
===
2008
-
06
-
02
Behdad
Esfahbod
<
behdad
@
gnome
.
org
>
*
Makefile
.
am
:
Add
gdk
-
pixbuf
-
features
.
h
to
BUILT_SOURCES
.
...
...
gtk/xdgmime/ChangeLog
View file @
f393e85f
2008-06-03 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.2 ===
2008-05-29 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.1 ===
...
...
po-properties/ChangeLog
View file @
f393e85f
2008-06-03 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.2 ===
2008-06-01 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
* gl.po: Updated Galician Translation.
...
...
po-properties/af.po
View file @
f393e85f
...
...
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties 2.6-branch\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-0
5-30 00:2
2-0400\n"
"POT-Creation-Date: 2008-0
6-03 18:5
2-0400\n"
"PO-Revision-Date: 2004-03-30 17:02+0200\n"
"Last-Translator: Zuza Software Foundation <info@translate.org.za>\n"
"Language-Team: Afrikaans <translate-discuss-af@lists.sourceforge.net>\n"
...
...
@@ -91,7 +91,7 @@ msgid "The default display for GDK"
msgstr "Die verstekvertoon vir GDK"
#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:176
#: gtk/gtkstatusicon.c:23
1
gtk/gtkwindow.c:600
#: gtk/gtkstatusicon.c:23
5
gtk/gtkwindow.c:600
msgid "Screen"
msgstr "Skerm"
...
...
@@ -299,13 +299,13 @@ msgid "The stock icon displayed in widgets representing this action."
msgstr "Die stapelikon vertoon in dingesies wat hierdie aksie verteenwoordig."
#: gtk/gtkaction.c:258 gtk/gtkcellrendererpixbuf.c:172 gtk/gtkimage.c:230
#: gtk/gtkprinter.c:168 gtk/gtkstatusicon.c:20
4
gtk/gtkwindow.c:592
#: gtk/gtkprinter.c:168 gtk/gtkstatusicon.c:20
8
gtk/gtkwindow.c:592
#, fuzzy
msgid "Icon Name"
msgstr "Fontnaam"
#: gtk/gtkaction.c:259 gtk/gtkcellrendererpixbuf.c:173 gtk/gtkimage.c:231
#: gtk/gtkstatusicon.c:20
5
#: gtk/gtkstatusicon.c:20
9
#, fuzzy
msgid "The name of the icon from the icon theme"
msgstr "Die naam van die geselekteerde font"
...
...
@@ -373,7 +373,7 @@ msgstr "Sensitief"
msgid "Whether the action is enabled."
msgstr "Of die aksie in werking gestel is."
#: gtk/gtkaction.c:320 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:2
47
#: gtk/gtkaction.c:320 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:2
51
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:513
msgid "Visible"
msgstr "Sigbaar"
...
...
@@ -1232,7 +1232,7 @@ msgstr "Pixbuf-uitvouer geslote"
msgid "Pixbuf for closed expander"
msgstr "Pixbuf vir geslote uitvouer"
#: gtk/gtkcellrendererpixbuf.c:136 gtk/gtkimage.c:172 gtk/gtkstatusicon.c:
196
#: gtk/gtkcellrendererpixbuf.c:136 gtk/gtkimage.c:172 gtk/gtkstatusicon.c:
200
msgid "Stock ID"
msgstr "Stapel-ID"
...
...
@@ -1241,7 +1241,7 @@ msgid "The stock ID of the stock icon to render"
msgstr "Die stapel-ID van die stapelikon om weer te gee"
#: gtk/gtkcellrendererpixbuf.c:144 gtk/gtkrecentmanager.c:250
#: gtk/gtkstatusicon.c:22
1
#: gtk/gtkstatusicon.c:22
5
msgid "Size"
msgstr "Grootte"
...
...
@@ -1314,7 +1314,7 @@ msgid "The vertical text alignment, from 0 (top) to 1 (bottom)."
msgstr "Die vertikale belyning, van 0 (bo) na 1 (onder)"
#: gtk/gtkcellrendererprogress.c:221 gtk/gtkiconview.c:731
#: gtk/gtkprogressbar.c:130 gtk/gtkstatusicon.c:2
79
gtk/gtktoolbar.c:494
#: gtk/gtkprogressbar.c:130 gtk/gtkstatusicon.c:2
83
gtk/gtktoolbar.c:494
#: gtk/gtktrayicon-x11.c:96
msgid "Orientation"
msgstr "Oriëntering"
...
...
@@ -1963,7 +1963,7 @@ msgstr "Of die kolom rondom die koppe hersorteer kan word"
msgid "Whether the combo box grabs focus when it is clicked with the mouse"
msgstr "Of 'n knoppie die fokus gryp wanneer dit met die muis gekliek word"
#: gtk/gtkcombobox.c:803 gtk/gtkmenu.c:49
0
#: gtk/gtkcombobox.c:803 gtk/gtkmenu.c:49
1
msgid "Tearoff Title"
msgstr "Afskeurtitel"
...
...
@@ -2508,7 +2508,7 @@ msgid "The desired width of the button widget, in characters."
msgstr ""
#: gtk/gtkfilesel.c:525 gtk/gtkimage.c:163 gtk/gtkrecentmanager.c:219
#: gtk/gtkstatusicon.c:1
88
#: gtk/gtkstatusicon.c:1
92
msgid "Filename"
msgstr "Lêernaam"
...
...
@@ -2820,11 +2820,11 @@ msgstr "Seleksiegrens"
msgid "Opacity of the selection box"
msgstr "Die titel van die fontkies-dialoog"
#: gtk/gtkimage.c:131 gtk/gtkstatusicon.c:18
0
#: gtk/gtkimage.c:131 gtk/gtkstatusicon.c:18
4
msgid "Pixbuf"
msgstr "Pixbuf"
#: gtk/gtkimage.c:132 gtk/gtkstatusicon.c:18
1
#: gtk/gtkimage.c:132 gtk/gtkstatusicon.c:18
5
msgid "A GdkPixbuf to display"
msgstr "'n GdkPixbuf om te vertoon"
...
...
@@ -2852,11 +2852,11 @@ msgstr "Masker"
msgid "Mask bitmap to use with GdkImage or GdkPixmap"
msgstr "Maskerbismatriks om met GdkImage of GdkPixmap te gebruik"
#: gtk/gtkimage.c:164 gtk/gtkstatusicon.c:1
8
9
#: gtk/gtkimage.c:164 gtk/gtkstatusicon.c:19
3
msgid "Filename to load and display"
msgstr "Lêernaam wat gelaai en vertoon moet word"
#: gtk/gtkimage.c:173 gtk/gtkstatusicon.c:
197
#: gtk/gtkimage.c:173 gtk/gtkstatusicon.c:
201
msgid "Stock ID for a stock image to display"
msgstr "Stapel-ID vir 'n stapelbeeld wat vertoon moet word"
...
...
@@ -2904,11 +2904,11 @@ msgstr "Ikon"
msgid "The GIcon being displayed"
msgstr "Ikonstel wat vertoon moet word"
#: gtk/gtkimage.c:255 gtk/gtkstatusicon.c:21
2
#: gtk/gtkimage.c:255 gtk/gtkstatusicon.c:21
6
msgid "Storage type"
msgstr "Bergsoort"
#: gtk/gtkimage.c:256 gtk/gtkstatusicon.c:21
3
#: gtk/gtkimage.c:256 gtk/gtkstatusicon.c:21
7
msgid "The representation being used for image data"
msgstr "Die voorstelling wat vir die beelddata gebruik word"
...
...
@@ -3068,7 +3068,7 @@ msgstr "Die wydte van die uitleg"
msgid "The height of the layout"
msgstr "Die hoogte van die uitleg"
#: gtk/gtkmenu.c:49
1
#: gtk/gtkmenu.c:49
2
msgid ""
"A title that may be displayed by the window manager when this menu is torn-"
"off"
...
...
@@ -3076,41 +3076,41 @@ msgstr ""
"'n Titel wat deur die vensterbestuurder vertoon kan word wanneer hierdie "
"kieslys afgeskeur word"
#: gtk/gtkmenu.c:50
5
#: gtk/gtkmenu.c:50
6
#, fuzzy
msgid "Tearoff State"
msgstr "Afskeurtitel"
#: gtk/gtkmenu.c:50
6
#: gtk/gtkmenu.c:50
7
#, fuzzy
msgid "A boolean that indicates whether the menu is torn-off"
msgstr ""
"'n Titel wat deur die vensterbestuurder vertoon kan word wanneer hierdie "
"kieslys afgeskeur word"
#: gtk/gtkmenu.c:51
2
#: gtk/gtkmenu.c:51
3
msgid "Vertical Padding"
msgstr "Vertikale opvulling"
#: gtk/gtkmenu.c:51
3
#: gtk/gtkmenu.c:51
4
msgid "Extra space at the top and bottom of the menu"
msgstr "Ekstra ruimte aan bo- en onderkant van die kieslys"
#: gtk/gtkmenu.c:52
1
#: gtk/gtkmenu.c:52
2
#, fuzzy
msgid "Horizontal Padding"
msgstr "Horisontale opvulling"
#: gtk/gtkmenu.c:52
2
#: gtk/gtkmenu.c:52
3
#, fuzzy
msgid "Extra space at the left and right edges of the menu"
msgstr "Ekstra ruimte aan bo- en onderkant van die kieslys"
#: gtk/gtkmenu.c:53
0
#: gtk/gtkmenu.c:53
1
msgid "Vertical Offset"
msgstr "Vertikale verplasing"
#: gtk/gtkmenu.c:53
1
#: gtk/gtkmenu.c:53
2
msgid ""
"When the menu is a submenu, position it this number of pixels offset "
"vertically"
...
...
@@ -3118,11 +3118,11 @@ msgstr ""
"Wanneer die kieslys 'n subkieslys is, word dit hierdie getal pixels "
"vertikaal verplaas"
#: gtk/gtkmenu.c:5
39
#: gtk/gtkmenu.c:5
40
msgid "Horizontal Offset"
msgstr "Horisontale verplasing"
#: gtk/gtkmenu.c:54
0
#: gtk/gtkmenu.c:54
1
msgid ""
"When the menu is a submenu, position it this number of pixels offset "
"horizontally"
...
...
@@ -3130,75 +3130,75 @@ msgstr ""
"Wanneer die kieslys 'n subkieslys is, word dit hierdie getal pixels "
"horisontaal verplaas"
#: gtk/gtkmenu.c:54
8
#: gtk/gtkmenu.c:54
9
#, fuzzy
msgid "Double Arrows"
msgstr "Vertoon pyltjie"
#: gtk/gtkmenu.c:5
49
#: gtk/gtkmenu.c:5
50
msgid "When scrolling, always show both arrows."
msgstr ""
#: gtk/gtkmenu.c:55
7
#: gtk/gtkmenu.c:55
8
msgid "Left Attach"
msgstr "Linkeraanhegting"
#: gtk/gtkmenu.c:55
8
gtk/gtktable.c:174
#: gtk/gtkmenu.c:55
9
gtk/gtktable.c:174
msgid "The column number to attach the left side of the child to"
msgstr "Die kolomnommer waaraan die linkersy van die kind geheg moet word"
#: gtk/gtkmenu.c:56
5
#: gtk/gtkmenu.c:56
6
msgid "Right Attach"
msgstr "Regteraanhegting"
#: gtk/gtkmenu.c:56
6
#: gtk/gtkmenu.c:56
7
msgid "The column number to attach the right side of the child to"
msgstr "Die kolomnommer waaraan die regtersy van die kind geheg moet word"
#: gtk/gtkmenu.c:57
3
#: gtk/gtkmenu.c:57
4
msgid "Top Attach"
msgstr "Boaanhegting"
#: gtk/gtkmenu.c:57
4
#: gtk/gtkmenu.c:57
5
msgid "The row number to attach the top of the child to"
msgstr "Die kolomnommer waaraan die bokantste sy van die kind geheg moet word"
#: gtk/gtkmenu.c:58
1
#: gtk/gtkmenu.c:58
2
msgid "Bottom Attach"
msgstr "Onderaanhegting"
#: gtk/gtkmenu.c:58
2
gtk/gtktable.c:195
#: gtk/gtkmenu.c:58
3
gtk/gtktable.c:195
msgid "The row number to attach the bottom of the child to"
msgstr ""
"Die kolomnommer waaraan die onderkantste sy van die kind geheg moet word"
#: gtk/gtkmenu.c:6
69
#: gtk/gtkmenu.c:6
70
msgid "Can change accelerators"
msgstr "Kan snelsleutels wysig"
#: gtk/gtkmenu.c:67
0
#: gtk/gtkmenu.c:67
1
msgid ""
"Whether menu accelerators can be changed by pressing a key over the menu item"
msgstr ""
"Of kieslyssnelsleutels gewysig kan word deur 'n sleutel oor die kieslysitem "
"te druk"
#: gtk/gtkmenu.c:67
5
#: gtk/gtkmenu.c:67
6
msgid "Delay before submenus appear"
msgstr "Vertraag voor subkieslyste verskyn"
#: gtk/gtkmenu.c:67
6
#: gtk/gtkmenu.c:67
7
msgid ""
"Minimum time the pointer must stay over a menu item before the submenu appear"
msgstr ""
"minimum tyd wat die wyser oor 'n kieslysitem moet wag voor die subkieslys "
"verskyn"
#: gtk/gtkmenu.c:68
3
#: gtk/gtkmenu.c:68
4
msgid "Delay before hiding a submenu"
msgstr "Vertraging voor subkieslys verskuil word"
#: gtk/gtkmenu.c:68
4
#: gtk/gtkmenu.c:68
5
msgid ""
"The time before hiding a submenu when the pointer is moving towards the "
"submenu"
...
...
@@ -3698,7 +3698,7 @@ msgstr "Verklein"
msgid "If TRUE, the child can be made smaller than its requisition"
msgstr "Indien WAAR kan die kind kleiner gemaak word as rekwisisie"
#: gtk/gtkplug.c:146 gtk/gtkstatusicon.c:26
3
#: gtk/gtkplug.c:146 gtk/gtkstatusicon.c:26
7
msgid "Embedded"
msgstr ""
...
...
@@ -5114,36 +5114,36 @@ msgstr "Of die statusstaaf 'n greep bevat om die bokant te herskaleer"
msgid "Style of bevel around the statusbar text"
msgstr "Styl van skuinskant rondom die statusstaafteks"
#: gtk/gtkstatusicon.c:22
2
#: gtk/gtkstatusicon.c:22
6
#, fuzzy
msgid "The size of the icon"
msgstr "Die titel van die venster"
#: gtk/gtkstatusicon.c:23
2
#: gtk/gtkstatusicon.c:23
6
#, fuzzy
msgid "The screen where this status icon will be displayed"
msgstr "Die skerm waarop hierdie venster vertoon sal word"
#: gtk/gtkstatusicon.c:23
9
#: gtk/gtkstatusicon.c:2
4
3
msgid "Blinking"
msgstr ""
#: gtk/gtkstatusicon.c:24
0
#: gtk/gtkstatusicon.c:24
4
#, fuzzy
msgid "Whether or not the status icon is blinking"
msgstr "Of die aksie sigbaar is."
#: gtk/gtkstatusicon.c:2
48
#: gtk/gtkstatusicon.c:2
52
#, fuzzy
msgid "Whether or not the status icon is visible"
msgstr "Of die aksie sigbaar is."
#: gtk/gtkstatusicon.c:26
4
#: gtk/gtkstatusicon.c:26
8
#, fuzzy
msgid "Whether or not the status icon is embedded"
msgstr "Of die aksie sigbaar is."
#: gtk/gtkstatusicon.c:28
0
gtk/gtktrayicon-x11.c:97
#: gtk/gtkstatusicon.c:28
4
gtk/gtktrayicon-x11.c:97
#, fuzzy
msgid "The orientation of the tray"
msgstr "Die oriëntering van die nutsbalk"
...
...
po-properties/am.po
View file @
f393e85f
...
...
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-0
5-30 00:2
2-0400\n"
"POT-Creation-Date: 2008-0
6-03 18:5
2-0400\n"
"PO-Revision-Date: 2003-01-14 11:02+EDT\n"
"Last-Translator: Ge'ez Frontier Foundation <locales@geez.org>\n"
"Language-Team: Amharic <locales@geez.org>\n"
...
...
@@ -92,7 +92,7 @@ msgid "The default display for GDK"
msgstr ""
#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:176
#: gtk/gtkstatusicon.c:23
1
gtk/gtkwindow.c:600
#: gtk/gtkstatusicon.c:23
5
gtk/gtkwindow.c:600
msgid "Screen"
msgstr "እስክሪን"
...
...
@@ -291,13 +291,13 @@ msgid "The stock icon displayed in widgets representing this action."
msgstr ""
#: gtk/gtkaction.c:258 gtk/gtkcellrendererpixbuf.c:172 gtk/gtkimage.c:230
#: gtk/gtkprinter.c:168 gtk/gtkstatusicon.c:20
4
gtk/gtkwindow.c:592
#: gtk/gtkprinter.c:168 gtk/gtkstatusicon.c:20
8
gtk/gtkwindow.c:592
#, fuzzy
msgid "Icon Name"
msgstr "የፊደሉ ቅርጽ ስም"
#: gtk/gtkaction.c:259 gtk/gtkcellrendererpixbuf.c:173 gtk/gtkimage.c:231
#: gtk/gtkstatusicon.c:20
5
#: gtk/gtkstatusicon.c:20
9
#, fuzzy
msgid "The name of the icon from the icon theme"
msgstr "የጽሑፉ መለያ"
...
...
@@ -360,7 +360,7 @@ msgstr ""
msgid "Whether the action is enabled."
msgstr ""
#: gtk/gtkaction.c:320 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:2
47
#: gtk/gtkaction.c:320 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:2
51
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:513
msgid "Visible"