Compare commits

...

144 Commits

Author SHA1 Message Date
YunQiang Su 00bdfbc5fc fix an typo in zh_CN translation 2012-08-18 11:23:20 +08:00
Hans Breuer ae0544c636 Bug 609622 - disappearing statusicon
Windows 7 is managing status icon visibility across process lifetime,
which did not work with GTK+ create icons. Apparently the mechanism
does not require use of new API (like suggested by MSDN), but it is
enough to give a "unique" tooltip at creation time.
Formerly this initial tooltip was not set at all, later setting via
gtk_status_icon_set_tooltip_text() is not enough, but luckily
different follow-up tooltips don't disturb the intended behavior.
2010-11-07 21:26:15 +01:00
Hans Breuer fc197a38cc gdk: Ensure flush of surface when cairo_t is destroyed
Add an ugly workaround because GTK does not ensure surfaces get flushed
before directly accessing the drawable backed by the surface. This is
not visible on X11 (where flushing is a no-op), but can be seen on
Windows.

https://bugzilla.gnome.org/show_bug.cgi?id=628291
2010-11-07 21:26:14 +01:00
Hans Breuer 5e59db1554 Prefer MessageBeep() over Beep()
Only the former respects the sound volume setting. If MessageBeep() fails fall back to the latter.
2010-11-07 21:26:14 +01:00
Hans Breuer ce0c94b7fd Include gtkmain.h for gtk_grab_add/gtk_grab_remove 2010-11-07 21:26:13 +01:00
Hans Breuer c93c0546bf On demand definition of WS_EX_COMPOSITED 2010-11-07 21:26:12 +01:00
Hans Breuer b29f114a44 No mmx with msvc build 2010-11-07 21:26:11 +01:00
Sweta Kothari 56e946e7c1 Updated Gujarati Translations 2010-09-22 17:00:21 +05:30
Tor Lillqvist a9a505a5ce Add gdiplus.def 2010-09-09 21:11:27 +03:00
Tor Lillqvist aa85263c0e Link directly to GDI+ API avoiding LoadLibrary
Avoid potential DLL hijacking risks by not calling LoadLibrary() to
load gdiplus.dll. As gdiplus.dll is a WinSxS (side-by-side) DLL we
couldn't use the full path anyway as we don't know it.

So just link to the GDI+ functions directly. Gdiplus.dll should be
present on all Windows versions we support anyway. Some complexity
added as MinGW doesn't come with an import library for gdiplus.dll, so
we have to create one ourselves. But we call relatively few functions
from gdiplus.dll so that is not a big deal.

Note that despite being a side-by-side DLL (or "assembly"),
gdiplus.dll is apparently a special case in that you don't need a
manifest to tell the OS which version of gdiplus.dll you want. Weird.
2010-09-09 21:09:46 +03:00
Tor Lillqvist 6d37b26673 Avoid potential DLL hijacking in Wintab code
Load Wintab32.dll from an absolute path. A proper Wintab32.dll, if
present, should be in the Windows system directory, so load it from
there.
2010-09-09 20:26:37 +03:00
Tor Lillqvist 9ac354e0e0 Just use TrackMouseEvent directly
TrackMouseEvent is present in user32.dll in all Windows versions we
support. No need to look it up dynamically. No need to fallback to
_TrackMouseEvent from comctrl32.dll.
2010-09-03 00:51:55 +03:00
Tor Lillqvist 8c6b326d2e Avoid potential DLL hijacking in ms-windows theme engine
Load uxtheme.dll from an absolute path. A proper uxtheme.dll, if
present, will always be in the Windows system directory, so load it
from there.
2010-09-02 14:30:59 +03:00
Tor Lillqvist 1eaa240691 Workaround for UAC on Windows
Create a gtk-update-icon-cache.exe.manifest file to avod UAC. Windows
thinks that any program with "update" in its name is some kind of
installer that needs administrative privileges to do its job.
2010-09-02 13:03:28 +03:00
Tor Lillqvist fec6b83dc3 Accept also Automake 1.10 and 1.11 2010-09-02 12:52:34 +03:00
Sandeep Shedmake dd431cda86 fixed incorrect spelling of 'calender'; corrected to 'calendar' 2010-08-19 21:22:59 +05:30
krishnababu k f5f520526c Corrected string occurrence calendar 2010-08-19 21:24:01 +05:30
Inaki Larranaga Murgoitio 3957342516 Updated Basque language 2010-03-22 14:42:47 +01:00
Inaki Larranaga Murgoitio ddc93bd944 Updated Basque language 2010-03-22 14:40:28 +01:00
Russell Kyaw e7d511d391 Added Burmese (Myanmar, my) translations 2010-02-11 00:12:47 +02:00
Shixin Zeng 6cf7c942f6 Don't use stream before it is created 2010-02-07 22:24:07 +02:00
Tor Lillqvist 67834690d0 Fix the GDI+ gdk-pixbuf loader
Should fix bug #552678. Patch by Dominic Lachowicz, based on a clueful
response from Jason Copenhaver on Albeto Ruiz's blog
http://aruiz.typepad.com/siliconisland/2009/08/dear-lazyweb-gtk-need-gdi-help.html
2010-02-07 20:45:46 +02:00
Steffen Macke e68a26ea72 Fix menu bar problem in ms-windows theme engine on Windows 7
Patch from bug #591186
2010-02-06 20:06:17 +02:00
Inaki Larranaga ab799e780b Updated Basque translation 2010-01-05 13:24:19 +01:00
Carles Ferrando 2001a3561d Minor update to Catalan (Valencian) translation 2009-11-08 12:47:48 +01:00
Simos Xenitellis 08b553b726 Updated Greek translation 2009-10-17 17:11:00 +03:00
Djavan Fagundes 95a9cf4215 Corrected a typo in Brazilian Portuguese translation 2009-10-15 20:51:44 -03:00
Gabor Kelemen bbf2966369 Updated Hungarian translation 2009-09-24 12:28:37 +02:00
Jorge González a3c11d0f91 Updated Spanish translation 2009-09-24 10:19:50 +02:00
Jorge González d89f6e42ee Updated Spanish translation 2009-09-24 10:10:20 +02:00
Matej Urbančič 4e121c08c3 Updated Slovenian translation 2009-09-22 12:46:39 +02:00
Matej Urbančič 7d02c7953f Updated Slovenian translation 2009-09-22 12:44:10 +02:00
Manoj Kumar Giri b468106195 Upadted Oriya Translation 2009-09-15 17:42:07 +05:30
Tor Lillqvist 29cf26806f Parse libtoolize --version more carefully
Some recent versions of libtoolize output a version blurb like:
  libtoolize (GNU libtool 1.3110 2009-07-01) 2.2.7a
Don't get confused by the numbers inside the parens.
2009-09-12 01:54:10 +03:00
Gil Forcada 830cea11a2 Minor fix to Catalan translation 2009-09-04 17:46:04 +02:00
Jonh Wendell 4890457372 Updated Brazilian Portuguese translation 2009-09-04 10:14:08 -03:00
Christian Kirbach d937574e10 Updated German translation 2009-09-03 19:34:43 +02:00
Gabor Kelemen be039e643a Revert "Hungarian translation updated"
This reverts commit 67dcaca7a3.

i wanted this only to master...
2009-09-03 00:12:01 +02:00
Gabor Kelemen 67dcaca7a3 Hungarian translation updated 2009-09-03 00:02:26 +02:00
Daniel Nylander 470c66a313 Updated Swedish translation 2009-09-01 10:49:32 +02:00
Shankar Prasad a7975c6444 Updated Kannada(kn) translation 2009-08-31 13:52:19 +05:30
Jorge González 610584730e Updated Spanish translation 2009-08-30 14:02:37 +02:00
Matthias Clasen 7869722949 Bump version 2009-08-29 10:30:20 -04:00
Matthias Clasen c6ba4dc725 2.16.6 2009-08-29 10:28:05 -04:00
Matthias Clasen 289a41b17b Updates 2009-08-28 23:39:26 -04:00
Matthias Clasen 31f94ca1cf Silence the conversion from xatom to atom too 2009-08-28 22:53:19 -04:00
Kristian Rietveld 876c05148d Make gtk_tree_view_real_set_cursor() handle non-existing paths
Such paths (eg. a child node that is collapsed) should be ignored.  This
is fixed by checking the return value of _gtk_tree_view_find_node(),
which returns a partial return value (the parent node) when it returns
TRUE.
2009-08-28 22:40:36 -04:00
Kristian Rietveld c72a3976a0 Bug 543310 - set_enable_tree_lines doesn't work when a cellrenderer...
Reorder drawing in gtk_tree_view_bin_expose() so that the tree lines are
drawn after the cells have been drawn.  This is because cell-background
is handled in the cell renderer, so the tree lines need to be drawn
after this.
2009-08-28 22:38:58 -04:00
Kristian Rietveld c845417bf1 Bug 588199 - GtkTreeView rendering glitch while using a default ...
Contrary to what was believed before, do_validate_rows() does need to
queue a normal resize (including a redraw) when it has to.  The redraw
is required because of the size of the tree has changed because new
row(s) have been validated.
2009-08-28 22:38:22 -04:00
Kristian Rietveld 4ab706607d Bug 592883 - Spin cell rendererer problem with double click
Block 2BUTTON and 3BUTTON press events using a button press event
handler in GtkCellRendererSpin, so that they won't be eaten and
processed by tree view.
2009-08-28 22:37:51 -04:00
Benjamin Otte c7dac07222 Bug 592606 - Activate the default button in a respose-request callback
Previously the rightmost button with a proper response id was activated,
this is now only done if there is no default button set.

With this patch the right widget gets activated when there are multiple
widgets wth response ids conforming to is_stock_accept_response_id() as
the selected widget is made the new default widget before showing the
overwrite confirmation dialog.
2009-08-28 22:37:30 -04:00
Christian Dywan 6787e1cfca Bug 592901 - Crash in JPEG pixbuf loader instead of error
Initialize the error structure early enough to ensure that it
propagates properly in the case of an error. Patch by Nokia.
2009-08-28 22:36:45 -04:00
Christian Persch e9f8e452cd Preserve errno, and always use g_strerror()
Bug #592461.
2009-08-28 22:36:03 -04:00
Kristian Rietveld 2d9ed5af51 Remove broken logic in backwards walks in validate_visible_area()
In validate_visible_area() it was assumed that gtk_tree_path_prev()
would always return the correct path of the preceding node.  This is
obviously not true.  The if-clause has been removed so that we now
always use _gtk_tree_view_find_path() to get the path from the tree,
node.
2009-08-28 22:31:33 -04:00
Kristian Rietveld f638cf711e Bug 528283 - Problems when using PageUp & PageDown to navigate...
Patch from Jonathan Matthew to make focus grabbing of page up/down,
home/end and left/right movements consistent with up/down.
2009-08-28 22:30:36 -04:00
Kristian Rietveld d91a1650ac Bug 526149 - GtkCellRendererAccel editing conflicts with mnemonics
GtkCellRendererAccel also needs to acquire the GTK+ grab in addition to
a GDK keyboard grab.  With the GDK keyboard grab, KeyPress and
KeyRelease events are delivered as usual, although we only want to
receive them for our grab widget.
2009-08-28 22:30:16 -04:00
Kristian Rietveld bd612ac56b Bug 478519 - GtkTooltip segfaults on NULL gdk-display-current-tooltip
Make the tooltip code a bit more robust for a case that only occurs when
GTK+ is used from a language binding.  It looks like this case appears
because the memory management / ref counting is handled differently in
some of the language bindings.  Instead of asserting, we will fail
silently.  Also fix a think-o in gtk_tooltip_start_delay().  Patch from
O. Andrieu.
2009-08-28 22:30:07 -04:00
Matthias Clasen edbf79b956 Handle accelerators involving virtual modifiers better
The previous code would trigger on an unmodified 'S' key for a
'Super+S' accel. The current code avoids that at the cost of breaking
combinations like 'Mod4+Super+S' which are too exotic to worry about...
Bug 591526
2009-08-28 22:29:07 -04:00
Paolo Borelli e755d10765 Bug 592003 - Shift+click should always modify selection
Shift-click inside an existing selection reduces the selection to the
range from the insert mark to the clicked point instead of removing the
selection. This makes GtkTextView more consistent with GtkEntry.
2009-08-28 22:28:56 -04:00
Paolo Borelli b86984d913 Fix memory leaks when using add_objects 2009-08-28 22:28:37 -04:00
Paolo Borelli 8e871b7fc1 Fix memory leaks in unit tests 2009-08-28 22:28:27 -04:00
Paolo Borelli 370d008b20 Fix duplicated id detection in gtkbuilder
Fix memory handling of duplicated id hashtable and add unit test
2009-08-28 22:28:17 -04:00
Matthias Clasen d5b92a3ec3 Don't return uninitialized pointers
This was giving me segfaults somewhere else.
2009-08-28 22:27:57 -04:00
Marek Kasik 2e4345ed50 Print when Enter pressed in certain GtkEntries of the print dialog
Print when Enter pressed in Name entry or Command Line entry in the
print dialog (#564695).
Add gtk_printer_option_set_activates_default() function and
gtk_printer_option_get_activates_default() function to control
behaviour of GtkPrinterOptionWidget.
2009-08-28 22:25:34 -04:00
Matthias Clasen 8b774172b5 Emit GtkAssistant::apply before computing the next step
This fixes bug 589745.
2009-08-28 22:20:55 -04:00
Pascal Terjan 2e06769e89 Update tooltip if no removable one is selected 2009-08-28 22:20:25 -04:00
Federico Mena Quintero 8bf0a0d652 bgo#161489 - In the file chooser, let the left/right arrow keys switch focus between the file list and shortcuts
Based on a patch by Christian Neumair <cneumair@gnome.org>

Signed-off-by: Federico Mena Quintero <federico@novell.com>
2009-08-28 22:18:07 -04:00
Federico Mena Quintero a6bff7c9dd From the shortcuts pane, focus the GtkEntry and redirect unhandled keystrokes to it
This lets us do this:

1. click on a folder in the shortcuts pane
2. start typing a filename

Then, the typed filename will actually go to the filename entry, like
the user expects.  (Or to the search entry, in case the user clicked
on the Search shortcut.)

Also, removed the obsolete callback that made "/" and "~" typed in the
shortcuts pane bring up the location entry.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
2009-08-28 22:17:56 -04:00
Federico Mena Quintero 513858248c bgo#534462: Disable interactive search in the file chooser's shortcuts pane
People often do this:
1. Bring up a SAVE dialog
2. Click on a folder in the shortcuts pane
3. Start typing a filename
4. Oops!  The interactive-search entry in the shortcuts pane appears.

With this, the shortcuts pane will not bring up the interactive-search entry.  Then it
will be clear that you are not typing in the right place.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
2009-08-28 22:17:10 -04:00
Matthias Clasen 1337173a65 Fix issues with resize handles
The resize handles were not correctly redrawn and not positioned
correctly, initially.
2009-08-28 22:15:02 -04:00
Paolo Borelli 91a29ddbc8 Microoptimization in interactive search handling 2009-08-28 22:13:30 -04:00
Paolo Borelli 82df10f390 Bug 588943 – set correct selection before emitting cursor-changed when searching
Make sure the correct selection is set when emitting cursor-changed
during an interactive search
2009-08-28 22:13:10 -04:00
Matthias Clasen b234d6a685 Fix a typo in the startup-id property definition
This was noticed in bug 588958.
2009-08-28 22:11:36 -04:00
Gil Forcada 3404ad89b9 Minor fix to Catalan translation 2009-08-24 20:15:12 +02:00
Carles Ferrando c31cefc5a3 Updated Catalan (Valencian) translation 2009-08-24 20:13:20 +02:00
Gil Forcada 3f01bf8774 Minor fix to Catalan translation 2009-08-24 20:10:30 +02:00
Carles Ferrando 2d830a1285 Updated Catalan (Valencian) translation 2009-08-24 20:05:03 +02:00
Tor Lillqvist 2149a4e83b Update README.win32 2009-08-24 10:07:15 +03:00
Tor Lillqvist 1115251d60 Correct debugging output. 2009-08-24 10:04:12 +03:00
Antón Méixome d7d400ff4d Updated Galician translation 2009-08-10 17:30:39 +02:00
Matthias Clasen 3349fd5beb Avoid warnings in atom conversion
Cave in and revert to silently converting GDK_NONE to None.
Fixes bug 580511.
2009-08-03 12:39:42 +01:00
Leonardo Ferreira Fontenelle b095fd829d Updated Brazilian Portuguese translation.
This is a merge of some translation fixes recently pushed to master.
2009-08-02 01:41:31 -03:00
Bastien Nocera d95bd8f509 Bug 589195 – gtktreeview.c warning
Fix compile-time warning by casting the widget properly.
2009-07-21 02:14:57 +01:00
Matthias Clasen 99d391eaf2 Fix versions 2009-07-18 01:29:10 -04:00
Matthias Clasen 1521671c8d Bump version 2009-07-18 01:13:17 -04:00
Matthias Clasen 0971f51d0d 2.16.5 2009-07-18 01:11:54 -04:00
Matthias Clasen 0012d67ab1 Remove accidentally merged use of new api 2009-07-18 00:23:10 -04:00
Matthias Clasen 1656c82f77 Updates 2009-07-18 00:10:00 -04:00
Matthias Clasen 6e73d995f2 Fix DND onto an empty icon view
This did not work due to a copy and paste bug from the time when
the treeview DND code was turned into iconview DND code. Fixes
bug 599484.
2009-07-18 00:04:29 -04:00
Matthias Clasen af51f88055 Make suitable GtkAssistant buttons default
We grab the default to the apply, forward or close buttons, as
appropriate. Also, make sure that the logic for setting the focus
to the best place on page change is applied to the initial page.
2009-07-18 00:04:05 -04:00
Matthias Clasen 7e602acc8d Add a tooltip to the save folder combo
Add a tooltip that shows the full path of the current folder, to avoid
ambiguity. We only show the tooltip when the expander is collapsed to
avoid cluttering the full file chooser.
2009-07-18 00:03:49 -04:00
Matthias Clasen 2c341455d8 Fix some problems with prelighting of icons in entries 2009-07-18 00:02:16 -04:00
Sweta Kothari a1650aa273 Updated Gujarati Translations 2009-07-15 05:41:22 -04:00
Rajesh Ranjan 7340c486b6 hindi update to remove one error in translation 2009-07-10 15:06:28 +05:30
Tristan Van Berkom 0bbe2ab4cb Accelerators failed for submenus (GNOME bug 582025)
gtk/gtkmenuitem.c: Override custom_tag_finished() for "accelerator" and search
the correct toplevel GtkWindow to attach accelerators to menu items.

gtk/gtkwidget.[ch]: Added _gtk_widget_buildable_finish_accelerator() to allow
subclasses to specify a toplevel window to associate with when parsing <accelerator>
tags
2009-07-07 04:11:12 -04:00
Matthias Clasen ca665810ec Bump version 2009-07-01 18:32:17 -04:00
Matthias Clasen 927e7209a5 2.16.4 2009-07-01 18:30:04 -04:00
Matthias Clasen 41e79523a0 Updates 2009-07-01 16:57:35 -04:00
Matthias Clasen b89b6f9c83 Make stock buttons have mnemonics again
We used to treat stock buttons as having an implicit use-underline.
A recent but fix lost that.
2009-07-01 15:12:14 -04:00
Matthias Clasen 00a5221cee Bump version 2009-06-28 01:13:12 -04:00
Matthias Clasen 2d7c26133a 2.16.3 2009-06-28 01:08:12 -04:00
Matthias Clasen a00b21d2e4 Update for 2.16.3 2009-06-27 23:31:50 -04:00
Marco Túlio Gontijo e Silva 47b3f98340 Updated Brazilian Portuguese translation 2009-06-23 19:06:06 -03:00
Stanislav Brabec bc27497020 bgo#529908 - Sanitize handling of motion events in GtkNotebook
GtkNotebook used gdk_window_get_pointer() incorrectly, as it already
had coordinates from various GdkEvents.  Using get_pointer() means
that you get pointer positions *after* the event has happened, which
leads to visual out-of-sync results, or inadvertently detached tabs if
you click on them while your machine is being slow.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
2009-06-23 14:37:56 -05:00
Bastien Nocera 072ddd923d Bug 461944 – pressing the volume icon in full screen shuts down the sound
Don't pass the click on the button through to the scale when the
dock popup will be moved, otherwise we could end up changing the
sound in unexcepted ways (to zero for vertical popups at the bottom
of the screen for example).
2009-06-22 17:28:43 +01:00
Matthias Clasen c216fcc16d Remove extra padding from comboboxes
We do want to have consistent padding in menus in menubars and context
menus, but the menus used in comboboxes don't need the extra padding.
Add private GtkMenu API for turning this off. Bug 564063
2009-06-22 12:19:52 -04:00
Matthias Clasen c4aae6a411 Fix 'Add to bookmarks' initial sensitivity
Make sure that we always call bookmarks_check_add_sensitivity() at
least once before popping up a newly created menu. Fixes bug 585858.
2009-06-22 12:18:19 -04:00
Matthias Clasen 5268657bef Update some links in the tutorial
This fixes bug 585953.
2009-06-22 12:18:04 -04:00
Matthias Clasen 8d41fc7ef1 Reduce roundtrips
Setting a tooltip on a widget unfortunately triggers several roundtrips
to the X server. We reduce this overhead by only doing it if the
widget is visible, and by deferring to an idle. See bug 585626.
2009-06-22 12:17:49 -04:00
Matthias Clasen 1b4d4628b9 Fix an oversight in mnemonic handling
In some situations, GtkButton would ignore the use-underline
property. This was reported in bug 586330.
2009-06-22 12:17:08 -04:00
Federico Mena Quintero e227a8b0d7 bgo#586315 - gtk_file_chooser_list_shortcut_folders() was crashing
The virtual method list_shortcut_folders returns a GSList * of GFile *.
In turn, gtk_file_chooser_list_shortcut_folders() converts those to strings.

However, the delegate in gtkfilechooserutils.c was calling
gtk_file_chooser_list_shortcut_folders() every time, so we were trying
to convert invalid data.

Now we have an internal function that deals with GFile *.  That
function is called by the delegate, and the conversion is done only
once by the API entry points.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
2009-06-18 22:26:39 -05:00
A S Alam b12515cf2b updating Punjabi Translation for branch 2009-06-18 06:45:45 +05:30
Daniel Elstner 97b64d8037 Terminate case with break in switch statement
* gtk/gtkstatusicon.c (gtk_status_icon_set_property): Add missing
break statements to unterminated case blocks inside switch.
2009-06-15 21:46:59 +02:00
Matthias Clasen cdca87d715 Bug 565317 - Resulting image of GtkCellRendererPixbuf depends on order of set properties
(gtk_cell_renderer_pixbuf_set_property): add back evil code that makes
sure that the current image is only unset if the new image was created
from the same property or the new property is not NULL.
2009-06-15 21:16:08 +02:00
Daniel Nylander 523ddd573e Updated Swedish translation 2009-06-14 22:12:48 +02:00
Manoj Kumar Giri 7d6991b80b Added entries for Hindi Translation updated by Rajesh Ranjan 2009-06-10 19:56:15 +05:30
Manoj Kumar Giri 32dae07600 Updated Hindi Translation on behalf of Rajesh Ranjan 2009-06-10 19:56:15 +05:30
Runa Bhattacharjee a7c59cfe53 Updated Bengali India Translations 2009-06-09 10:28:29 +05:30
Manoj Kumar Giri 4163c21667 Updated Oriya Translation 2009-06-08 19:22:20 +05:30
Manoj Kumar Giri abea8a8176 Added entries for Oriya Translation 2009-06-08 19:17:59 +05:30
Manoj Kumar Giri dc11d389ed Updated Oriya Translation 2009-06-08 19:16:14 +05:30
Takeshi AIHANA ed9e9fc4e4 Updated Japanese translation. 2009-05-31 16:52:30 +09:00
Matthias Clasen ba08850ab0 Bump version to 2.16.3 2009-05-31 01:11:38 -04:00
Matthias Clasen 06175da87c 2.16.2 2009-05-31 01:06:45 -04:00
Matthias Clasen 52ea5ae34f Some more updates 2009-05-30 23:46:55 -04:00
Matthias Clasen ce698bb822 Avoid assertions due to invalid page sequence
It is much nicer to handle this gracefully in compute_last_button_state.
Fixes bug 584125.
2009-05-30 23:42:49 -04:00
Cody Russell 3cf9c3107f Improve GtkEntry handling of invalid stock ids
Instead of silently showing no icon, show a "missing image"
icon, like GtkImage does in the same situation. Fixes bug 579590.
2009-05-30 23:41:43 -04:00
Caolan McNamara 1b79defed1 Plug a memory leak in Xrandr code 2009-05-30 23:41:23 -04:00
Matthias Clasen 74c15a542a Make spinbutton test pass 2009-05-29 23:42:23 -04:00
Matthias Clasen 5986130b04 Update for 2.16.2 2009-05-29 23:07:04 -04:00
James Andrewartha 5b00aeb33a add missing include $(top_srcdir)/git.mk to modules/papi/Makefile.am
Signed-off-by: Davyd Madeley <davyd@madeley.id.au>
2009-05-29 23:03:05 -04:00
Matthias Clasen 62edcd72e0 Avoid another case of treating None as an atom 2009-05-29 22:49:16 -04:00
mark@ecs.vuw.ac.nz 68c87c6f9c Signalize that CUPS connection is available when EISCONN occurs
Add test for EISCONN error when testing whether a connection to CUPS server
is available (#576678 - patch by mark@ecs.vuw.ac.nz).

Signed-off-by: Marek Kasik <mkasik@redhat.com>
2009-05-29 22:46:55 -04:00
Eitan Isaacson 13530e5024 Fix GtkAssistant's accessible children. Fixes bug #575319. 2009-05-29 19:32:50 +02:00
Seán de Búrca af8588b738 Updated Irish translation 2009-05-25 19:48:15 +01:00
Seán de Búrca 9b41466997 Updated Irish translation 2009-05-25 00:21:59 +01:00
Alexander Shopov 35b692722b Updated Bulgarian translation 2009-05-19 07:52:21 +03:00
Matthias Clasen 277b4ea327 Improve GtkNotbook behaviour with too little space
This fixes bug 582488. The patch was provided by Morten Welinder.
2009-05-17 23:57:49 -04:00
Davyd Madeley fce593032f Fix broken compile: s/gtk_selection_atom/gtk_selection_atoms
Introduced in 94b63ec9b7
2009-05-18 11:16:44 +08:00
Ask H. Larsen ae4294b60b Updated Danish translation 2009-05-18 01:54:51 +02:00
Matthias Clasen 6af37e80bf Avoid a warning when persisting clipboards
Correctly handle conversion to SAVE_TARGETS as a side-effect target
with no side-effect, by returning a zero-sized property of type NULL.
See section 2.6.3 of the ICCCM.
2009-05-17 18:39:55 -04:00
Matthias Clasen af59a97a3a Avoid warnings when handling SelectionNotify
The property field in SelectionNotify events may be None instead
of an atom.
2009-05-17 18:39:43 -04:00
Martin Nordholts 35ab9b7983 Avoid memory corruption on complicated confirm-overwrite logic
Dup the file chooser entry string because the string may be modified
depending on what clients do in the confirm-overwrite signal and this
corrupts the pointer.
2009-05-15 22:46:21 +02:00
gheet 503282dad2 Adding a new PAPI print backend module details see GNOME#382676. (gheet) 2009-05-13 20:11:59 +01:00
278 changed files with 56441 additions and 46171 deletions
+119
View File
@@ -1,3 +1,122 @@
Overview of Changes from GTK+ 2.16.5 to 2.16.6
==============================================
* Bugs fixed:
161489 Make left/right arrows change focus between bookmarks...
592883 Spin cell rendererer problem with double click
478519 GtkTooltip segfaults on NULL gdk-display-current-tooltip.
592003 Shift+click should always modify selection
589195 gtktreeview.c warning
588199 GtkTreeView rendering glitch while using a default sort...
526149 GtkCellRendererAccel editing conflicts with mnemonics
592901 Crash in JPEG pixbuf loader instead of error
592461 preserve errno and use g_strerror
589745 Apply message in GtkAssistant
588943 set correct selection before emitting cursor-changed...
592606 Activate the default button in a respose-request callback
591526 Accelerator keys with <super> modifier also triggered...
588958 Typo in startup-id window property
580511 gdk_x11_atom_to_xatom_for_display translates GDK_NONE...
564695 Pressing enter key in print to file "Name" box does not print
528283 Problems when using PageUp & PageDown to navigate...
534462 Focus issues in file chooser
543310 set_enable_tree_lines doesn't work when a cellrenderer...
* Translation updates:
Brazilian Portuguese
Catalan (Valencian)
Galician
Overview of Changes from GTK+ 2.16.4 to 2.16.5
==============================================
* Fix a side-effect introduced by the fix for bug 586330 that
caused all stock buttons to loose their mnemonics.
* Bugs fixed:
582025 Accelerators fail for submenus
150951 collapsed save dialog needs to indicate filesystem...
527583 GtkAssistant should set buttons as default widget
588484 Iconview DnD fails when Destination is empty
* Updated translations:
Gujarati
Hindi
Overview of Changes from GTK+ 2.16.2 to 2.16.3
==============================================
* Bugs fixed:
565317 Resulting image of GtkCellRendererPixbuf depends on order
586315 gtk_file_chooser_list_shortcut_folders() was crashing
461944 pressing the volume icon in full screen shuts down the...
529908 Sanitize handling of motion events in GtkNotebook
564063 regression: Left margin in popup menus
585626 Setting widget tooltip hammers X11 server on any TCP/IP X...
585858 right-click Add-to-Booksmarks is sometimes greyed out
585953 Invalid link in the first page of GTK tutorial
586330 GtkButton ignores use_underline when an image is set
* Updated translations:
Bengali India
Brazilian Portuguese
Hindi
Japanese
Oriya
Punjabi
Swedish
Overview of Changes from GTK+ 2.16.1 to 2.16.2
==============================================
* Reinstate traditional behaviour of GtkAdjustment wrt. to
page size that was accidentally lost between 2.14.x and 2.16
* Bugs fixed:
463773 Openoffice and flash run into a deadlock when used with KDE
315462 GtkButton doesn't center its child when the child is too ...
531490 gdk_window_set_events (0) will _ADD_ events to the root w...
574386 Remove deprecated call to gtk_status_icon_set_tooltip in ...
575319 Problems with GtkAssistant accessibility
576678 cups printbackend doesn't list printers on NetBSD
579366 gtkbuilderparser leaks RequiresInfo objects.
579884 casting problem in gmodule
580511 gdk_x11_atom_to_xatom_for_display translates GDK_NONE as ...
582003 Calling gdk_window_get_events() changes the event mask, b...
582488 GtkNotebook behaves poorly when allocated less than reque...
382676 PAPI backend is required
535557 gdk_window_set_icon_name should accept NULL to unset
579590 gtk_entry_set_icon_from_stock should warn when invalid...
584125 GtkAssistant asserts if last page is GTK_ASSISTANT_PAGE_...
584021 titchy leak
* Updated translations:
Arabic
Brazilian Portuguese
British English
Bulgarian
Catalan
Czech
Danish
Estonian
German
Greek
Gujarati
Hungarian
Irish
Italian
Kannada
Oriya
Serbian
Simplified Chinese
Slovenian
Spanish
Ukrainian
Overview of Changes from GTK+ 2.16.0 to 2.16.1
==============================================
+184 -117
View File
@@ -1,117 +1,184 @@
The Win32 backend in GTK+ is not as stable or correct as the X11 one.
For prebuilt runtime and developer packages see
http://ftp.gnome.org/pub/gnome/binaries/win32/
Building GTK+ on Win32
======================
First you obviously need developer packages for the compile-time
dependencies: Pango, atk, glib, gettext-runtime, libiconv, libpng,
zlib, libtiff at least. See
http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies .
After installing the dependencies, there are two ways to build GTK+
for win32.
1) GNU tools, ./configure && make install
-----------------------------------------
This requires you have mingw and MSYS.
Use the configure script, and the resulting Makefiles (which use
libtool and gcc to do the compilation). I use this myself, but it can
be hard to setup correctly.
The full script I run to build GTK+ 2.10 unpacked from a source
distribution is as below. This is from bulding GTK+ 2.10.9, slightly
edited to make it match this 2.11 development branch. Actually I don't
use any script like this to build the development branch, as I don't
distribute any binaries from development branches.
MOD=gtk+
VER=2.10.9
THIS=$MOD-$VER
HEX=`echo $THIS | md5sum | cut -d' ' -f1`
TARGET=c:/devel/target/$HEX
DEPS="`/devel/src/tml/latest.sh glib atk cairo pango`"
sed -e 's/need_relink=yes/need_relink=no # no way --tml/' <ltmain.sh >ltmain.temp && mv ltmain.temp ltmain.sh
usedev
usemsvs6
MY_PKG_CONFIG_PATH=""
for D in $DEPS; do
PATH=/devel/dist/$D/bin:$PATH
MY_PKG_CONFIG_PATH=/devel/dist/$D/lib/pkgconfig:$MY_PKG_CONFIG_PATH
done
PKG_CONFIG_PATH=$MY_PKG_CONFIG_PATH:$PKG_CONFIG_PATH CC='gcc -mtune=pentium3 -mthreads' CPPFLAGS='-I/opt/gnu/include -I/opt/gnuwin32/include -I/opt/misc/include' LDFLAGS='-L/opt/gnu/lib -L/opt/gnuwin32/lib -L/opt/misc/lib -Wl,--enable-auto-image-base' LIBS=-lintl CFLAGS=-O2 ./configure --with-gdktarget=win32 --enable-debug=yes --disable-gtk-doc --disable-static --prefix=$TARGET &&
libtoolcacheize &&
unset MY_PKG_CONFIG_PATH &&
PATH=/devel/target/$HEX/bin:.libs:$PATH make install &&
(cd $TARGET/bin; strip --strip-unneeded *.dll *.exe) &&
(cd $TARGET/lib/gtk-2.0/2.10.0/loaders; strip --strip-unneeded *.dll) &&
(cd $TARGET/lib/gtk-2.0/2.10.0/immodules; strip --strip-unneeded *.dll) &&
(cd $TARGET/lib/gtk-2.0/2.10.0/engines; strip --strip-unneeded *.dll) &&
PATH=$TARGET/bin:$PATH gdk-pixbuf-query-loaders >$TARGET/etc/gtk-2.0/gdk-pixbuf.loaders &&
grep -v -E 'Automatically generated|Created by|LoaderDir =' <$TARGET/etc/gtk-2.0/gdk-pixbuf.loaders >$TARGET/etc/gtk-2.0/gdk-pixbuf.loaders.temp &&
mv $TARGET/etc/gtk-2.0/gdk-pixbuf.loaders.temp $TARGET/etc/gtk-2.0/gdk-pixbuf.loaders &&
grep -v -E 'Automatically generated|Created by|ModulesPath =' <$TARGET/etc/gtk-2.0/gtk.immodules >$TARGET/etc/gtk-2.0/gtk.immodules.temp &&
mv $TARGET/etc/gtk-2.0/gtk.immodules.temp $TARGET/etc/gtk-2.0/gtk.immodules &&
./gtk-zip.sh &&
(cd /devel/src/tml && zip /tmp/$MOD-dev-$VER.zip make/$THIS.make) &&
manifestify /tmp/$MOD*-$VER.zip
You should not just copy the above blindly. There are some things in
the script that are very specific to *my* build setup on *my* current
machine. For instance the "latest.sh" script, the "usedev" and
"usemsvs6" shell functions, the /devel/dist folder. The above script
is really just meant for reference, to give an idea. You really need
to understand what things like PKG_CONFIG_PATH are and set them up
properly after installing the dependencies before building GTK+.
As you see above, after running configure, one can just say "make
install", like on Unix. A post-build fix is needed, running
gdk-pixbuf-query-loaders once more to get a correct gdk-pixbuf.loaders
file.
2) Microsoft's tools
--------------------
Use the Microsoft compiler, cl and Make, nmake. Say nmake -f
makefile.msc in gdk and gtk. Be prepared to manually edit various
makefile.msc files, and the makefile snippets in build/win32.
Alternative 1 also generates Microsoft import libraries (.lib), if you
have lib.exe available. It might also work for cross-compilation from
Unix.
I use method 1 myself. Hans Breuer has been taking care of the MSVC
makefiles. At times, we disagree a bit about various issues, and for
instance the makefile.msc files might not produce identically named
DLLs and import libraries as the "autoconfiscated" makefiles and
libtool do. If this bothers you, you will have to fix the makefiles.
Using GTK+ on Win32
===================
To use GTK+ on Win32, you also need either one of the above mentioned
compilers. Other compilers might work, but don't count on it. Look for
prebuilt developer packages (DLLs, import libraries, headers) on the
above website.
Multi-threaded use of GTK+ on Win32
===================================
Multi-threaded GTK+ programs might work on Windows in special simple
cases, but not in general. Sorry. If you have all GTK+ and GDK calls
in the same thread, it might work. Otherwise, probably not at
all. Possible ways to fix this are being investigated.
Wintab
======
The tablet support uses the Wintab API. The Wintab development kit is
no longer required. The wintab.h header file is bundled with GTK+
sources. Unfortunately it seems that only Wacom tablets come with
support for the Wintab API nowadays.
--Tor Lillqvist <tml@iki.fi>, <tml@novell.com>
The Win32 backend in GTK+ is not as stable or correct as the X11 one.
For prebuilt runtime and developer packages see
http://ftp.gnome.org/pub/gnome/binaries/win32/
Building GTK+ on Win32
======================
First you obviously need developer packages for the compile-time
dependencies: Pango, atk, glib, gettext-runtime, libiconv, libpng,
zlib, libtiff at least. See
http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies .
After installing the dependencies, there are two ways to build GTK+
for win32.
1) GNU tools, ./configure && make install
-----------------------------------------
This requires you have mingw and MSYS.
Use the configure script, and the resulting Makefiles (which use
libtool and gcc to do the compilation). I use this myself, but it can
be hard to setup correctly.
The full script I run to build GTK+ 2.16 unpacked from a source
distribution is as below. This is from bulding GTK+ 2.16.5. I don't
use any script like this to build the development branch, as I don't
distribute any binaries from development branches.
# This is a shell script that calls functions and scripts from
# tml@iki.fi's personal work envíronment. It is not expected to be
# usable unmodified by others, and is included only for reference.
MOD=gtk+
VER=2.16.5
REV=1
ARCH=win32
THIS=${MOD}_${VER}-${REV}_${ARCH}
RUNZIP=${MOD}_${VER}-${REV}_${ARCH}.zip
DEVZIP=${MOD}-dev_${VER}-${REV}_${ARCH}.zip
HEX=`echo $THIS | md5sum | cut -d' ' -f1`
TARGET=c:/devel/target/$HEX
usedev
usemsvs6
(
set -x
DEPS=`latest --arch=${ARCH} glib atk cairo pango libpng zlib libtiff jpeg`
PROXY_LIBINTL=`latest --arch=${ARCH} proxy-libintl`
PKG_CONFIG_PATH=
for D in $DEPS; do
PATH=/devel/dist/${ARCH}/$D/bin:$PATH
[ -d /devel/dist/${ARCH}/$D/lib/pkgconfig ] && PKG_CONFIG_PATH=/devel/dist/${ARCH}/$D/lib/pkgconfig:$PKG_CONFIG_PATH
done
LIBPNG=`latest --arch=${ARCH} libpng`
ZLIB=`latest --arch=${ARCH} zlib`
LIBTIFF=`latest --arch=${ARCH} libtiff`
JPEG=`latest --arch=${ARCH} jpeg`
patch -p0 <<'EOF'
EOF
lt_cv_deplibs_check_method='pass_all' \
CC='gcc -mtune=pentium3 -mthreads' \
CPPFLAGS="-I/devel/dist/${ARCH}/${LIBPNG}/include \
-I/devel/dist/${ARCH}/${ZLIB}/include \
-I/devel/dist/${ARCH}/${LIBTIFF}/include \
-I/devel/dist/${ARCH}/${JPEG}/include \
-I/devel/dist/${ARCH}/${PROXY_LIBINTL}/include" \
LDFLAGS="-L/devel/dist/${ARCH}/${LIBPNG}/lib \
-L/devel/dist/${ARCH}/${ZLIB}/lib \
-L/devel/dist/${ARCH}/${LIBTIFF}/lib \
-L/devel/dist/${ARCH}/${JPEG}/lib \
-L/devel/dist/${ARCH}/${PROXY_LIBINTL}/lib -Wl,--exclude-libs=libintl.a \
-Wl,--enable-auto-image-base" \
LIBS=-lintl \
CFLAGS=-O2 \
./configure \
--with-gdktarget=win32 \
--disable-gdiplus \
--with-included-immodules \
--without-libjasper \
--enable-debug=yes \
--enable-explicit-deps=no \
--disable-gtk-doc \
--disable-static \
--prefix=$TARGET &&
libtoolcacheize &&
rm gtk/gtk.def &&
(PATH="$PWD/gdk-pixbuf/.libs:/devel/target/$HEX/bin:$PATH" make -j3 install || (rm .libtool-cache* && PATH="/devel/target/$HEX/bin:$PATH" make -j3 install)) &&
PATH="/devel/target/$HEX/bin:$PATH" gdk-pixbuf-query-loaders >/devel/target/$HEX/etc/gtk-2.0/gdk-pixbuf.loaders &&
grep -v -E 'Automatically generated|Created by|LoaderDir =' <$TARGET/etc/gtk-2.0/gdk-pixbuf.loaders >$TARGET/etc/gtk-2.0/gdk-pixbuf.loaders.temp &&
mv $TARGET/etc/gtk-2.0/gdk-pixbuf.loaders.temp $TARGET/etc/gtk-2.0/gdk-pixbuf.loaders &&
grep -v -E 'Automatically generated|Created by|ModulesPath =' <$TARGET/etc/gtk-2.0/gtk.immodules >$TARGET/etc/gtk-2.0/gtk.immodules.temp &&
mv $TARGET/etc/gtk-2.0/gtk.immodules.temp $TARGET/etc/gtk-2.0/gtk.immodules &&
./gtk-zip.sh &&
mv /tmp/${MOD}-${VER}.zip /tmp/$RUNZIP &&
mv /tmp/${MOD}-dev-${VER}.zip /tmp/$DEVZIP
) 2>&1 | tee /devel/src/tml/packaging/$THIS.log
(cd /devel && zip /tmp/$DEVZIP src/tml/packaging/$THIS.{sh,log}) &&
manifestify /tmp/$RUNZIP /tmp/$DEVZIP
You should not just copy the above blindly. There are some things in
the script that are very specific to *my* build setup on *my* current
machine. For instance the "latest" command, the "usedev" and
"usemsvs6" shell functions, the /devel/dist folder. The above script
is really just meant for reference, to give an idea. You really need
to understand what things like PKG_CONFIG_PATH are and set them up
properly after installing the dependencies before building GTK+.
As you see above, after running configure, one can just say "make
install", like on Unix. A post-build fix is needed, running
gdk-pixbuf-query-loaders once more to get a correct gdk-pixbuf.loaders
file.
For a 64-bit build you need to remove the gtk/gtk.def file and let it
be regenerated by the makefilery. This is because the 64-bit GTK dll
has a slightly different list of exported function names. This is on
purpose and not a bug. The API is the same at the source level, and
the same #defines of some function names to actually have a _utf8
suffix is used (just to keep the header simpler). But the
corresponding non-suffixed function to maintain ABI stability are not
needed in the 64-bit case (because there are no older EXEs around that
would require such for ABI stability).
2) Microsoft's tools
--------------------
Use the Microsoft compiler, cl and Make, nmake. Say nmake -f
makefile.msc in gdk and gtk. Be prepared to manually edit various
makefile.msc files, and the makefile snippets in build/win32.
Alternative 1 also generates Microsoft import libraries (.lib), if you
have lib.exe available. It might also work for cross-compilation from
Unix.
I use method 1 myself. Hans Breuer has been taking care of the MSVC
makefiles. At times, we disagree a bit about various issues, and for
instance the makefile.msc files might not produce identically named
DLLs and import libraries as the "autoconfiscated" makefiles and
libtool do. If this bothers you, you will have to fix the makefiles.
Using GTK+ on Win32
===================
To use GTK+ on Win32, you also need either one of the above mentioned
compilers. Other compilers might work, but don't count on it. Look for
prebuilt developer packages (DLLs, import libraries, headers) on the
above website.
Multi-threaded use of GTK+ on Win32
===================================
Multi-threaded GTK+ programs might work on Windows in special simple
cases, but not in general. Sorry. If you have all GTK+ and GDK calls
in the same thread, it might work. Otherwise, probably not at
all. Possible ways to fix this are being investigated.
Wintab
======
The tablet support uses the Wintab API. The Wintab development kit is
no longer required. The wintab.h header file is bundled with GTK+
sources. Unfortunately it seems that only Wacom tablets come with
support for the Wintab API nowadays.
--Tor Lillqvist <tml@iki.fi>, <tml@novell.com>
+14 -3
View File
@@ -14,7 +14,10 @@ DIE=0
have_libtool=false
if libtoolize --version < /dev/null > /dev/null 2>&1 ; then
libtool_version=`libtoolize --version | sed 's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'`
libtool_version=`libtoolize --version |
head -1 |
sed -e 's/^\(.*\)([^)]*)\(.*\)$/\1\2/g' \
-e 's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'`
case $libtool_version in
1.4*|1.5*|2.2*)
have_libtool=true
@@ -45,16 +48,24 @@ fi
DIE=1
}
if automake-1.7 --version < /dev/null > /dev/null 2>&1 ; then
if automake-1.11 --version < /dev/null > /dev/null 2>&1 ; then
AUTOMAKE=automake-1.11
ACLOCAL=aclocal-1.11
else if automake-1.10 --version < /dev/null > /dev/null 2>&1 ; then
AUTOMAKE=automake-1.10
ACLOCAL=aclocal-1.10
else if automake-1.7 --version < /dev/null > /dev/null 2>&1 ; then
AUTOMAKE=automake-1.7
ACLOCAL=aclocal-1.7
else
echo
echo "You must have automake 1.7.x installed to compile $PROJECT."
echo "You must have automake 1.7.x, 1,10.x or 1.11.x installed to compile $PROJECT."
echo "Install the appropriate package for your distribution,"
echo "or get the source tarball at http://ftp.gnu.org/gnu/automake/"
DIE=1
fi
fi
fi
if test "$DIE" -eq 1; then
exit 1
+4
View File
@@ -269,7 +269,11 @@
/* #undef USE_MEDIALIB25 */
/* Define to 1 if XXM is available and should be used */
#ifndef _MSC_VER
#define USE_MMX 1
#else
#undef USE_MMX
#endif
/* Define to 1 if no XInput should be used */
/* #undef XINPUT_NONE */
+28 -2
View File
@@ -12,8 +12,8 @@ AC_PREREQ(2.54)
m4_define([gtk_major_version], [2])
m4_define([gtk_minor_version], [16])
m4_define([gtk_micro_version], [2])
m4_define([gtk_interface_age], [2])
m4_define([gtk_micro_version], [7])
m4_define([gtk_interface_age], [7])
m4_define([gtk_binary_age],
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])
m4_define([gtk_version],
@@ -124,6 +124,7 @@ AC_CANONICAL_HOST
MATH_LIB=-lm
AC_MSG_CHECKING([for native Win32])
LIB_EXE_MACHINE_FLAG=X86
EXE_MANIFEST_ARCHITECTURE=X86
case "$host" in
*-*-mingw*)
os_win32=yes
@@ -132,6 +133,7 @@ case "$host" in
case "$host" in
x86_64-*-*)
LIB_EXE_MACHINE_FLAG=X64
EXE_MANIFEST_ARCHITECTURE=AMD64
;;
esac
;;
@@ -142,6 +144,7 @@ esac
AC_MSG_RESULT([$os_win32])
AC_SUBST(LIB_EXE_MACHINE_FLAG)
AC_SUBST(EXE_MANIFEST_ARCHITECTURE)
case $host in
*-*-linux*)
@@ -1879,6 +1882,28 @@ else
AM_CONDITIONAL(HAVE_CUPS, false)
fi
# Checks to see if we should compile with PAPI backend for GTK+
#
AC_ARG_ENABLE(papi,
[AC_HELP_STRING([--disable-papi]
[disable papi print backend])],,
[enable_papi=auto])
if test "x$enable_papi" = "xauto"
then
AC_MSG_CHECKING(libpapi)
AC_CHECK_LIB(papi, papiServiceCreate, have_papi=yes, have_papi=no)
if test $have_papi = yes; then
AC_DEFINE([HAVE_PAPI], [], [Define to 1 if libpapi available])
fi
AM_CONDITIONAL(HAVE_PAPI, test $have_papi = yes)
else
AM_CONDITIONAL(HAVE_PAPI, false)
fi
AM_CONDITIONAL(HAVE_PAPI_CUPS, test $have_papi = yes && test "x$CUPS_CONFIG" != "xno")
gtk_save_cppflags="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS $GTK_DEP_CFLAGS"
@@ -2107,6 +2132,7 @@ modules/printbackends/Makefile
modules/printbackends/cups/Makefile
modules/printbackends/lpr/Makefile
modules/printbackends/file/Makefile
modules/printbackends/papi/Makefile
modules/printbackends/test/Makefile
perf/Makefile
contrib/Makefile
+176
View File
@@ -101,6 +101,30 @@ Debugging
gtkenums.sgml
<!-- ##### SECTION ./tmpl/gtkinfobar.sgml:Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION ./tmpl/gtkinfobar.sgml:See_Also ##### -->
<para>
</para>
<!-- ##### SECTION ./tmpl/gtkinfobar.sgml:Short_Description ##### -->
<!-- ##### SECTION ./tmpl/gtkinfobar.sgml:Stability_Level ##### -->
<!-- ##### SECTION ./tmpl/gtkinfobar.sgml:Title ##### -->
GtkInfoBar
<!-- ##### SECTION ./tmpl/gtkmarshal.sgml:Long_Description ##### -->
<refsect2>
<title>What are Signal Marshallers?</title>
@@ -1133,6 +1157,57 @@ a RC file.
</para>
<!-- ##### STRUCT GtkInfoBar ##### -->
<para>
</para>
<!-- ##### SIGNAL GtkInfoBar::close ##### -->
<para>
</para>
@infobar: the object which received the signal.
<!-- ##### SIGNAL GtkInfoBar::response ##### -->
<para>
</para>
@infobar: the object which received the signal.
@arg1:
<!-- ##### ARG GtkInfoBar:action-area-border ##### -->
<para>
</para>
<!-- ##### ARG GtkInfoBar:button-spacing ##### -->
<para>
</para>
<!-- ##### ARG GtkInfoBar:content-area-border ##### -->
<para>
</para>
<!-- ##### ARG GtkInfoBar:content-area-spacing ##### -->
<para>
</para>
<!-- ##### ARG GtkInfoBar:message-type ##### -->
<para>
</para>
<!-- ##### ARG GtkLabel:accel-keyval ##### -->
<para>
@@ -2674,6 +2749,107 @@ Get the type of GtkIdentifier.
@Returns:
<!-- ##### FUNCTION gtk_info_bar_add_action_widget ##### -->
<para>
</para>
@info_bar:
@child:
@response_id:
<!-- ##### FUNCTION gtk_info_bar_add_button ##### -->
<para>
</para>
@info_bar:
@button_text:
@response_id:
@Returns:
<!-- ##### FUNCTION gtk_info_bar_add_buttons ##### -->
<para>
</para>
@info_bar:
@first_button_text:
@Varargs:
<!-- ##### FUNCTION gtk_info_bar_get_action_area ##### -->
<para>
</para>
@info_bar:
@Returns:
<!-- ##### FUNCTION gtk_info_bar_get_content_area ##### -->
<para>
</para>
@info_bar:
@Returns:
<!-- ##### FUNCTION gtk_info_bar_get_message_type ##### -->
<para>
</para>
@info_bar:
@Returns:
<!-- ##### FUNCTION gtk_info_bar_new ##### -->
<para>
</para>
@Returns:
<!-- ##### FUNCTION gtk_info_bar_new_with_buttons ##### -->
<para>
</para>
@first_button_text:
@Varargs:
@Returns:
<!-- ##### FUNCTION gtk_info_bar_response ##### -->
<para>
</para>
@info_bar:
@response_id:
<!-- ##### FUNCTION gtk_info_bar_set_default_response ##### -->
<para>
</para>
@info_bar:
@response_id:
<!-- ##### FUNCTION gtk_info_bar_set_message_type ##### -->
<para>
</para>
@info_bar:
@message_type:
<!-- ##### FUNCTION gtk_info_bar_set_response_sensitive ##### -->
<para>
</para>
@info_bar:
@response_id:
@setting:
<!-- ##### FUNCTION gtk_item_factory_dump_items ##### -->
<para>
+5 -5
View File
@@ -37,14 +37,14 @@ source code release of GTK+. For binary distributions, please check with
your vendor.</para>
<para>A copy is available online for reference at <ulink
url="http://www.gtk.org/tutorial/">http://www.gtk.org/tutorial</ulink>.</para>
url="http://www.gtk.org/documentation.html#Tutorials">http://www.gtk.org/documentation.html#Tutorials</ulink>. You can also find other GTK+ tutorials there.</para>
<para>A packaged verion of this tutorial is available from
<para>A packaged version of this tutorial is available from
<ulink url="ftp://ftp.gtk.org/pub/gtk/tutorial/">
ftp://ftp.gtk.org/pub/gtk/tutorial</ulink> which contains the tutorial in
various different formats. This
package is primary for those people wanting to have the tutorial
available for offline reference and for printing.</para>
various different formats. This package is primary for those people wanting
to have the tutorial available for offline reference and for printing. Note
that the packaged version may be older than the online version.</para>
</chapter>
+21 -10
View File
@@ -195,6 +195,15 @@ libpixbufloader_jasper_la_LIBADD = $(LIBJASPER) $(module_libs)
if BUILD_GDIPLUS_LOADERS
# MinGW doesn't come with any import library for gdiplus.dll, so
# create a partial one that's enough for our use.
libgdiplus = libgdiplus.dll.a
gdiplus_ldflag = -Wl,$(libgdiplus)
libgdiplus.dll.a: gdiplus.def
$(DLLTOOL) --kill-at --dllname gdiplus.dll --input-def gdiplus.def --output-lib $@
if INCLUDE_GDIPLUS
# When building the GDI+ loader statically, we put the "common" objects
@@ -250,7 +259,7 @@ GDIPLUS_LIBS = \
libpixbufloader-gdip-jpeg.la \
libpixbufloader-gdip-tiff.la
libpixbufloader_gdip_ico_la_LDFLAGS = -avoid-version -module -no-undefined
libpixbufloader_gdip_ico_la_LDFLAGS = -avoid-version -module -no-undefined $(gdiplus_ldflag)
libpixbufloader_gdip_ico_la_SOURCES = \
io-gdip-native.h \
io-gdip-propertytags.h \
@@ -261,7 +270,7 @@ libpixbufloader_gdip_ico_la_SOURCES = \
io-gdip-ico.c
libpixbufloader_gdip_ico_la_LIBADD = $(module_libs) $(libole32)
libpixbufloader_gdip_wmf_la_LDFLAGS = -avoid-version -module -no-undefined
libpixbufloader_gdip_wmf_la_LDFLAGS = -avoid-version -module -no-undefined $(gdiplus_ldflag)
libpixbufloader_gdip_wmf_la_SOURCES = \
io-gdip-native.h \
io-gdip-propertytags.h \
@@ -272,7 +281,7 @@ libpixbufloader_gdip_wmf_la_SOURCES = \
io-gdip-wmf.c
libpixbufloader_gdip_wmf_la_LIBADD = $(module_libs) $(libole32)
libpixbufloader_gdip_emf_la_LDFLAGS = -avoid-version -module -no-undefined
libpixbufloader_gdip_emf_la_LDFLAGS = -avoid-version -module -no-undefined $(gdiplus_ldflag)
libpixbufloader_gdip_emf_la_SOURCES = \
io-gdip-native.h \
io-gdip-propertytags.h \
@@ -283,7 +292,7 @@ libpixbufloader_gdip_emf_la_SOURCES = \
io-gdip-emf.c
libpixbufloader_gdip_emf_la_LIBADD = $(module_libs) $(libole32)
libpixbufloader_gdip_bmp_la_LDFLAGS = -avoid-version -module -no-undefined
libpixbufloader_gdip_bmp_la_LDFLAGS = -avoid-version -module -no-undefined $(gdiplus_ldflag)
libpixbufloader_gdip_bmp_la_SOURCES = \
io-gdip-native.h \
io-gdip-propertytags.h \
@@ -294,7 +303,7 @@ libpixbufloader_gdip_bmp_la_SOURCES = \
io-gdip-bmp.c
libpixbufloader_gdip_bmp_la_LIBADD = $(module_libs) $(libole32)
libpixbufloader_gdip_gif_la_LDFLAGS = -avoid-version -module -no-undefined
libpixbufloader_gdip_gif_la_LDFLAGS = -avoid-version -module -no-undefined $(gdiplus_ldflag)
libpixbufloader_gdip_gif_la_SOURCES = \
io-gdip-native.h \
io-gdip-propertytags.h \
@@ -305,7 +314,7 @@ libpixbufloader_gdip_gif_la_SOURCES = \
io-gdip-gif.c
libpixbufloader_gdip_gif_la_LIBADD = $(module_libs) $(libole32)
libpixbufloader_gdip_jpeg_la_LDFLAGS = -avoid-version -module -no-undefined
libpixbufloader_gdip_jpeg_la_LDFLAGS = -avoid-version -module -no-undefined $(gdiplus_ldflag)
libpixbufloader_gdip_jpeg_la_SOURCES = \
io-gdip-native.h \
io-gdip-propertytags.h \
@@ -327,7 +336,7 @@ libpixbufloader_gdip_png_la_SOURCES = \
io-gdip-png.c
libpixbufloader_gdip_png_la_LIBADD = $(module_libs) $(libole32)
libpixbufloader_gdip_tiff_la_LDFLAGS = -avoid-version -module -no-undefined
libpixbufloader_gdip_tiff_la_LDFLAGS = -avoid-version -module -no-undefined $(gdiplus_ldflag)
libpixbufloader_gdip_tiff_la_SOURCES = \
io-gdip-native.h \
io-gdip-propertytags.h \
@@ -552,11 +561,12 @@ libgdk_pixbuf_2_0_la_LDFLAGS = \
-version-info $(LT_VERSION_INFO) \
$(LIBTOOL_EXPORT_OPTIONS) \
$(no_undefined) \
$(gdk_pixbuf_symbols)
$(gdk_pixbuf_symbols) \
$(gdiplus_ldflag)
libgdk_pixbuf_2_0_la_LIBADD = pixops/libpixops.la $(builtin_objs) $(GDK_PIXBUF_DEP_LIBS) $(libole32)
libgdk_pixbuf_2_0_la_DEPENDENCIES = pixops/libpixops.la $(builtin_objs) $(gdk_pixbuf_def) $(gdk_pixbuf_win32_res)
libgdk_pixbuf_2_0_la_DEPENDENCIES = pixops/libpixops.la $(builtin_objs) $(gdk_pixbuf_def) $(gdk_pixbuf_win32_res) $(libgdiplus)
gdk_pixbuf_headers = \
gdk-pixbuf.h \
@@ -668,7 +678,8 @@ EXTRA_DIST += \
gdk-pixbuf-marshal.list \
gdk-pixbuf-enum-types.c.template \
gdk-pixbuf-enum-types.h.template \
gen-color-table.pl
gen-color-table.pl \
gdiplus.def
if CROSS_COMPILING
RUN_QUERY_LOADER_TEST=false
+26
View File
@@ -0,0 +1,26 @@
EXPORTS
GdiplusStartup@12
GdipCreateBitmapFromStream@8
GdipBitmapGetPixel@16
GdipGetImageWidth@8
GdipGetImageHeight@8
GdipDisposeImage@4
GdipGetImageFlags@8
GdipImageGetFrameCount@12
GdipImageSelectActiveFrame@12
GdipGetPropertyItemSize@12
GdipGetPropertyItem@16
GdipCreateBitmapFromScan0@24
GdipSaveImageToStream@16
GdipGetImageEncoders@12
GdipGetImageEncodersSize@8
GdipBitmapSetPixel@16
GdipDrawImageI@16
GdipGetImageGraphicsContext@8
GdipFlush@8
GdipGraphicsClear@8
GdipBitmapSetResolution@12
GdipGetImageHorizontalResolution@8
GdipGetImageVerticalResolution@8
GdipLoadImageFromStream@8
GdipDeleteGraphics@4
+27 -36
View File
@@ -224,41 +224,32 @@ typedef struct _GpRect GpRect;
#define IStream_SetSize(This,size) (This)->lpVtbl->SetSize(This,size)
#endif
typedef GpStatus (WINGDIPAPI* GdiplusStartupFunc) (gpointer, const gpointer, gpointer);
typedef GpStatus (WINGDIPAPI* GdipCreateBitmapFromStreamFunc) (gpointer, GpBitmap**);
typedef GpStatus (WINGDIPAPI* GdipBitmapGetPixelFunc) (GpBitmap*, gint x, gint y, ARGB*);
typedef GpStatus (WINGDIPAPI* GdipGetImageWidthFunc) (GpImage*, guint*);
typedef GpStatus (WINGDIPAPI* GdipGetImageHeightFunc) (GpImage*, guint*);
typedef GpStatus (WINGDIPAPI* GdipDisposeImageFunc) (GpImage*);
typedef GpStatus (WINGDIPAPI* GdipGetImageFlagsFunc) (GpImage *, guint*);
typedef GpStatus (WINGDIPAPI* GdipImageGetFrameCountFunc) (GpImage *image, const GUID* dimensionID, UINT* count);
typedef GpStatus (WINGDIPAPI* GdipImageSelectActiveFrameFunc) (GpImage *image, const GUID* dimensionID, UINT frameIndex);
typedef GpStatus (WINGDIPAPI* GdipGetPropertyItemSizeFunc) (GpImage *image, int propId, guint* size);
typedef GpStatus (WINGDIPAPI* GdipGetPropertyItemFunc) (GpImage *image, int propId, guint propSize, PropertyItem* buffer);
typedef GpStatus (WINGDIPAPI* GdipGetPropertyCountFunc) (GpImage *image, guint* numOfProperty);
typedef GpStatus (WINGDIPAPI* GdipGetPropertyIdListFunc) (GpImage *image, guint numOfProperty, PROPID* list);
typedef GpStatus (WINGDIPAPI* GdipCreateBitmapFromScan0Func) (INT width, INT height, INT stride, PixelFormat format, BYTE* scan0,
GpBitmap** bitmap);
typedef GpStatus (WINGDIPAPI* GdipSaveImageToStreamFunc) (GpImage *image, IStream* stream, const CLSID* clsidEncoder,
const EncoderParameters* encoderParams);
typedef GpStatus (WINGDIPAPI* GdipGetImageEncodersFunc) (UINT numEncoders, UINT size, ImageCodecInfo *encoders);
typedef GpStatus (WINGDIPAPI* GdipGetImageEncodersSizeFunc) (UINT *numEncoders, UINT *size);
typedef GpStatus (WINGDIPAPI* GdipBitmapSetPixelFunc) (GpBitmap* bitmap, INT x, INT y, ARGB color);
typedef GpStatus (WINGDIPAPI* GdipDrawImageIFunc) (GpGraphics *graphics, GpImage *image, INT x, INT y);
typedef GpStatus (WINGDIPAPI* GdipGetImageGraphicsContextFunc) (GpImage *image, GpGraphics **graphics);
typedef GpStatus (WINGDIPAPI* GdipFlushFunc) (GpGraphics *graphics, INT intention);
typedef GpStatus (WINGDIPAPI* GdipGraphicsClearFunc) (GpGraphics *graphics, ARGB color);
typedef GpStatus (WINGDIPAPI* GdipBitmapSetResolutionFunc) (GpBitmap* bitmap, float xdpi, float ydpi);
typedef GpStatus (WINGDIPAPI* GdipGetImageHorizontalResolutionFunc) (GpImage *image, float *resolution);
typedef GpStatus (WINGDIPAPI* GdipGetImageVerticalResolutionFunc) (GpImage *image, float *resolution);
typedef GpStatus (WINGDIPAPI* GdipLoadImageFromStreamFunc) (IStream* stream, GpImage **image);
typedef GpStatus (WINGDIPAPI* GdipDeleteGraphicsFunc) (GpGraphics *graphics);
typedef GpStatus (WINGDIPAPI* GdipBitmapLockBitsFunc) (GpBitmap* bitmap, const GpRect* rect, UINT flags, PixelFormat format, BitmapData* lockedBitmapData);
typedef GpStatus (WINGDIPAPI* GdipBitmapUnlockBitsFunc) (GpBitmap* bitmap, BitmapData* lockedBitmapData);
typedef GpStatus (WINGDIPAPI* GdipGetImagePixelFormatFunc) (GpImage *image, PixelFormat *format);
typedef GpStatus (WINGDIPAPI* GdipCloneBitmapAreaIFunc) (INT x, INT y, INT width, INT height, PixelFormat format, GpBitmap *srcBitmap, GpBitmap **dstBitmap);
GpStatus WINGDIPAPI GdiplusStartup (gpointer, const gpointer, gpointer);
GpStatus WINGDIPAPI GdipCreateBitmapFromStream (gpointer, GpBitmap**);
GpStatus WINGDIPAPI GdipBitmapGetPixel (GpBitmap*, gint x, gint y, ARGB*);
GpStatus WINGDIPAPI GdipGetImageWidth (GpImage*, guint*);
GpStatus WINGDIPAPI GdipGetImageHeight (GpImage*, guint*);
GpStatus WINGDIPAPI GdipDisposeImage (GpImage*);
GpStatus WINGDIPAPI GdipGetImageFlags (GpImage *, guint*);
GpStatus WINGDIPAPI GdipImageGetFrameCount (GpImage *image, const GUID* dimensionID, UINT* count);
GpStatus WINGDIPAPI GdipImageSelectActiveFrame (GpImage *image, const GUID* dimensionID, UINT frameIndex);
GpStatus WINGDIPAPI GdipGetPropertyItemSize (GpImage *image, int propId, guint* size);
GpStatus WINGDIPAPI GdipGetPropertyItem (GpImage *image, int propId, guint propSize, PropertyItem* buffer);
GpStatus WINGDIPAPI GdipCreateBitmapFromScan0 (INT width, INT height, INT stride, PixelFormat format, BYTE* scan0,
GpBitmap** bitmap);
GpStatus WINGDIPAPI GdipSaveImageToStream (GpImage *image, IStream* stream, const CLSID* clsidEncoder,
const EncoderParameters* encoderParams);
GpStatus WINGDIPAPI GdipGetImageEncoders (UINT numEncoders, UINT size, ImageCodecInfo *encoders);
GpStatus WINGDIPAPI GdipGetImageEncodersSize (UINT *numEncoders, UINT *size);
GpStatus WINGDIPAPI GdipBitmapSetPixel (GpBitmap* bitmap, INT x, INT y, ARGB color);
GpStatus WINGDIPAPI GdipDrawImageI (GpGraphics *graphics, GpImage *image, INT x, INT y);
GpStatus WINGDIPAPI GdipGetImageGraphicsContext (GpImage *image, GpGraphics **graphics);
GpStatus WINGDIPAPI GdipFlush (GpGraphics *graphics, INT intention);
GpStatus WINGDIPAPI GdipGraphicsClear (GpGraphics *graphics, ARGB color);
GpStatus WINGDIPAPI GdipBitmapSetResolution (GpBitmap* bitmap, float xdpi, float ydpi);
GpStatus WINGDIPAPI GdipGetImageHorizontalResolution (GpImage *image, float *resolution);
GpStatus WINGDIPAPI GdipGetImageVerticalResolution (GpImage *image, float *resolution);
GpStatus WINGDIPAPI GdipLoadImageFromStream (IStream* stream, GpImage **image);
GpStatus WINGDIPAPI GdipDeleteGraphics (GpGraphics *graphics);
#endif
+43 -112
View File
@@ -31,37 +31,17 @@
#define LOAD_BUFFER_SIZE 65536
static GdiplusStartupFunc GdiplusStartup;
static GdipCreateBitmapFromStreamFunc GdipCreateBitmapFromStream;
static GdipBitmapGetPixelFunc GdipBitmapGetPixel;
static GdipGetImageHeightFunc GdipGetImageHeight;
static GdipDisposeImageFunc GdipDisposeImage;
static GdipGetImageFlagsFunc GdipGetImageFlags;
static GdipGetImageWidthFunc GdipGetImageWidth;
static GdipImageGetFrameCountFunc GdipImageGetFrameCount;
static GdipImageSelectActiveFrameFunc GdipImageSelectActiveFrame;
static GdipGetPropertyItemSizeFunc GdipGetPropertyItemSize;
static GdipGetPropertyItemFunc GdipGetPropertyItem;
static GdipGetPropertyCountFunc GdipGetPropertyCount;
static GdipGetPropertyIdListFunc GdipGetPropertyIdList;
static GdipCreateBitmapFromScan0Func GdipCreateBitmapFromScan0;
static GdipSaveImageToStreamFunc GdipSaveImageToStream;
static GdipBitmapSetPixelFunc GdipBitmapSetPixel;
static GdipDrawImageIFunc GdipDrawImageI;
static GdipGetImageGraphicsContextFunc GdipGetImageGraphicsContext;
static GdipFlushFunc GdipFlush;
static GdipGraphicsClearFunc GdipGraphicsClear;
static GdipBitmapSetResolutionFunc GdipBitmapSetResolution;
static GdipGetImageHorizontalResolutionFunc GdipGetImageHorizontalResolution;
static GdipGetImageVerticalResolutionFunc GdipGetImageVerticalResolution;
static GdipLoadImageFromStreamFunc GdipLoadImageFromStream;
static GdipDeleteGraphicsFunc GdipDeleteGraphics;
static GdipGetImageEncodersFunc GdipGetImageEncoders;
static GdipGetImageEncodersSizeFunc GdipGetImageEncodersSize;
static GdipBitmapLockBitsFunc GdipBitmapLockBits;
static GdipBitmapUnlockBitsFunc GdipBitmapUnlockBits;
static GdipGetImagePixelFormatFunc GdipGetImagePixelFormat;
static GdipCloneBitmapAreaIFunc GdipCloneBitmapAreaI;
struct _GdipContext {
GdkPixbufModuleUpdatedFunc updated_func;
GdkPixbufModulePreparedFunc prepared_func;
GdkPixbufModuleSizeFunc size_func;
gpointer user_data;
GByteArray *buffer;
IStream *stream;
HGLOBAL hg;
};
typedef struct _GdipContext GdipContext;
DEFINE_GUID(FrameDimensionTime, 0x6aedbd6d,0x3fb5,0x418a,0x83,0xa6,0x7f,0x45,0x22,0x9d,0xc8,0x72);
DEFINE_GUID(FrameDimensionPage, 0x7462dc86,0x6180,0x4c7e,0x8e,0x3f,0xee,0x73,0x33,0xa7,0xa4,0x83);
@@ -119,58 +99,12 @@ gdip_init (void)
{
GdiplusStartupInput input;
ULONG_PTR gdiplusToken = 0;
static HINSTANCE gdipluslib = NULL;
static gboolean beenhere = FALSE;
if (!gdipluslib)
gdipluslib = LoadLibrary ("gdiplus.dll");
else
if (beenhere)
return TRUE; /* gdip_init() is idempotent */
if (!gdipluslib)
return FALSE;
#define LOOKUP(func) \
G_STMT_START { \
func = (func##Func) GetProcAddress (gdipluslib, #func); \
if (!func) {\
g_warning ("Couldn't find GDI+ function %s\n", #func); \
return FALSE; \
} \
} G_STMT_END
LOOKUP (GdiplusStartup);
LOOKUP (GdipCreateBitmapFromStream);
LOOKUP (GdipBitmapGetPixel);
LOOKUP (GdipGetImageHeight);
LOOKUP (GdipDisposeImage);
LOOKUP (GdipGetImageFlags);
LOOKUP (GdipGetImageWidth);
LOOKUP (GdipImageGetFrameCount);
LOOKUP (GdipImageSelectActiveFrame);
LOOKUP (GdipGetPropertyItemSize);
LOOKUP (GdipGetPropertyItem);
LOOKUP (GdipGetPropertyCount);
LOOKUP (GdipGetPropertyIdList);
LOOKUP (GdipCreateBitmapFromScan0);
LOOKUP (GdipSaveImageToStream);
LOOKUP (GdipBitmapSetPixel);
LOOKUP (GdipDrawImageI);
LOOKUP (GdipGetImageGraphicsContext);
LOOKUP (GdipFlush);
LOOKUP (GdipGraphicsClear);
LOOKUP (GdipBitmapSetResolution);
LOOKUP (GdipGetImageHorizontalResolution);
LOOKUP (GdipGetImageVerticalResolution);
LOOKUP (GdipLoadImageFromStream);
LOOKUP (GdipDeleteGraphics);
LOOKUP (GdipGetImageEncoders);
LOOKUP (GdipGetImageEncodersSize);
LOOKUP (GdipBitmapLockBits);
LOOKUP (GdipBitmapUnlockBits);
LOOKUP (GdipGetImagePixelFormat);
LOOKUP (GdipCloneBitmapAreaI);
#undef LOOKUP
beenhere = TRUE;
input.GdiplusVersion = 1;
input.DebugEventCallback = NULL;
@@ -339,21 +273,20 @@ gdip_pixbuf_to_bitmap (GdkPixbuf *pixbuf)
}
static GpBitmap *
gdip_buffer_to_bitmap (const gchar *buffer, size_t size, GError **error)
gdip_buffer_to_bitmap (GdipContext *context, GError **error)
{
HRESULT hr;
HGLOBAL hg = NULL;
GpBitmap *bitmap = NULL;
IStream *stream = NULL;
GpStatus status;
guint64 size64 = size;
guint64 size64 = context->buffer->len;
hg = gdip_buffer_to_hglobal (buffer, size, error);
hg = gdip_buffer_to_hglobal (context->buffer->data, context->buffer->len, error);
if (!hg)
return NULL;
IStream_SetSize (stream, *(ULARGE_INTEGER *)&size64);
hr = CreateStreamOnHGlobal (hg, FALSE, (LPSTREAM *)&stream);
if (!SUCCEEDED (hr)) {
@@ -361,29 +294,35 @@ gdip_buffer_to_bitmap (const gchar *buffer, size_t size, GError **error)
GlobalFree (hg);
return NULL;
}
IStream_SetSize (stream, *(ULARGE_INTEGER *)&size64);
status = GdipCreateBitmapFromStream (stream, &bitmap);
if (Ok != status)
if (Ok != status) {
gdip_set_error_from_gpstatus (error, GDK_PIXBUF_ERROR_FAILED, status);
IStream_Release (stream);
GlobalFree (hg);
return NULL;
}
IStream_Release (stream);
GlobalFree (hg);
context->stream = stream;
context->hg = hg;
return bitmap;
}
static GpImage *
gdip_buffer_to_image (const gchar *buffer, size_t size, GError **error)
gdip_buffer_to_image (GdipContext *context, GError **error)
{
HRESULT hr;
HGLOBAL hg = NULL;
GpImage *image = NULL;
IStream *stream = NULL;
GpStatus status;
guint64 size64 = size;
guint64 size64 = context->buffer->len;
hg = gdip_buffer_to_hglobal (buffer, size, error);
hg = gdip_buffer_to_hglobal (context->buffer->data, context->buffer->len, error);
if (!hg)
return NULL;
@@ -399,11 +338,15 @@ gdip_buffer_to_image (const gchar *buffer, size_t size, GError **error)
IStream_SetSize (stream, *(ULARGE_INTEGER *)&size64);
status = GdipLoadImageFromStream (stream, &image);
if (Ok != status)
if (Ok != status) {
gdip_set_error_from_gpstatus (error, GDK_PIXBUF_ERROR_FAILED, status);
IStream_Release (stream);
GlobalFree (hg);
return NULL;
}
IStream_Release (stream);
GlobalFree (hg);
context->stream = stream;
context->hg = hg;
return image;
}
@@ -590,24 +533,14 @@ gdip_bitmap_get_n_loops (GpBitmap *bitmap, guint *loops)
return success;
}
/*************************************************************************/
/*************************************************************************/
struct _GdipContext {
GdkPixbufModuleUpdatedFunc updated_func;
GdkPixbufModulePreparedFunc prepared_func;
GdkPixbufModuleSizeFunc size_func;
gpointer user_data;
GByteArray *buffer;
};
typedef struct _GdipContext GdipContext;
static void
destroy_gdipcontext (GdipContext *context)
{
if (context != NULL) {
if (context->stream != NULL) {
IStream_Release(context->stream);
GlobalFree (context->hg);
}
g_byte_array_free (context->buffer, TRUE);
g_free (context);
}
@@ -806,9 +739,8 @@ gdk_pixbuf__gdip_image_stop_load (gpointer data, GError **error)
{
GdipContext *context = (GdipContext *)data;
GpBitmap *bitmap = NULL;
GByteArray *image_buffer = context->buffer;
bitmap = gdip_buffer_to_bitmap ((gchar *)image_buffer->data, image_buffer->len, error);
bitmap = gdip_buffer_to_bitmap (context, error);
if (!bitmap) {
destroy_gdipcontext (context);
@@ -823,7 +755,6 @@ static gboolean
gdk_pixbuf__gdip_image_stop_vector_load (gpointer data, GError **error)
{
GdipContext *context = (GdipContext *)data;
GByteArray *image_buffer = context->buffer;
GpImage *metafile;
GpGraphics *graphics;
@@ -832,7 +763,7 @@ gdk_pixbuf__gdip_image_stop_vector_load (gpointer data, GError **error)
float metafile_xres, metafile_yres;
guint width, height;
metafile = gdip_buffer_to_image ((gchar *)image_buffer->data, image_buffer->len, error);
metafile = gdip_buffer_to_image (context, error);
if (!metafile) {
destroy_gdipcontext (context);
g_set_error_literal (error, GDK_PIXBUF_ERROR, GDK_PIXBUF_ERROR_CORRUPT_IMAGE, _("Couldn't load metafile"));
+1 -1
View File
@@ -220,7 +220,7 @@ gif_read (GifContext *context, guchar *buffer, size_t len)
G_FILE_ERROR,
g_file_error_from_errno (save_errno),
_("Failure reading GIF: %s"),
strerror (save_errno));
g_strerror (save_errno));
}
#ifdef IO_GIFDEBUG
+1 -2
View File
@@ -468,7 +468,6 @@ gdk_pixbuf__jpeg_image_load (FILE *f, GError **error)
cinfo.err = jpeg_std_error (&jerr.pub);
jerr.pub.error_exit = fatal_error_handler;
jerr.pub.output_message = output_message_handler;
jerr.error = error;
if (sigsetjmp (jerr.setjmp_buffer, 1)) {
@@ -1190,11 +1189,11 @@ real_save_jpeg (GdkPixbuf *pixbuf,
}
/* set up error handling */
cinfo.err = jpeg_std_error (&(jerr.pub));
jerr.pub.error_exit = fatal_error_handler;
jerr.pub.output_message = output_message_handler;
jerr.error = error;
cinfo.err = jpeg_std_error (&(jerr.pub));
if (sigsetjmp (jerr.setjmp_buffer, 1)) {
jpeg_destroy_compress (&cinfo);
g_free (buf);
+15 -1
View File
@@ -23,6 +23,13 @@
#include "gdkregion-generic.h"
#include "gdkalias.h"
static void
gdk_ensure_surface_flush (gpointer surface)
{
cairo_surface_flush (surface);
cairo_surface_destroy (surface);
}
/**
* gdk_cairo_create:
* @drawable: a #GdkDrawable
@@ -43,6 +50,7 @@
cairo_t *
gdk_cairo_create (GdkDrawable *drawable)
{
static const cairo_user_data_key_t key;
cairo_surface_t *surface;
cairo_t *cr;
@@ -50,7 +58,13 @@ gdk_cairo_create (GdkDrawable *drawable)
surface = _gdk_drawable_ref_cairo_surface (drawable);
cr = cairo_create (surface);
cairo_surface_destroy (surface);
/* Ugly workaround for GTK not ensuring to flush surfaces before
* directly accessing the drawable backed by the surface. Not visible
* on X11 (where flushing is a no-op). For details, see
* https://bugzilla.gnome.org/show_bug.cgi?id=628291
*/
cairo_set_user_data (cr, &key, surface, gdk_ensure_surface_flush);
return cr;
}
+11 -32
View File
@@ -161,40 +161,19 @@ static void
track_mouse_event (DWORD dwFlags,
HWND hwnd)
{
typedef BOOL (WINAPI *PFN_TrackMouseEvent) (LPTRACKMOUSEEVENT);
static PFN_TrackMouseEvent p_TrackMouseEvent = NULL;
static gboolean once = FALSE;
TRACKMOUSEEVENT tme;
if (!once)
{
HMODULE user32;
HINSTANCE commctrl32;
tme.cbSize = sizeof(TRACKMOUSEEVENT);
tme.dwFlags = dwFlags;
tme.hwndTrack = hwnd;
tme.dwHoverTime = HOVER_DEFAULT; /* not used */
user32 = GetModuleHandle ("user32.dll");
if ((p_TrackMouseEvent = (PFN_TrackMouseEvent)GetProcAddress (user32, "TrackMouseEvent")) == NULL)
{
if ((commctrl32 = LoadLibrary ("commctrl32.dll")) != NULL)
p_TrackMouseEvent = (PFN_TrackMouseEvent)
GetProcAddress (commctrl32, "_TrackMouseEvent");
}
once = TRUE;
}
if (p_TrackMouseEvent)
{
TRACKMOUSEEVENT tme;
tme.cbSize = sizeof(TRACKMOUSEEVENT);
tme.dwFlags = dwFlags;
tme.hwndTrack = hwnd;
tme.dwHoverTime = HOVER_DEFAULT; /* not used */
if (!p_TrackMouseEvent (&tme))
WIN32_API_FAILED ("TrackMouseEvent");
else if (dwFlags == TME_LEAVE)
GDK_NOTE (EVENTS, g_print(" (TrackMouseEvent %p)", hwnd));
else if (dwFlags == TME_CANCEL)
GDK_NOTE (EVENTS, g_print(" (cancel TrackMouseEvent %p)", hwnd));
}
if (!TrackMouseEvent (&tme))
WIN32_API_FAILED ("TrackMouseEvent");
else if (dwFlags == TME_LEAVE)
GDK_NOTE (EVENTS, g_print(" (TrackMouseEvent %p)", hwnd));
else if (dwFlags == TME_CANCEL)
GDK_NOTE (EVENTS, g_print(" (cancel TrackMouseEvent %p)", hwnd));
}
gulong
+24 -2
View File
@@ -37,6 +37,8 @@
#include "gdkprivate-win32.h"
#include "gdkinput-win32.h"
#define WINTAB32_DLL "Wintab32.dll"
#define PACKETDATA (PK_CONTEXT | PK_CURSOR | PK_BUTTONS | PK_X | PK_Y | PK_NORMAL_PRESSURE | PK_ORIENTATION)
/* We want everything in absolute mode */
#define PACKETMODE (0)
@@ -334,12 +336,14 @@ _gdk_input_wintab_init_check (void)
BOOL active;
DWORD physid;
AXIS axis_x, axis_y, axis_npressure, axis_or[3];
int i, k;
int i, k, n;
int devix, cursorix;
wchar_t devname[100], csrname[100];
gchar *devname_utf8, *csrname_utf8;
BOOL defcontext_done;
HMODULE wintab32;
char *wintab32_dll_path;
char dummy;
if (wintab_initialized)
return;
@@ -351,7 +355,25 @@ _gdk_input_wintab_init_check (void)
if (_gdk_input_ignore_wintab)
return;
if ((wintab32 = LoadLibrary ("wintab32.dll")) == NULL)
n = GetSystemDirectory (&dummy, 0);
if (n <= 0)
return;
wintab32_dll_path = g_malloc (n + 1 + strlen (WINTAB32_DLL));
k = GetSystemDirectory (wintab32_dll_path, n);
if (k == 0 || k > n)
{
g_free (wintab32_dll_path);
return;
}
if (!G_IS_DIR_SEPARATOR (wintab32_dll_path[strlen (wintab32_dll_path) -1]))
strcat (wintab32_dll_path, G_DIR_SEPARATOR_S);
strcat (wintab32_dll_path, WINTAB32_DLL);
if ((wintab32 = LoadLibrary (wintab32_dll_path)) == NULL)
return;
if ((p_WTInfoA = (t_WTInfoA) GetProcAddress (wintab32, "WTInfoA")) == NULL)
+5 -1
View File
@@ -180,7 +180,8 @@ void
gdk_display_beep (GdkDisplay *display)
{
g_return_if_fail (display == gdk_display_get_default());
Beep(1000, 50);
if (!MessageBeep (-1))
Beep (1000, 50);
}
void
@@ -621,6 +622,9 @@ _gdk_win32_window_exstyle_to_string (LONG style)
BIT (ACCEPTFILES);
BIT (APPWINDOW);
BIT (CLIENTEDGE);
#ifndef WS_EX_COMPOSITED
# define WS_EX_COMPOSITED 0x02000000L
#endif
BIT (COMPOSITED);
BIT (CONTEXTHELP);
BIT (CONTROLPARENT);
+2 -3
View File
@@ -2440,10 +2440,9 @@ gdk_window_get_frame_extents (GdkWindow *window,
rect->width = r.right - r.left;
rect->height = r.bottom - r.top;
GDK_NOTE (MISC, g_print ("gdk_window_get_frame_extents: %p: %ldx%ld@%+ld%+ld\n",
GDK_NOTE (MISC, g_print ("gdk_window_get_frame_extents: %p: %dx%d@%+d%+d\n",
GDK_WINDOW_HWND (window),
r.right - r.left, r.bottom - r.top,
r.left, r.top));
rect->width, rect->height, rect->x, rect->y));
}
GdkWindow*
+6 -1
View File
@@ -1919,9 +1919,14 @@ static GdkDragAction
xdnd_action_from_atom (GdkDisplay *display,
Atom xatom)
{
GdkAtom atom = gdk_x11_xatom_to_atom_for_display (display, xatom);
GdkAtom atom;
gint i;
if (xatom == None)
return 0;
atom = gdk_x11_xatom_to_atom_for_display (display, xatom);
if (!xdnd_actions_initialized)
xdnd_initialize_actions();
+4 -1
View File
@@ -1985,7 +1985,10 @@ gdk_event_translate (GdkDisplay *display,
event->selection.window = window;
event->selection.selection = gdk_x11_xatom_to_atom_for_display (display, xevent->xselection.selection);
event->selection.target = gdk_x11_xatom_to_atom_for_display (display, xevent->xselection.target);
event->selection.property = gdk_x11_xatom_to_atom_for_display (display, xevent->xselection.property);
if (xevent->xselection.property == None)
event->selection.property = GDK_NONE;
else
event->selection.property = gdk_x11_xatom_to_atom_for_display (display, xevent->xselection.property);
event->selection.time = xevent->xselection.time;
break;
+19 -14
View File
@@ -173,37 +173,40 @@ lookup_cached_xatom (GdkDisplay *display,
/**
* gdk_x11_atom_to_xatom_for_display:
* @display: A #GdkDisplay
* @atom: A #GdkAtom
*
* @atom: A #GdkAtom, or %GDK_NONE
*
* Converts from a #GdkAtom to the X atom for a #GdkDisplay
* with the same string value.
*
* Return value: the X atom corresponding to @atom.
* with the same string value. The special value %GDK_NONE
* is converted to %None.
*
* Return value: the X atom corresponding to @atom, or %None
*
* Since: 2.2
**/
Atom
gdk_x11_atom_to_xatom_for_display (GdkDisplay *display,
GdkAtom atom)
gdk_x11_atom_to_xatom_for_display (GdkDisplay *display,
GdkAtom atom)
{
Atom xatom = None;
g_return_val_if_fail (GDK_IS_DISPLAY (display), None);
g_return_val_if_fail (atom != GDK_NONE, None);
if (atom == GDK_NONE)
return None;
if (display->closed)
return None;
xatom = lookup_cached_xatom (display, atom);
if (!xatom)
{
char *name;
g_return_val_if_fail (ATOM_TO_INDEX (atom) < virtual_atom_array->len, None);
name = g_ptr_array_index (virtual_atom_array, ATOM_TO_INDEX (atom));
xatom = XInternAtom (GDK_DISPLAY_XDISPLAY (display), name, FALSE);
insert_atom_pair (display, atom, xatom);
}
@@ -293,7 +296,9 @@ gdk_x11_xatom_to_atom_for_display (GdkDisplay *display,
GdkAtom virtual_atom = GDK_NONE;
g_return_val_if_fail (GDK_IS_DISPLAY (display), GDK_NONE);
g_return_val_if_fail (xatom != None, GDK_NONE);
if (xatom == None)
return GDK_NONE;
if (display->closed)
return GDK_NONE;
+4 -1
View File
@@ -736,7 +736,10 @@ init_randr13 (GdkScreen *screen)
randr12_compat |= !g_strcmp0(output->name, "default");
if (output->connection == RR_Disconnected)
continue;
{
XRRFreeOutputInfo (output);
continue;
}
if (output->crtc)
{
+42 -1
View File
@@ -10,11 +10,19 @@ endif
SUBDIRS = theme-bits . tests
DIST_SUBDIRS=theme-bits tests
if HAVE_PAPI_CUPS
GTK_PRINT_BACKENDS=file,papi,cups
else
if HAVE_CUPS
GTK_PRINT_BACKENDS=file,cups
else
if HAVE_PAPI
GTK_PRINT_BACKENDS=file,papi
else
GTK_PRINT_BACKENDS=file,lpr
endif
endif
endif
INCLUDES = \
-DG_LOG_DOMAIN=\"Gtk\" \
@@ -930,6 +938,39 @@ bin_PROGRAMS = \
gtk-update-icon-cache
bin_SCRIPTS = gtk-builder-convert
if OS_WIN32
# Workaround for UAC silliness: programs with "update" in their name
# are believed to be installers and require elevated privileges to be
# used... Use a manifest file to tell Windows that
# gtk-update-icon-cache.exe doesn't require any special privileges.
GTK_UPDATE_ICON_CACHE_MANIFEST = gtk-update-icon-cache.exe.manifest
bin_SCRIPTS += \
$(GTK_UPDATE_ICON_CACHE_MANIFEST)
gtk-update-icon-cache.exe.manifest:
(echo '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>' ; \
echo '<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">' ; \
echo ' <assemblyIdentity version="1.0.0.0"' ; \
echo ' processorArchitecture="'$(EXE_MANIFEST_ARCHITECTURE)'"' ; \
echo ' name="gtk-update-icon-cache.exe"' ; \
echo ' type="win32"/>' ; \
echo ' <!-- Identify the application security requirements. -->' ; \
echo ' <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">' ; \
echo ' <security>' ; \
echo ' <requestedPrivileges>' ; \
echo ' <requestedExecutionLevel' ; \
echo ' level="asInvoker"' ; \
echo ' uiAccess="false"/>' ; \
echo ' </requestedPrivileges>' ; \
echo ' </security>' ; \
echo ' </trustInfo>' ; \
echo '</assembly>' ) >$@
endif
gtk_query_immodules_2_0_DEPENDENCIES = $(DEPS)
gtk_query_immodules_2_0_LDADD = $(LDADDS)
@@ -1248,7 +1289,7 @@ gtk_update_icon_cache_program = \
endif
gtkbuiltincache.h: @REBUILD@ stamp-icons
$(MAKE) $(AM_MAKEFLAGS) gtk-update-icon-cache$(EXEEXT)
$(MAKE) $(AM_MAKEFLAGS) gtk-update-icon-cache$(EXEEXT) $(GTK_UPDATE_ICON_CACHE_MANIFEST)
$(gtk_update_icon_cache_program) --force --ignore-theme-index \
--source builtin_icons stock-icons > gtkbuiltincache.h.tmp && \
mv gtkbuiltincache.h.tmp gtkbuiltincache.h
+2
View File
@@ -2905,6 +2905,8 @@ gtk_printer_option_clear_has_conflict
gtk_printer_option_set_boolean
gtk_printer_option_allocate_choices
gtk_printer_option_choices_from_array
gtk_printer_option_set_activates_default
gtk_printer_option_get_activates_default
#endif
#endif
#endif
+35 -36
View File
@@ -197,8 +197,8 @@ gtk_assistant_class_init (GtkAssistantClass *class)
* @assistant: the #GtkAssistant
* @page: the current page
*
* The ::prepared signal is emitted when a new page is set as the assistant's
* current page, before making the new page visible. A handler for this signal
* The ::prepare signal is emitted when a new page is set as the assistant's
* current page, before making the new page visible. A handler for this signal
* can do any preparation which are necessary before showing @page.
*
* Since: 2.10
@@ -217,14 +217,14 @@ gtk_assistant_class_init (GtkAssistantClass *class)
* @assistant: the @GtkAssistant
*
* The ::apply signal is emitted when the apply button is clicked. The default
* behavior of the #GtkAssistant is to switch to the page after the current page,
* unless the current page is the last one.
* behavior of the #GtkAssistant is to switch to the page after the current
* page, unless the current page is the last one.
*
* A handler for the ::apply signal should carry out the actions for which the
* wizard has collected data. If the action takes a long time to complete, you
* might consider to put a page of type GTK_ASSISTANT_PAGE_PROGRESS after the
* confirmation page and handle this operation within the ::prepare signal of
* the progress page.
* A handler for the ::apply signal should carry out the actions for which
* the wizard has collected data. If the action takes a long time to complete,
* you might consider to put a page of type %GTK_ASSISTANT_PAGE_PROGRESS
* after the confirmation page and handle this operation within the
* #GtkAssistant::prepare signal of the progress page.
*
* Since: 2.10
*/
@@ -243,7 +243,7 @@ gtk_assistant_class_init (GtkAssistantClass *class)
*
* The ::close signal is emitted either when the close button of
* a summary page is clicked, or when the apply button in the last
* page in the flow (of type GTK_ASSISTANT_PAGE_CONFIRM) is clicked.
* page in the flow (of type %GTK_ASSISTANT_PAGE_CONFIRM) is clicked.
*
* Since: 2.10
*/
@@ -276,7 +276,7 @@ gtk_assistant_class_init (GtkAssistantClass *class)
/**
* GtkAssistant:page-type:
*
* The type of the assistant page.
* The type of the assistant page.
*
* Since: 2.10
*/
@@ -292,7 +292,7 @@ gtk_assistant_class_init (GtkAssistantClass *class)
/**
* GtkAssistant:title:
*
* The title that is displayed in the page header.
* The title that is displayed in the page header.
*
* If title and header-image are both %NULL, no header is displayed.
*
@@ -326,7 +326,7 @@ gtk_assistant_class_init (GtkAssistantClass *class)
/**
* GtkAssistant:header-image:
*
* The image that is displayed next to the page.
* The image that is displayed next to the page.
*
* Set this to %NULL to make the sidebar disappear.
*
@@ -410,14 +410,12 @@ compute_last_button_state (GtkAssistant *assistant)
page_info = g_list_nth_data (priv->pages, page_num);
count++;
g_assert (page_info);
}
/* make the last button visible if we can skip multiple
* pages and end on a confirmation or summary page
* pages and end on a confirmation or summary page
*/
if (count > 1 &&
if (count > 1 && page_info &&
(page_info->type == GTK_ASSISTANT_PAGE_CONFIRM ||
page_info->type == GTK_ASSISTANT_PAGE_SUMMARY))
{
@@ -465,6 +463,7 @@ set_assistant_buttons_state (GtkAssistant *assistant)
case GTK_ASSISTANT_PAGE_INTRO:
gtk_widget_set_sensitive (assistant->cancel, TRUE);
gtk_widget_set_sensitive (assistant->forward, priv->current_page->complete);
gtk_widget_grab_default (assistant->forward);
gtk_widget_show (assistant->cancel);
gtk_widget_show (assistant->forward);
gtk_widget_hide (assistant->back);
@@ -476,6 +475,7 @@ set_assistant_buttons_state (GtkAssistant *assistant)
gtk_widget_set_sensitive (assistant->cancel, TRUE);
gtk_widget_set_sensitive (assistant->back, TRUE);
gtk_widget_set_sensitive (assistant->apply, priv->current_page->complete);
gtk_widget_grab_default (assistant->apply);
gtk_widget_show (assistant->cancel);
gtk_widget_show (assistant->back);
gtk_widget_show (assistant->apply);
@@ -487,6 +487,7 @@ set_assistant_buttons_state (GtkAssistant *assistant)
gtk_widget_set_sensitive (assistant->cancel, TRUE);
gtk_widget_set_sensitive (assistant->back, TRUE);
gtk_widget_set_sensitive (assistant->forward, priv->current_page->complete);
gtk_widget_grab_default (assistant->forward);
gtk_widget_show (assistant->cancel);
gtk_widget_show (assistant->back);
gtk_widget_show (assistant->forward);
@@ -496,6 +497,7 @@ set_assistant_buttons_state (GtkAssistant *assistant)
break;
case GTK_ASSISTANT_PAGE_SUMMARY:
gtk_widget_set_sensitive (assistant->close, TRUE);
gtk_widget_grab_default (assistant->close);
gtk_widget_show (assistant->close);
gtk_widget_hide (assistant->cancel);
gtk_widget_hide (assistant->back);
@@ -507,6 +509,7 @@ set_assistant_buttons_state (GtkAssistant *assistant)
gtk_widget_set_sensitive (assistant->cancel, priv->current_page->complete);
gtk_widget_set_sensitive (assistant->back, priv->current_page->complete);
gtk_widget_set_sensitive (assistant->forward, priv->current_page->complete);
gtk_widget_grab_default (assistant->forward);
gtk_widget_show (assistant->cancel);
gtk_widget_show (assistant->back);
gtk_widget_show (assistant->forward);
@@ -622,10 +625,10 @@ on_assistant_apply (GtkWidget *widget,
{
gboolean success;
success = compute_next_step (assistant);
g_signal_emit (assistant, signals [APPLY], 0);
success = compute_next_step (assistant);
/* if the assistant hasn't switched to another page, just emit
* the CLOSE signal, it't the last page in the assistant flow
*/
@@ -734,6 +737,9 @@ gtk_assistant_init (GtkAssistant *assistant)
assistant->back = gtk_button_new_from_stock (GTK_STOCK_GO_BACK);
assistant->cancel = gtk_button_new_from_stock (GTK_STOCK_CANCEL);
assistant->last = gtk_button_new_from_stock (GTK_STOCK_GOTO_LAST);
GTK_WIDGET_SET_FLAGS (assistant->close, GTK_CAN_DEFAULT);
GTK_WIDGET_SET_FLAGS (assistant->apply, GTK_CAN_DEFAULT);
GTK_WIDGET_SET_FLAGS (assistant->forward, GTK_CAN_DEFAULT);
priv->size_group = gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL);
gtk_size_group_add_widget (priv->size_group, assistant->close);
@@ -1204,6 +1210,7 @@ gtk_assistant_map (GtkWidget *widget)
GtkAssistant *assistant = GTK_ASSISTANT (widget);
GtkAssistantPrivate *priv = assistant->priv;
GList *page_node;
GtkAssistantPage *page;
GTK_WIDGET_SET_FLAGS (widget, GTK_MAPPED);
@@ -1215,7 +1222,8 @@ gtk_assistant_map (GtkWidget *widget)
gtk_widget_map (priv->sidebar_image);
/* if there's no default page, pick the first one */
if (!priv->current_page && priv->pages)
page = NULL;
if (!priv->current_page)
{
page_node = priv->pages;
@@ -1223,22 +1231,13 @@ gtk_assistant_map (GtkWidget *widget)
page_node = page_node->next;
if (page_node)
priv->current_page = page_node->data;
page = page_node->data;
}
if (priv->current_page &&
GTK_WIDGET_VISIBLE (priv->current_page->page) &&
!GTK_WIDGET_MAPPED (priv->current_page->page))
{
set_assistant_buttons_state ((GtkAssistant *) widget);
set_assistant_header_image ((GtkAssistant*) widget);
set_assistant_sidebar_image ((GtkAssistant*) widget);
g_signal_emit (widget, signals [PREPARE], 0, priv->current_page->page);
gtk_widget_set_child_visible (priv->current_page->page, TRUE);
gtk_widget_map (priv->current_page->page);
gtk_widget_map (priv->current_page->title);
}
if (page &&
GTK_WIDGET_VISIBLE (page->page) &&
!GTK_WIDGET_MAPPED (page->page))
set_current_page (assistant, page);
GTK_WIDGET_CLASS (gtk_assistant_parent_class)->map (widget);
}
@@ -2154,7 +2153,7 @@ gtk_assistant_set_page_complete (GtkAssistant *assistant,
* @assistant: a #GtkAssistant
* @page: a page of @assistant
*
* Gets whether @page is complete..
* Gets whether @page is complete.
*
* Return value: %TRUE if @page is complete.
*
@@ -2247,7 +2246,7 @@ gtk_assistant_accessible_ref_child (AtkObject *accessible,
return NULL;
else if (index < n_pages)
{
GtkAssistantPage *page = g_list_nth_data (priv->pages, index / 2);
GtkAssistantPage *page = g_list_nth_data (priv->pages, index);
child = page->page;
title = gtk_assistant_get_page_title (assistant, child);
+10 -3
View File
@@ -380,7 +380,12 @@ parse_object (GMarkupParseContext *context,
data->inside_requested_object = TRUE;
}
else
return;
{
g_free (object_class);
g_free (object_id);
g_free (constructor);
return;
}
}
object_info = g_slice_new0 (ObjectInfo);
@@ -404,7 +409,8 @@ parse_object (GMarkupParseContext *context,
return;
}
g_hash_table_insert (data->object_ids, object_id, GINT_TO_POINTER (line));
g_hash_table_insert (data->object_ids, g_strdup (object_id), GINT_TO_POINTER (line));
}
static void
@@ -1162,7 +1168,8 @@ _gtk_builder_parser_parse_buffer (GtkBuilder *builder,
data->builder = builder;
data->filename = filename;
data->domain = g_strdup (domain);
data->object_ids = g_hash_table_new (g_str_hash, g_str_equal);
data->object_ids = g_hash_table_new_full (g_str_hash, g_str_equal,
(GDestroyNotify)g_free, NULL);
data->requested_objects = NULL;
if (requested_objs)
+20 -15
View File
@@ -934,15 +934,15 @@ gtk_button_construct_child (GtkButton *button)
GtkWidget *image = NULL;
gchar *label_text = NULL;
gint image_spacing;
if (!button->constructed)
return;
if (!button->label_text && !priv->image)
return;
gtk_widget_style_get (GTK_WIDGET (button),
"image-spacing", &image_spacing,
gtk_widget_style_get (GTK_WIDGET (button),
"image-spacing", &image_spacing,
NULL);
if (priv->image && !priv->image_is_stock)
@@ -951,7 +951,7 @@ gtk_button_construct_child (GtkButton *button)
if (image->parent)
gtk_container_remove (GTK_CONTAINER (image->parent), image);
}
priv->image = NULL;
if (GTK_BIN (button)->child)
@@ -973,7 +973,7 @@ gtk_button_construct_child (GtkButton *button)
if (image)
{
priv->image = image;
g_object_set (priv->image,
g_object_set (priv->image,
"visible", show_image (button),
"no-show-all", TRUE,
NULL);
@@ -997,9 +997,14 @@ gtk_button_construct_child (GtkButton *button)
if (label_text)
{
label = gtk_label_new_with_mnemonic (label_text);
gtk_label_set_mnemonic_widget (GTK_LABEL (label),
GTK_WIDGET (button));
if (button->use_underline || button->use_stock)
{
label = gtk_label_new_with_mnemonic (label_text);
gtk_label_set_mnemonic_widget (GTK_LABEL (label),
GTK_WIDGET (button));
}
else
label = gtk_label_new (label_text);
if (priv->image_position == GTK_POS_RIGHT ||
priv->image_position == GTK_POS_BOTTOM)
@@ -1007,7 +1012,7 @@ gtk_button_construct_child (GtkButton *button)
else
gtk_box_pack_end (GTK_BOX (box), label, FALSE, FALSE, 0);
}
gtk_container_add (GTK_CONTAINER (button), align);
gtk_container_add (GTK_CONTAINER (align), box);
gtk_widget_show_all (align);
@@ -1016,18 +1021,18 @@ gtk_button_construct_child (GtkButton *button)
return;
}
if (button->use_underline)
if (button->use_underline || button->use_stock)
{
label = gtk_label_new_with_mnemonic (button->label_text);
gtk_label_set_mnemonic_widget (GTK_LABEL (label), GTK_WIDGET (button));
}
else
label = gtk_label_new (button->label_text);
if (priv->align_set)
gtk_misc_set_alignment (GTK_MISC (label), priv->xalign, priv->yalign);
gtk_widget_show (label);
gtk_container_add (GTK_CONTAINER (button), label);
}
+5
View File
@@ -22,6 +22,7 @@
#include "gtkaccelgroup.h"
#include "gtkmarshalers.h"
#include "gtkcellrendereraccel.h"
#include "gtkmain.h"
#include "gtklabel.h"
#include "gtkeventbox.h"
#include "gtkprivate.h"
@@ -461,6 +462,7 @@ grab_key_callback (GtkWidget *widget,
edited = TRUE;
out:
gtk_grab_remove (accel->grab_widget);
gdk_display_keyboard_ungrab (display, event->time);
gdk_display_pointer_ungrab (display, event->time);
@@ -488,6 +490,7 @@ ungrab_stuff (GtkWidget *widget,
{
GdkDisplay *display = gtk_widget_get_display (widget);
gtk_grab_remove (accel->grab_widget);
gdk_display_keyboard_ungrab (display, GDK_CURRENT_TIME);
gdk_display_pointer_ungrab (display, GDK_CURRENT_TIME);
@@ -597,6 +600,8 @@ gtk_cell_renderer_accel_start_editing (GtkCellRenderer *cell,
gtk_widget_show_all (accel->edit_widget);
gtk_grab_add (accel->grab_widget);
g_signal_connect (G_OBJECT (accel->edit_widget), "unrealize",
G_CALLBACK (ungrab_stuff), accel);
+117 -38
View File
@@ -283,39 +283,6 @@ gtk_cell_renderer_pixbuf_get_property (GObject *object,
}
}
static void
unset_image_properties (GtkCellRendererPixbuf *cell)
{
GtkCellRendererPixbufPrivate *priv;
priv = GTK_CELL_RENDERER_PIXBUF_GET_PRIVATE (cell);
if (priv->stock_id)
{
g_free (priv->stock_id);
priv->stock_id = NULL;
g_object_notify (G_OBJECT (cell), "stock-id");
}
if (priv->icon_name)
{
g_free (priv->icon_name);
priv->icon_name = NULL;
g_object_notify (G_OBJECT (cell), "icon-name");
}
if (cell->pixbuf)
{
g_object_unref (cell->pixbuf);
cell->pixbuf = NULL;
g_object_notify (G_OBJECT (cell), "pixbuf");
}
if (priv->gicon)
{
g_object_unref (priv->gicon);
priv->gicon = NULL;
g_object_notify (G_OBJECT (cell), "gicon");
}
}
static void
gtk_cell_renderer_pixbuf_set_property (GObject *object,
guint param_id,
@@ -330,8 +297,30 @@ gtk_cell_renderer_pixbuf_set_property (GObject *object,
switch (param_id)
{
case PROP_PIXBUF:
unset_image_properties (cellpixbuf);
cellpixbuf->pixbuf = (GdkPixbuf *) g_value_dup_object (value);
if (cellpixbuf->pixbuf)
g_object_unref (cellpixbuf->pixbuf);
cellpixbuf->pixbuf = (GdkPixbuf*) g_value_dup_object (value);
if (cellpixbuf->pixbuf)
{
if (priv->stock_id)
{
g_free (priv->stock_id);
priv->stock_id = NULL;
g_object_notify (object, "stock-id");
}
if (priv->icon_name)
{
g_free (priv->icon_name);
priv->icon_name = NULL;
g_object_notify (object, "icon-name");
}
if (priv->gicon)
{
g_object_unref (priv->gicon);
priv->gicon = NULL;
g_object_notify (object, "gicon");
}
}
break;
case PROP_PIXBUF_EXPANDER_OPEN:
if (cellpixbuf->pixbuf_expander_open)
@@ -344,8 +333,38 @@ gtk_cell_renderer_pixbuf_set_property (GObject *object,
cellpixbuf->pixbuf_expander_closed = (GdkPixbuf*) g_value_dup_object (value);
break;
case PROP_STOCK_ID:
unset_image_properties (cellpixbuf);
if (priv->stock_id)
{
if (cellpixbuf->pixbuf)
{
g_object_unref (cellpixbuf->pixbuf);
cellpixbuf->pixbuf = NULL;
g_object_notify (object, "pixbuf");
}
g_free (priv->stock_id);
}
priv->stock_id = g_value_dup_string (value);
if (priv->stock_id)
{
if (cellpixbuf->pixbuf)
{
g_object_unref (cellpixbuf->pixbuf);
cellpixbuf->pixbuf = NULL;
g_object_notify (object, "pixbuf");
}
if (priv->icon_name)
{
g_free (priv->icon_name);
priv->icon_name = NULL;
g_object_notify (object, "icon-name");
}
if (priv->gicon)
{
g_object_unref (priv->gicon);
priv->gicon = NULL;
g_object_notify (object, "gicon");
}
}
break;
case PROP_STOCK_SIZE:
priv->stock_size = g_value_get_uint (value);
@@ -355,15 +374,75 @@ gtk_cell_renderer_pixbuf_set_property (GObject *object,
priv->stock_detail = g_value_dup_string (value);
break;
case PROP_ICON_NAME:
unset_image_properties (cellpixbuf);
if (priv->icon_name)
{
if (cellpixbuf->pixbuf)
{
g_object_unref (cellpixbuf->pixbuf);
cellpixbuf->pixbuf = NULL;
g_object_notify (object, "pixbuf");
}
g_free (priv->icon_name);
}
priv->icon_name = g_value_dup_string (value);
if (priv->icon_name)
{
if (cellpixbuf->pixbuf)
{
g_object_unref (cellpixbuf->pixbuf);
cellpixbuf->pixbuf = NULL;
g_object_notify (object, "pixbuf");
}
if (priv->stock_id)
{
g_free (priv->stock_id);
priv->stock_id = NULL;
g_object_notify (object, "stock-id");
}
if (priv->gicon)
{
g_object_unref (priv->gicon);
priv->gicon = NULL;
g_object_notify (object, "gicon");
}
}
break;
case PROP_FOLLOW_STATE:
priv->follow_state = g_value_get_boolean (value);
break;
case PROP_GICON:
unset_image_properties (cellpixbuf);
if (priv->gicon)
{
if (cellpixbuf->pixbuf)
{
g_object_unref (cellpixbuf->pixbuf);
cellpixbuf->pixbuf = NULL;
g_object_notify (object, "pixbuf");
}
g_object_unref (priv->gicon);
}
priv->gicon = (GIcon *) g_value_dup_object (value);
if (priv->gicon)
{
if (cellpixbuf->pixbuf)
{
g_object_unref (cellpixbuf->pixbuf);
cellpixbuf->pixbuf = NULL;
g_object_notify (object, "pixbuf");
}
if (priv->stock_id)
{
g_free (priv->stock_id);
priv->stock_id = NULL;
g_object_notify (object, "stock-id");
}
if (priv->icon_name)
{
g_free (priv->icon_name);
priv->icon_name = NULL;
g_object_notify (object, "icon-name");
}
}
break;
default:
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, param_id, pspec);
+19
View File
@@ -271,6 +271,21 @@ gtk_cell_renderer_spin_key_press_event (GtkWidget *widget,
return FALSE;
}
static gboolean
gtk_cell_renderer_spin_button_press_event (GtkWidget *widget,
GdkEventButton *event,
gpointer user_data)
{
/* Block 2BUTTON and 3BUTTON here, so that they won't be eaten
* by tree view.
*/
if (event->type == GDK_2BUTTON_PRESS
|| event->type == GDK_3BUTTON_PRESS)
return TRUE;
return FALSE;
}
static GtkCellEditable *
gtk_cell_renderer_spin_start_editing (GtkCellRenderer *cell,
GdkEvent *event,
@@ -296,6 +311,10 @@ gtk_cell_renderer_spin_start_editing (GtkCellRenderer *cell,
spin = gtk_spin_button_new (priv->adjustment,
priv->climb_rate, priv->digits);
g_signal_connect (spin, "button-press-event",
G_CALLBACK (gtk_cell_renderer_spin_button_press_event),
NULL);
if (cell_text->text)
gtk_spin_button_set_value (GTK_SPIN_BUTTON (spin),
g_ascii_strtod (cell_text->text, NULL));
+3
View File
@@ -2840,6 +2840,7 @@ gtk_combo_box_menu_setup (GtkComboBox *combo_box,
/* create our funky menu */
menu = gtk_menu_new ();
gtk_widget_set_name (menu, "gtk-combobox-popup-menu");
_gtk_menu_set_reserve_toggle_size (GTK_MENU (menu), FALSE);
g_signal_connect (menu, "key-press-event",
G_CALLBACK (gtk_combo_box_menu_key_press), combo_box);
@@ -2952,6 +2953,7 @@ gtk_combo_box_menu_fill_level (GtkComboBox *combo_box,
if (gtk_tree_model_iter_has_child (model, &iter))
{
submenu = gtk_menu_new ();
_gtk_menu_set_reserve_toggle_size (GTK_MENU (submenu), FALSE);
gtk_widget_show (submenu);
gtk_menu_item_set_submenu (GTK_MENU_ITEM (item), submenu);
@@ -3462,6 +3464,7 @@ gtk_combo_box_menu_row_inserted (GtkTreeModel *model,
if (!menu)
{
menu = gtk_menu_new ();
_gtk_menu_set_reserve_toggle_size (GTK_MENU (menu), FALSE);
gtk_widget_show (menu);
gtk_menu_item_set_submenu (GTK_MENU_ITEM (parent), menu);
+14
View File
@@ -3398,6 +3398,10 @@ gtk_entry_leave_notify (GtkWidget *widget,
if (icon_info != NULL && event->window == icon_info->window)
{
/* a grab means that we may never see the button release */
if (event->mode == GDK_CROSSING_GRAB || event->mode == GDK_CROSSING_GTK_GRAB)
icon_info->pressed = FALSE;
if (should_prelight (entry, i))
{
icon_info->prelight = FALSE;
@@ -6420,6 +6424,11 @@ gtk_entry_ensure_pixbuf (GtkEntry *entry,
icon_info->stock_id,
GTK_ICON_SIZE_MENU,
NULL);
if (!icon_info->pixbuf)
icon_info->pixbuf = gtk_widget_render_icon (GTK_WIDGET (entry),
GTK_STOCK_MISSING_IMAGE,
GTK_ICON_SIZE_MENU,
NULL);
GTK_WIDGET_STATE (entry) = state;
break;
@@ -7822,9 +7831,14 @@ gtk_entry_set_icon_sensitive (GtkEntry *entry,
{
icon_info->insensitive = !sensitive;
icon_info->pressed = FALSE;
icon_info->prelight = FALSE;
if (GTK_WIDGET_REALIZED (GTK_WIDGET (entry)))
update_cursors (GTK_WIDGET (entry));
gtk_widget_queue_draw (GTK_WIDGET (entry));
g_object_notify (G_OBJECT (entry),
icon_pos == GTK_ENTRY_ICON_PRIMARY ? "primary-icon-sensitive" : "secondary-icon-sensitive");
}
+9 -2
View File
@@ -1761,7 +1761,7 @@ gtk_file_chooser_list_shortcut_folders (GtkFileChooser *chooser)
g_return_val_if_fail (GTK_IS_FILE_CHOOSER (chooser), NULL);
folders = GTK_FILE_CHOOSER_GET_IFACE (chooser)->list_shortcut_folders (chooser);
folders = _gtk_file_chooser_list_shortcut_folder_files (chooser);
result = files_to_strings (folders, g_file_get_path);
g_slist_foreach (folders, (GFunc) g_object_unref, NULL);
@@ -1858,7 +1858,7 @@ gtk_file_chooser_list_shortcut_folder_uris (GtkFileChooser *chooser)
g_return_val_if_fail (GTK_IS_FILE_CHOOSER (chooser), NULL);
folders = GTK_FILE_CHOOSER_GET_IFACE (chooser)->list_shortcut_folders (chooser);
folders = _gtk_file_chooser_list_shortcut_folder_files (chooser);
result = files_to_strings (folders, g_file_get_uri);
g_slist_foreach (folders, (GFunc) g_object_unref, NULL);
@@ -1867,6 +1867,13 @@ gtk_file_chooser_list_shortcut_folder_uris (GtkFileChooser *chooser)
return result;
}
GSList *
_gtk_file_chooser_list_shortcut_folder_files (GtkFileChooser *chooser)
{
g_return_val_if_fail (GTK_IS_FILE_CHOOSER (chooser), NULL);
return GTK_FILE_CHOOSER_GET_IFACE (chooser)->list_shortcut_folders (chooser);
}
/**
* gtk_file_chooser_set_show_hidden:
+133 -37
View File
@@ -3006,24 +3006,27 @@ bookmarks_check_remove_sensitivity (GtkFileChooserDefault *impl)
GtkTreeIter iter;
gboolean removable = FALSE;
gchar *name = NULL;
gchar *tip;
if (shortcuts_get_selected (impl, &iter))
gtk_tree_model_get (GTK_TREE_MODEL (impl->shortcuts_model), &iter,
SHORTCUTS_COL_REMOVABLE, &removable,
SHORTCUTS_COL_NAME, &name,
-1);
gtk_widget_set_sensitive (impl->browse_shortcuts_remove_button, removable);
if (removable)
{
gchar *tip;
gtk_tree_model_get (GTK_TREE_MODEL (impl->shortcuts_model), &iter,
SHORTCUTS_COL_REMOVABLE, &removable,
SHORTCUTS_COL_NAME, &name,
-1);
gtk_widget_set_sensitive (impl->browse_shortcuts_remove_button, removable);
if (removable)
tip = g_strdup_printf (_("Remove the bookmark '%s'"), name);
else
tip = g_strdup_printf (_("Bookmark '%s' cannot be removed"), name);
tip = g_strdup_printf (_("Remove the bookmark '%s'"), name);
gtk_widget_set_tooltip_text (impl->browse_shortcuts_remove_button, tip);
g_free (tip);
}
else
gtk_widget_set_tooltip_text (impl->browse_shortcuts_remove_button,
_("Remove the selected bookmark"));
g_free (name);
}
@@ -3648,26 +3651,34 @@ shortcuts_row_separator_func (GtkTreeModel *model,
return shortcut_type == SHORTCUT_TYPE_SEPARATOR;
}
/* Since GtkTreeView has a keybinding attached to '/', we need to catch
* keypresses before the TreeView gets them.
*/
static gboolean
tree_view_keybinding_cb (GtkWidget *tree_view,
GdkEventKey *event,
GtkFileChooserDefault *impl)
shortcuts_key_press_event_after_cb (GtkWidget *tree_view,
GdkEventKey *event,
GtkFileChooserDefault *impl)
{
if ((event->keyval == GDK_slash
|| event->keyval == GDK_KP_Divide
#ifdef G_OS_UNIX
|| event->keyval == GDK_asciitilde
#endif
) && ! (event->state & (~GDK_SHIFT_MASK & gtk_accelerator_get_default_mod_mask ())))
{
location_popup_handler (impl, event->string);
return TRUE;
}
GtkWidget *entry;
return FALSE;
/* don't screw up focus switching with Tab */
if (event->keyval == GDK_Tab
|| event->keyval == GDK_KP_Tab
|| event->keyval == GDK_ISO_Left_Tab
|| event->length < 1)
return FALSE;
if (impl->location_entry)
entry = impl->location_entry;
else if (impl->search_entry)
entry = impl->search_entry;
else
entry = NULL;
if (entry)
{
gtk_widget_grab_focus (entry);
return gtk_widget_event (entry, (GdkEvent *) event);
}
else
return FALSE;
}
/* Callback used when the file list's popup menu is detached */
@@ -3882,11 +3893,28 @@ shortcuts_list_create (GtkFileChooserDefault *impl)
/* Tree */
impl->browse_shortcuts_tree_view = gtk_tree_view_new ();
gtk_tree_view_set_enable_search (GTK_TREE_VIEW (impl->browse_shortcuts_tree_view), FALSE);
#ifdef PROFILE_FILE_CHOOSER
g_object_set_data (G_OBJECT (impl->browse_shortcuts_tree_view), "fmq-name", "shortcuts");
#endif
g_signal_connect (impl->browse_shortcuts_tree_view, "key-press-event",
G_CALLBACK (tree_view_keybinding_cb), impl);
/* Connect "after" to key-press-event on the shortcuts pane. We want this action to be possible:
*
* 1. user brings up a SAVE dialog
* 2. user clicks on a shortcut in the shortcuts pane
* 3. user starts typing a filename
*
* Normally, the user's typing would be ignored, as the shortcuts treeview doesn't
* support interactive search. However, we'd rather focus the location entry
* so that the user can type *there*.
*
* To preserve keyboard navigation in the shortcuts pane, we don't focus the
* filename entry if one clicks on a shortcut; rather, we focus the entry only
* if the user starts typing while the focus is in the shortcuts pane.
*/
g_signal_connect_after (impl->browse_shortcuts_tree_view, "key-press-event",
G_CALLBACK (shortcuts_key_press_event_after_cb), impl);
g_signal_connect (impl->browse_shortcuts_tree_view, "popup-menu",
G_CALLBACK (shortcuts_popup_menu_cb), impl);
g_signal_connect (impl->browse_shortcuts_tree_view, "button-press-event",
@@ -4029,14 +4057,28 @@ shortcuts_pane_create (GtkFileChooserDefault *impl,
return vbox;
}
static gboolean
key_is_left_or_right (GdkEventKey *event)
{
guint modifiers;
modifiers = gtk_accelerator_get_default_mod_mask ();
return ((event->keyval == GDK_Right
|| event->keyval == GDK_KP_Right
|| event->keyval == GDK_Left
|| event->keyval == GDK_KP_Left)
&& (event->state & modifiers) == 0);
}
/* Handles key press events on the file list, so that we can trap Enter to
* activate the default button on our own. Also, checks to see if '/' has been
* pressed. See comment by tree_view_keybinding_cb() for more details.
*/
static gboolean
trap_activate_cb (GtkWidget *widget,
GdkEventKey *event,
gpointer data)
browse_files_key_press_event_cb (GtkWidget *widget,
GdkEventKey *event,
gpointer data)
{
GtkFileChooserDefault *impl;
int modifiers;
@@ -4056,6 +4098,12 @@ trap_activate_cb (GtkWidget *widget,
return TRUE;
}
if (key_is_left_or_right (event))
{
gtk_widget_grab_focus (impl->browse_shortcuts_tree_view);
return TRUE;
}
if ((event->keyval == GDK_Return
|| event->keyval == GDK_ISO_Enter
|| event->keyval == GDK_KP_Enter
@@ -4312,7 +4360,6 @@ file_list_build_popup_menu (GtkFileChooserDefault *impl)
impl->browse_files_popup_menu_add_shortcut_item = item;
gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (item),
gtk_image_new_from_stock (GTK_STOCK_ADD, GTK_ICON_SIZE_MENU));
gtk_widget_set_sensitive (item, FALSE);
g_signal_connect (item, "activate",
G_CALLBACK (add_to_shortcuts_cb), impl);
gtk_widget_show (item);
@@ -4335,6 +4382,8 @@ file_list_build_popup_menu (GtkFileChooserDefault *impl)
G_CALLBACK (show_size_column_toggled_cb), impl);
gtk_widget_show (item);
gtk_menu_shell_append (GTK_MENU_SHELL (impl->browse_files_popup_menu), item);
bookmarks_check_add_sensitivity (impl);
}
/* Updates the popup menu for the file list, creating it if necessary */
@@ -4598,7 +4647,7 @@ create_file_list (GtkFileChooserDefault *impl)
g_signal_connect (impl->browse_files_tree_view, "row-activated",
G_CALLBACK (list_row_activated), impl);
g_signal_connect (impl->browse_files_tree_view, "key-press-event",
G_CALLBACK (trap_activate_cb), impl);
G_CALLBACK (browse_files_key_press_event_cb), impl);
g_signal_connect (impl->browse_files_tree_view, "popup-menu",
G_CALLBACK (list_popup_menu_cb), impl);
g_signal_connect (impl->browse_files_tree_view, "button-press-event",
@@ -4774,6 +4823,38 @@ save_folder_combo_changed_cb (GtkComboBox *combo,
}
}
static void
save_folder_update_tooltip (GtkComboBox *combo,
GtkFileChooserDefault *impl)
{
GtkTreeIter iter;
gchar *tooltip;
tooltip = NULL;
if (gtk_combo_box_get_active_iter (combo, &iter))
{
GtkTreeIter child_iter;
gpointer col_data;
ShortcutType shortcut_type;
gtk_tree_model_filter_convert_iter_to_child_iter (GTK_TREE_MODEL_FILTER (impl->shortcuts_combo_filter_model),
&child_iter,
&iter);
gtk_tree_model_get (GTK_TREE_MODEL (impl->shortcuts_model), &child_iter,
SHORTCUTS_COL_DATA, &col_data,
SHORTCUTS_COL_TYPE, &shortcut_type,
-1);
if (shortcut_type == SHORTCUT_TYPE_FILE)
tooltip = g_file_get_parse_name (G_FILE (col_data));
}
gtk_widget_set_tooltip_text (GTK_WIDGET (combo), tooltip);
gtk_widget_set_has_tooltip (GTK_WIDGET (combo),
GTK_WIDGET_SENSITIVE (combo) != FALSE);
}
/* Filter function used to filter out the Search item and its separator.
* Used for the "Save in folder" combo box, so that these items do not appear in it.
*/
@@ -4864,6 +4945,8 @@ save_folder_combo_create (GtkFileChooserDefault *impl)
g_signal_connect (combo, "changed",
G_CALLBACK (save_folder_combo_changed_cb), impl);
g_signal_connect (combo, "changed",
G_CALLBACK (save_folder_update_tooltip), impl);
return combo;
}
@@ -5466,12 +5549,14 @@ update_appearance (GtkFileChooserDefault *impl)
{
gtk_widget_set_sensitive (impl->save_folder_label, FALSE);
gtk_widget_set_sensitive (impl->save_folder_combo, FALSE);
gtk_widget_set_has_tooltip (impl->save_folder_combo, FALSE);
gtk_widget_show (impl->browse_widgets);
}
else
{
gtk_widget_set_sensitive (impl->save_folder_label, TRUE);
gtk_widget_set_sensitive (impl->save_folder_combo, TRUE);
gtk_widget_set_has_tooltip (impl->save_folder_combo, TRUE);
gtk_widget_hide (impl->browse_widgets);
}
@@ -8307,10 +8392,15 @@ save_entry_get_info_cb (GCancellable *cancellable,
if (data->file_exists_and_is_not_folder)
{
gboolean retval;
const char *file_part;
char *file_part;
file_part = _gtk_file_chooser_entry_get_file_part (GTK_FILE_CHOOSER_ENTRY (data->impl->location_entry));
/* Dup the string because the string may be modified
* depending on what clients do in the confirm-overwrite
* signal and this corrupts the pointer
*/
file_part = g_strdup (_gtk_file_chooser_entry_get_file_part (GTK_FILE_CHOOSER_ENTRY (data->impl->location_entry)));
retval = should_respond_after_confirm_overwrite (data->impl, file_part, data->parent_file);
g_free (file_part);
if (retval)
g_signal_emit_by_name (data->impl, "response-requested");
@@ -10573,6 +10663,12 @@ shortcuts_key_press_event_cb (GtkWidget *widget,
modifiers = gtk_accelerator_get_default_mod_mask ();
if (key_is_left_or_right (event))
{
gtk_widget_grab_focus (impl->browse_files_tree_view);
return TRUE;
}
if ((event->keyval == GDK_BackSpace
|| event->keyval == GDK_Delete
|| event->keyval == GDK_KP_Delete)
+8 -1
View File
@@ -225,6 +225,11 @@ file_chooser_widget_response_requested (GtkWidget *widget,
{
GList *children, *l;
dialog->priv->response_requested = TRUE;
if (gtk_window_activate_default (GTK_WINDOW (dialog)))
return;
/* There probably isn't a default widget, so make things easier for the
* programmer by looking for a reasonable button on our own.
*/
@@ -240,12 +245,14 @@ file_chooser_widget_response_requested (GtkWidget *widget,
response_id = gtk_dialog_get_response_for_widget (GTK_DIALOG (dialog), widget);
if (is_stock_accept_response_id (response_id))
{
dialog->priv->response_requested = TRUE;
gtk_widget_activate (widget); /* Should we gtk_dialog_response (dialog, response_id) instead? */
break;
}
}
if (l == NULL)
dialog->priv->response_requested = FALSE;
g_list_free (children);
}
+1
View File
@@ -101,6 +101,7 @@ gboolean _gtk_file_chooser_add_shortcut_folder (GtkFileChooser *cho
gboolean _gtk_file_chooser_remove_shortcut_folder (GtkFileChooser *chooser,
GFile *folder,
GError **error);
GSList * _gtk_file_chooser_list_shortcut_folder_files (GtkFileChooser *chooser);
/* GtkFileChooserDialog private */
+1 -1
View File
@@ -286,7 +286,7 @@ delegate_remove_shortcut_folder (GtkFileChooser *chooser,
static GSList *
delegate_list_shortcut_folders (GtkFileChooser *chooser)
{
return gtk_file_chooser_list_shortcut_folders (get_delegate (chooser));
return _gtk_file_chooser_list_shortcut_folder_files (get_delegate (chooser));
}
static gboolean
+9 -3
View File
@@ -1355,8 +1355,10 @@ gtk_file_selection_create_dir_confirmed (GtkWidget *widget,
if (g_mkdir (sys_full_path, 0777) < 0)
{
int errsv = errno;
buf = g_strdup_printf (_("Error creating folder '%s': %s"),
dirname, g_strerror (errno));
dirname, g_strerror (errsv));
gtk_file_selection_fileop_error (fs, buf);
}
@@ -1484,8 +1486,10 @@ gtk_file_selection_delete_file_response (GtkDialog *dialog,
if (g_unlink (sys_full_path) < 0)
{
int errsv = errno;
buf = g_strdup_printf (_("Error deleting file '%s': %s"),
fs->fileop_file, g_strerror (errno));
fs->fileop_file, g_strerror (errsv));
gtk_file_selection_fileop_error (fs, buf);
}
@@ -1602,9 +1606,11 @@ gtk_file_selection_rename_file_confirmed (GtkWidget *widget,
if (g_rename (sys_old_filename, sys_new_filename) < 0)
{
int errsv = errno;
buf = g_strdup_printf (_("Error renaming file \"%s\" to \"%s\": %s"),
sys_old_filename, sys_new_filename,
g_strerror (errno));
g_strerror (errsv));
gtk_file_selection_fileop_error (fs, buf);
goto out2;
}
+4 -4
View File
@@ -3484,11 +3484,11 @@ gtk_icon_view_get_item_at_coords (GtkIconView *icon_view,
}
}
if (only_in_cell)
return NULL;
if (cell_at_pos)
*cell_at_pos = NULL;
if (only_in_cell)
return NULL;
}
return item;
@@ -7161,7 +7161,7 @@ gtk_icon_view_set_drag_dest_item (GtkIconView *icon_view,
/* special case a drop on an empty model */
icon_view->priv->empty_view_drop = FALSE;
if (pos == GTK_TREE_VIEW_DROP_BEFORE && path
if (pos == GTK_ICON_VIEW_DROP_ABOVE && path
&& gtk_tree_path_get_depth (path) == 1
&& gtk_tree_path_get_indices (path)[0] == 0)
{
+3 -3
View File
@@ -420,8 +420,8 @@ _gtk_key_hash_lookup (GtkKeyHash *key_hash,
xmods = GDK_MOD2_MASK|GDK_MOD3_MASK|GDK_MOD4_MASK|GDK_MOD5_MASK;
vmods = GDK_SUPER_MASK|GDK_HYPER_MASK|GDK_META_MASK;
if ((entry->modifiers & ~consumed_modifiers & mask & ~vmods) == (state & ~consumed_modifiers & mask & ~vmods) ||
(entry->modifiers & ~consumed_modifiers & mask & ~xmods) == (state & ~consumed_modifiers & mask & ~xmods))
if ((entry->modifiers & ~consumed_modifiers & mask) == (state & ~consumed_modifiers & mask & ~vmods) ||
(entry->modifiers & ~consumed_modifiers & mask) == (state & ~consumed_modifiers & mask & ~xmods))
{
gint i;
@@ -430,7 +430,7 @@ _gtk_key_hash_lookup (GtkKeyHash *key_hash,
GTK_NOTE (KEYBINDINGS,
g_message (" found exact match, keyval = %u, modifiers = 0x%04x",
entry->keyval, entry->modifiers));
if (!have_exact)
{
g_slist_free (results);
+25 -9
View File
@@ -73,11 +73,9 @@ struct _GtkMenuAttachData
struct _GtkMenuPrivate
{
gboolean seen_item_enter;
gboolean have_position;
gint x;
gint y;
gboolean initially_pushed_in;
/* info used for the table */
guint *heights;
@@ -86,7 +84,6 @@ struct _GtkMenuPrivate
gint monitor_num;
/* Cached layout information */
gboolean have_layout;
gint n_rows;
gint n_columns;
@@ -96,8 +93,11 @@ struct _GtkMenuPrivate
GtkStateType lower_arrow_state;
GtkStateType upper_arrow_state;
gboolean ignore_button_release;
gboolean initially_pushed_in;
guint have_layout : 1;
guint seen_item_enter : 1;
guint have_position : 1;
guint ignore_button_release : 1;
guint no_toggle_size : 1;
};
typedef struct
@@ -2431,9 +2431,14 @@ gtk_menu_size_request (GtkWidget *widget,
priv->heights[t] = MAX (priv->heights[t], part);
}
/* if the menu doesn't include any images or check items
* reserve the space so that all menus are consistent */
if (max_toggle_size == 0)
/* If the menu doesn't include any images or check items
* reserve the space so that all menus are consistent.
* We only do this for 'ordinary' menus, not for combobox
* menus or multi-column menus
*/
if (max_toggle_size == 0 &&
gtk_menu_get_n_columns (menu) == 1 &&
!priv->no_toggle_size)
{
guint toggle_spacing;
guint indicator_size;
@@ -4139,6 +4144,7 @@ gtk_menu_position (GtkMenu *menu)
GtkRequisition requisition;
GtkMenuPrivate *private;
gint x, y;
gboolean initially_pushed_in;
gint scroll_offset;
gint menu_height;
GdkScreen *screen;
@@ -4184,6 +4190,7 @@ gtk_menu_position (GtkMenu *menu)
{
(* menu->position_func) (menu, &x, &y, &private->initially_pushed_in,
menu->position_func_data);
if (private->monitor_num < 0)
private->monitor_num = gdk_screen_get_monitor_at_point (screen, x, y);
@@ -5277,5 +5284,14 @@ gtk_menu_grab_notify (GtkWidget *widget,
}
}
void
_gtk_menu_set_reserve_toggle_size (GtkMenu *menu,
gboolean reserve)
{
GtkMenuPrivate *priv = gtk_menu_get_private (menu);
priv->no_toggle_size = !reserve;
}
#define __GTK_MENU_C__
#include "gtkaliasdef.c"
+6
View File
@@ -209,6 +209,12 @@ GList* gtk_menu_get_for_attach_widget (GtkWidget *widget);
#define gtk_menu_insert(menu,child,pos) gtk_menu_shell_insert ((GtkMenuShell *)(menu),(child),(pos))
#endif /* GTK_DISABLE_DEPRECATED */
/* private */
void _gtk_menu_set_reserve_toggle_size (GtkMenu *menu,
gboolean reserve);
G_END_DECLS
#endif /* __GTK_MENU_H__ */
+46
View File
@@ -132,6 +132,11 @@ static void gtk_menu_item_buildable_add_child (GtkBuildable *buildab
GtkBuilder *builder,
GObject *child,
const gchar *type);
static void gtk_menu_item_buildable_custom_finished(GtkBuildable *buildable,
GtkBuilder *builder,
GObject *child,
const gchar *tagname,
gpointer user_data);
static void gtk_menu_item_activatable_interface_init (GtkActivatableIface *iface);
static void gtk_menu_item_update (GtkActivatable *activatable,
@@ -558,6 +563,7 @@ gtk_menu_item_buildable_interface_init (GtkBuildableIface *iface)
{
parent_buildable_iface = g_type_interface_peek_parent (iface);
iface->add_child = gtk_menu_item_buildable_add_child;
iface->custom_finished = gtk_menu_item_buildable_custom_finished;
}
static void
@@ -573,6 +579,46 @@ gtk_menu_item_buildable_add_child (GtkBuildable *buildable,
parent_buildable_iface->add_child (buildable, builder, child, type);
}
static void
gtk_menu_item_buildable_custom_finished (GtkBuildable *buildable,
GtkBuilder *builder,
GObject *child,
const gchar *tagname,
gpointer user_data)
{
GtkWidget *toplevel;
if (strcmp (tagname, "accelerator") == 0)
{
GtkMenuShell *menu_shell = (GtkMenuShell *) GTK_WIDGET (buildable)->parent;
GtkWidget *attach;
if (menu_shell)
{
while (GTK_IS_MENU (menu_shell) &&
(attach = gtk_menu_get_attach_widget (GTK_MENU (menu_shell))) != NULL)
menu_shell = (GtkMenuShell *)attach->parent;
toplevel = gtk_widget_get_toplevel (GTK_WIDGET (menu_shell));
}
else
{
/* Fall back to something ... */
toplevel = gtk_widget_get_toplevel (GTK_WIDGET (buildable));
g_warning ("found a GtkMenuItem '%s' without a parent GtkMenuShell, assigned accelerators wont work.",
gtk_buildable_get_name (buildable));
}
/* Feed the correct toplevel to the GtkWidget accelerator parsing code */
_gtk_widget_buildable_finish_accelerator (GTK_WIDGET (buildable), toplevel, user_data);
}
else
parent_buildable_iface->custom_finished (buildable, builder, child, tagname, user_data);
}
static void
gtk_menu_item_activatable_interface_init (GtkActivatableIface *iface)
{
+29 -23
View File
@@ -2532,10 +2532,8 @@ gtk_notebook_button_press (GtkWidget *widget,
priv->during_reorder = FALSE;
priv->pressed_button = event->button;
gdk_window_get_pointer (widget->window,
&priv->mouse_x,
&priv->mouse_y,
NULL);
priv->mouse_x = x;
priv->mouse_y = y;
priv->drag_begin_x = priv->mouse_x;
priv->drag_begin_y = priv->mouse_y;
@@ -2969,6 +2967,7 @@ gtk_notebook_motion_notify (GtkWidget *widget,
GtkNotebookPointerPosition pointer_position;
GtkSettings *settings;
guint timeout;
gint x_win, y_win;
page = notebook->cur_page;
@@ -2986,10 +2985,14 @@ gtk_notebook_motion_notify (GtkWidget *widget,
return FALSE;
priv->timestamp = event->time;
gdk_window_get_pointer (widget->window,
&priv->mouse_x,
&priv->mouse_y,
NULL);
/* While animating the move, event->x is relative to the flying tab
* (priv->drag_window has a pointer grab), but we need coordinates relative to
* the notebook widget.
*/
gdk_window_get_origin (widget->window, &x_win, &y_win);
priv->mouse_x = event->x_root - x_win;
priv->mouse_y = event->y_root - y_win;
arrow = gtk_notebook_get_arrow (notebook, priv->mouse_x, priv->mouse_y);
if (arrow != notebook->in_child)
@@ -4981,12 +4984,15 @@ gtk_notebook_calculate_shown_tabs (GtkNotebook *notebook,
remaining_space, STEP_NEXT);
}
if (*remaining_space <= 0)
if (tab_space <= 0 || *remaining_space < 0)
{
/* show 1 tab */
notebook->first_tab = notebook->focus_tab;
*last_child = gtk_notebook_search_page (notebook, notebook->focus_tab,
STEP_NEXT, TRUE);
page = notebook->first_tab->data;
*remaining_space = tab_space - page->requisition.width;
*n = 1;
}
else
{
@@ -5073,22 +5079,22 @@ gtk_notebook_calculate_shown_tabs (GtkNotebook *notebook,
TRUE);
}
}
}
if (*remaining_space < 0)
{
/* calculate number of tabs */
*remaining_space = - (*remaining_space);
*n = 0;
if (*remaining_space < 0)
{
/* calculate number of tabs */
*remaining_space = - (*remaining_space);
*n = 0;
for (children = notebook->first_tab;
children && children != *last_child;
children = gtk_notebook_search_page (notebook, children,
STEP_NEXT, TRUE))
(*n)++;
}
else
*remaining_space = 0;
for (children = notebook->first_tab;
children && children != *last_child;
children = gtk_notebook_search_page (notebook, children,
STEP_NEXT, TRUE))
(*n)++;
}
else
*remaining_space = 0;
}
/* unmap all non-visible tabs */
for (children = gtk_notebook_search_page (notebook, NULL,
+18
View File
@@ -63,6 +63,7 @@ static void
gtk_printer_option_init (GtkPrinterOption *option)
{
option->value = g_strdup ("");
option->activates_default = FALSE;
}
static void
@@ -215,6 +216,23 @@ gtk_printer_option_has_choice (GtkPrinterOption *option,
return FALSE;
}
void
gtk_printer_option_set_activates_default (GtkPrinterOption *option,
gboolean activates)
{
g_return_if_fail (GTK_IS_PRINTER_OPTION (option));
option->activates_default = activates;
}
gboolean
gtk_printer_option_get_activates_default (GtkPrinterOption *option)
{
g_return_val_if_fail (GTK_IS_PRINTER_OPTION (option), FALSE);
return option->activates_default;
}
#define __GTK_PRINTER_OPTION_C__
#include "gtkaliasdef.c"
+23 -18
View File
@@ -70,6 +70,8 @@ struct _GtkPrinterOption
char **choices;
char **choices_display;
gboolean activates_default;
gboolean has_conflict;
char *group;
};
@@ -92,24 +94,27 @@ struct _GtkPrinterOptionClass
GType gtk_printer_option_get_type (void) G_GNUC_CONST;
GtkPrinterOption *gtk_printer_option_new (const char *name,
const char *display_text,
GtkPrinterOptionType type);
void gtk_printer_option_set (GtkPrinterOption *option,
const char *value);
void gtk_printer_option_set_has_conflict (GtkPrinterOption *option,
gboolean has_conflict);
void gtk_printer_option_clear_has_conflict (GtkPrinterOption *option);
void gtk_printer_option_set_boolean (GtkPrinterOption *option,
gboolean value);
void gtk_printer_option_allocate_choices (GtkPrinterOption *option,
int num);
void gtk_printer_option_choices_from_array (GtkPrinterOption *option,
int num_choices,
char *choices[],
char *choices_display[]);
gboolean gtk_printer_option_has_choice (GtkPrinterOption *option,
const char *choice);
GtkPrinterOption *gtk_printer_option_new (const char *name,
const char *display_text,
GtkPrinterOptionType type);
void gtk_printer_option_set (GtkPrinterOption *option,
const char *value);
void gtk_printer_option_set_has_conflict (GtkPrinterOption *option,
gboolean has_conflict);
void gtk_printer_option_clear_has_conflict (GtkPrinterOption *option);
void gtk_printer_option_set_boolean (GtkPrinterOption *option,
gboolean value);
void gtk_printer_option_allocate_choices (GtkPrinterOption *option,
int num);
void gtk_printer_option_choices_from_array (GtkPrinterOption *option,
int num_choices,
char *choices[],
char *choices_display[]);
gboolean gtk_printer_option_has_choice (GtkPrinterOption *option,
const char *choice);
void gtk_printer_option_set_activates_default (GtkPrinterOption *option,
gboolean activates);
gboolean gtk_printer_option_get_activates_default (GtkPrinterOption *option);
G_END_DECLS
+4
View File
@@ -767,6 +767,8 @@ construct_widgets (GtkPrinterOptionWidget *widget)
case GTK_PRINTER_OPTION_TYPE_STRING:
priv->entry = gtk_entry_new ();
gtk_entry_set_activates_default (GTK_ENTRY (priv->entry),
gtk_printer_option_get_activates_default (source));
gtk_widget_show (priv->entry);
gtk_box_pack_start (GTK_BOX (widget), priv->entry, TRUE, TRUE, 0);
g_signal_connect (priv->entry, "changed", G_CALLBACK (entry_changed_cb), widget);
@@ -792,6 +794,8 @@ construct_widgets (GtkPrinterOptionWidget *widget)
GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER);
g_object_set (priv->combo, "local-only", FALSE, NULL);
gtk_entry_set_activates_default (GTK_ENTRY (priv->entry),
gtk_printer_option_get_activates_default (source));
label = gtk_label_new_with_mnemonic (_("_Name:"));
gtk_misc_set_alignment (GTK_MISC (label), 0.0, 0.5);
+16 -5
View File
@@ -927,7 +927,9 @@ gtk_scale_popup (GtkWidget *widget,
gdouble v;
GdkDisplay *display;
GdkScreen *screen;
gboolean is_moved;
is_moved = FALSE;
button = GTK_SCALE_BUTTON (widget);
priv = button->priv;
adj = priv->adjustment;
@@ -1004,15 +1006,24 @@ gtk_scale_popup (GtkWidget *widget,
else
x += button_event->x;
if (y < rect.y)
/* Move the dock, but set is_moved so we
* don't forward the first click later on,
* as it could make the scale go to the bottom */
if (y < rect.y) {
y = rect.y;
else if (y + d->allocation.height > rect.height + rect.y)
is_moved = TRUE;
} else if (y + d->allocation.height > rect.height + rect.y) {
y = rect.y + rect.height - d->allocation.height;
is_moved = TRUE;
}
if (x < rect.x)
if (x < rect.x) {
x = rect.x;
else if (x + d->allocation.width > rect.width + rect.x)
is_moved = TRUE;
} else if (x + d->allocation.width > rect.width + rect.x) {
x = rect.x + rect.width - d->allocation.width;
is_moved = TRUE;
}
}
gtk_window_move (GTK_WINDOW (priv->dock), x, y);
@@ -1043,7 +1054,7 @@ gtk_scale_popup (GtkWidget *widget,
gtk_widget_grab_focus (priv->dock);
if (event->type == GDK_BUTTON_PRESS)
if (event->type == GDK_BUTTON_PRESS && !is_moved)
{
GdkEventButton *e;
GdkEventButton *button_event = (GdkEventButton *) event;
+10 -2
View File
@@ -94,6 +94,7 @@ enum {
MULTIPLE,
TARGETS,
TIMESTAMP,
SAVE_TARGETS,
LAST_ATOM
};
@@ -2172,6 +2173,7 @@ gtk_selection_init (void)
gtk_selection_atoms[MULTIPLE] = gdk_atom_intern_static_string ("MULTIPLE");
gtk_selection_atoms[TIMESTAMP] = gdk_atom_intern_static_string ("TIMESTAMP");
gtk_selection_atoms[TARGETS] = gdk_atom_intern_static_string ("TARGETS");
gtk_selection_atoms[SAVE_TARGETS] = gdk_atom_intern_static_string ("SAVE_TARGETS");
initialize = FALSE;
}
@@ -2377,7 +2379,6 @@ _gtk_selection_request (GtkWidget *widget,
#endif
gtk_selection_invoke_handler (widget, &data, event->time);
if (data.length < 0)
{
info->conversions[i].property = GDK_NONE;
@@ -2968,7 +2969,8 @@ gtk_selection_invoke_handler (GtkWidget *widget,
g_return_if_fail (widget != NULL);
target_list = gtk_selection_target_list_get (widget, data->selection);
if (target_list &&
if (data->target != gtk_selection_atoms[SAVE_TARGETS] &&
target_list &&
gtk_target_list_find (target_list, data->target, &info))
{
g_signal_emit_by_name (widget,
@@ -3061,6 +3063,12 @@ gtk_selection_default_handler (GtkWidget *widget,
tmp_list = tmp_list->next;
}
}
else if (data->target == gtk_selection_atoms[SAVE_TARGETS])
{
gtk_selection_data_set (data,
gdk_atom_intern_static_string ("NULL"),
32, "", 0);
}
else
{
data->length = -1;
+21 -14
View File
@@ -198,6 +198,8 @@ gtk_statusbar_init (GtkStatusbar *statusbar)
box = GTK_BOX (statusbar);
gtk_widget_set_redraw_on_allocate (GTK_WIDGET (box), TRUE);
box->spacing = 2;
box->homogeneous = FALSE;
@@ -616,10 +618,10 @@ gtk_statusbar_create_window (GtkStatusbar *statusbar)
GdkWindowAttr attributes;
gint attributes_mask;
GdkRectangle rect;
g_return_if_fail (GTK_WIDGET_REALIZED (statusbar));
g_return_if_fail (statusbar->has_resize_grip);
widget = GTK_WIDGET (statusbar);
get_grip_rect (statusbar, &rect);
@@ -640,6 +642,8 @@ gtk_statusbar_create_window (GtkStatusbar *statusbar)
gdk_window_set_user_data (statusbar->grip_window, widget);
gdk_window_raise (statusbar->grip_window);
set_grip_cursor (statusbar);
}
@@ -858,10 +862,10 @@ gtk_statusbar_size_allocate (GtkWidget *widget,
if (statusbar->has_resize_grip)
{
get_grip_rect (statusbar, &rect);
get_grip_rect (statusbar, &rect);
extra_children = has_extra_children (statusbar);
/* If there are extra children, we don't want them to occupy
* the space where we draw the resize grip, so we temporarily
* shrink the allocation.
@@ -882,14 +886,6 @@ gtk_statusbar_size_allocate (GtkWidget *widget,
if (statusbar->has_resize_grip)
{
if (statusbar->grip_window)
{
gdk_window_raise (statusbar->grip_window);
gdk_window_move_resize (statusbar->grip_window,
rect.x, rect.y,
rect.width, rect.height);
}
if (extra_children)
{
allocation->width += rect.width;
@@ -913,12 +909,23 @@ gtk_statusbar_size_allocate (GtkWidget *widget,
/* shrink the label to make room for the grip */
*allocation = child->allocation;
allocation->width = MAX (1, allocation->width - rect.width);
if (gtk_widget_get_direction (widget) == GTK_TEXT_DIR_RTL)
if (gtk_widget_get_direction (widget) == GTK_TEXT_DIR_RTL)
allocation->x += child->allocation.width - allocation->width;
gtk_widget_size_allocate (child, allocation);
}
}
if (statusbar->grip_window)
{
get_grip_rect (statusbar, &rect);
gdk_window_raise (statusbar->grip_window);
gdk_window_move_resize (statusbar->grip_window,
rect.x, rect.y,
rect.width, rect.height);
}
}
}
+14
View File
@@ -876,6 +876,17 @@ gtk_status_icon_init (GtkStatusIcon *status_icon)
priv->nid.uCallbackMessage = WM_GTK_TRAY_NOTIFICATION;
priv->nid.uFlags = NIF_MESSAGE;
/* To help win7 identify the icon create it with an application "unique" tip */
if (g_get_prgname ())
{
WCHAR *wcs = g_utf8_to_utf16 (g_get_prgname (), -1, NULL, NULL, NULL);
priv->nid.uFlags |= NIF_TIP;
wcsncpy (priv->nid.szTip, wcs, G_N_ELEMENTS (priv->nid.szTip) - 1);
priv->nid.szTip[G_N_ELEMENTS (priv->nid.szTip) - 1] = 0;
g_free (wcs);
}
if (!Shell_NotifyIconW (NIM_ADD, &priv->nid))
{
g_warning ("%s:%d:Shell_NotifyIcon(NIM_ADD) failed", __FILE__, __LINE__-2);
@@ -1022,10 +1033,13 @@ gtk_status_icon_set_property (GObject *object,
break;
case PROP_HAS_TOOLTIP:
gtk_status_icon_set_has_tooltip (status_icon, g_value_get_boolean (value));
break;
case PROP_TOOLTIP_TEXT:
gtk_status_icon_set_tooltip_text (status_icon, g_value_get_string (value));
break;
case PROP_TOOLTIP_MARKUP:
gtk_status_icon_set_tooltip_markup (status_icon, g_value_get_string (value));
break;
default:
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
break;
+2 -1
View File
@@ -4314,7 +4314,8 @@ gtk_text_view_button_press_event (GtkWidget *widget, GdkEventButton *event)
if (gtk_text_buffer_get_selection_bounds (get_buffer (text_view),
&start, &end) &&
gtk_text_iter_in_range (&iter, &start, &end))
gtk_text_iter_in_range (&iter, &start, &end) &&
!(event->state & GDK_SHIFT_MASK))
{
text_view->drag_start_x = event->x;
text_view->drag_start_y = event->y;
+9 -5
View File
@@ -941,8 +941,6 @@ gtk_tooltip_show_tooltip (GdkDisplay *display)
g_object_get (tooltip_widget, "has-tooltip", &has_tooltip, NULL);
g_assert (tooltip != NULL);
return_value = gtk_tooltip_run_requery (&tooltip_widget, tooltip, &x, &y);
if (!return_value)
return;
@@ -1044,11 +1042,17 @@ tooltip_popup_timeout (gpointer data)
GtkTooltip *tooltip;
display = GDK_DISPLAY_OBJECT (data);
tooltip = g_object_get_data (G_OBJECT (display),
"gdk-display-current-tooltip");
/* This usually does not happen. However, it does occur in language
* bindings were reference counting of objects behaves differently.
*/
if (!tooltip)
return FALSE;
gtk_tooltip_show_tooltip (display);
tooltip = g_object_get_data (G_OBJECT (display),
"gdk-display-current-tooltip");
tooltip->timeout_id = 0;
return FALSE;
@@ -1064,7 +1068,7 @@ gtk_tooltip_start_delay (GdkDisplay *display)
tooltip = g_object_get_data (G_OBJECT (display),
"gdk-display-current-tooltip");
if (tooltip && GTK_TOOLTIP_VISIBLE (tooltip))
if (!tooltip || GTK_TOOLTIP_VISIBLE (tooltip))
return;
if (tooltip->timeout_id)
+113 -90
View File
@@ -4582,78 +4582,6 @@ gtk_tree_view_bin_expose (GtkWidget *widget,
background_area.y + max_height);
}
if (gtk_tree_view_is_expander_column (tree_view, column) &&
tree_view->priv->tree_lines_enabled)
{
gint x = background_area.x;
gint mult = rtl ? -1 : 1;
gint y0 = background_area.y;
gint y1 = background_area.y + background_area.height/2;
gint y2 = background_area.y + background_area.height;
if (rtl)
x += background_area.width - 1;
if ((node->flags & GTK_RBNODE_IS_PARENT) == GTK_RBNODE_IS_PARENT
&& depth > 1)
{
gdk_draw_line (event->window,
tree_view->priv->tree_line_gc,
x + tree_view->priv->expander_size * (depth - 1.5) * mult,
y1,
x + tree_view->priv->expander_size * (depth - 1.1) * mult,
y1);
}
else if (depth > 1)
{
gdk_draw_line (event->window,
tree_view->priv->tree_line_gc,
x + tree_view->priv->expander_size * (depth - 1.5) * mult,
y1,
x + tree_view->priv->expander_size * (depth - 0.5) * mult,
y1);
}
if (depth > 1)
{
gint i;
GtkRBNode *tmp_node;
GtkRBTree *tmp_tree;
if (!_gtk_rbtree_next (tree, node))
gdk_draw_line (event->window,
tree_view->priv->tree_line_gc,
x + tree_view->priv->expander_size * (depth - 1.5) * mult,
y0,
x + tree_view->priv->expander_size * (depth - 1.5) * mult,
y1);
else
gdk_draw_line (event->window,
tree_view->priv->tree_line_gc,
x + tree_view->priv->expander_size * (depth - 1.5) * mult,
y0,
x + tree_view->priv->expander_size * (depth - 1.5) * mult,
y2);
tmp_node = tree->parent_node;
tmp_tree = tree->parent_tree;
for (i = depth - 2; i > 0; i--)
{
if (_gtk_rbtree_next (tmp_tree, tmp_node))
gdk_draw_line (event->window,
tree_view->priv->tree_line_gc,
x + tree_view->priv->expander_size * (i - 0.5) * mult,
y0,
x + tree_view->priv->expander_size * (i - 0.5) * mult,
y2);
tmp_node = tmp_tree->parent_node;
tmp_tree = tmp_tree->parent_tree;
}
}
}
if (gtk_tree_view_is_expander_column (tree_view, column))
{
if (!rtl)
@@ -4727,6 +4655,79 @@ gtk_tree_view_bin_expose (GtkWidget *widget,
&event->area,
flags);
}
if (gtk_tree_view_is_expander_column (tree_view, column) &&
tree_view->priv->tree_lines_enabled)
{
gint x = background_area.x;
gint mult = rtl ? -1 : 1;
gint y0 = background_area.y;
gint y1 = background_area.y + background_area.height/2;
gint y2 = background_area.y + background_area.height;
if (rtl)
x += background_area.width - 1;
if ((node->flags & GTK_RBNODE_IS_PARENT) == GTK_RBNODE_IS_PARENT
&& depth > 1)
{
gdk_draw_line (event->window,
tree_view->priv->tree_line_gc,
x + tree_view->priv->expander_size * (depth - 1.5) * mult,
y1,
x + tree_view->priv->expander_size * (depth - 1.1) * mult,
y1);
}
else if (depth > 1)
{
gdk_draw_line (event->window,
tree_view->priv->tree_line_gc,
x + tree_view->priv->expander_size * (depth - 1.5) * mult,
y1,
x + tree_view->priv->expander_size * (depth - 0.5) * mult,
y1);
}
if (depth > 1)
{
gint i;
GtkRBNode *tmp_node;
GtkRBTree *tmp_tree;
if (!_gtk_rbtree_next (tree, node))
gdk_draw_line (event->window,
tree_view->priv->tree_line_gc,
x + tree_view->priv->expander_size * (depth - 1.5) * mult,
y0,
x + tree_view->priv->expander_size * (depth - 1.5) * mult,
y1);
else
gdk_draw_line (event->window,
tree_view->priv->tree_line_gc,
x + tree_view->priv->expander_size * (depth - 1.5) * mult,
y0,
x + tree_view->priv->expander_size * (depth - 1.5) * mult,
y2);
tmp_node = tree->parent_node;
tmp_tree = tree->parent_tree;
for (i = depth - 2; i > 0; i--)
{
if (_gtk_rbtree_next (tmp_tree, tmp_node))
gdk_draw_line (event->window,
tree_view->priv->tree_line_gc,
x + tree_view->priv->expander_size * (i - 0.5) * mult,
y0,
x + tree_view->priv->expander_size * (i - 0.5) * mult,
y2);
tmp_node = tmp_tree->parent_node;
tmp_tree = tmp_tree->parent_tree;
}
}
}
if (node == cursor && has_special_cell &&
((column == tree_view->priv->focus_column &&
GTK_TREE_VIEW_FLAG_SET (tree_view, GTK_TREE_VIEW_DRAW_KEYFOCUS) &&
@@ -4740,6 +4741,7 @@ gtk_tree_view_bin_expose (GtkWidget *widget,
&event->area,
flags);
}
cell_offset += column->width;
}
@@ -5986,16 +5988,24 @@ validate_visible_area (GtkTreeView *tree_view)
while (area_above > 0)
{
_gtk_rbtree_prev_full (tree, node, &tree, &node);
if (! gtk_tree_path_prev (above_path) && node != NULL)
{
gtk_tree_path_free (above_path);
above_path = _gtk_tree_view_find_path (tree_view, tree, node);
}
gtk_tree_model_get_iter (tree_view->priv->model, &iter, above_path);
/* Always find the new path in the tree. We cannot just assume
* a gtk_tree_path_prev() is enough here, as there might be children
* in between this node and the previous sibling node. If this
* appears to be a performance hotspot in profiles, we can look into
* intrigate logic for keeping path, node and iter in sync like
* we do for forward walks. (Which will be hard because of the lacking
* iter_prev).
*/
if (node == NULL)
break;
gtk_tree_path_free (above_path);
above_path = _gtk_tree_view_find_path (tree_view, tree, node);
gtk_tree_model_get_iter (tree_view->priv->model, &iter, above_path);
if (GTK_RBNODE_FLAG_SET (node, GTK_RBNODE_INVALID) ||
GTK_RBNODE_FLAG_SET (node, GTK_RBNODE_COLUMN_INVALID))
{
@@ -6232,7 +6242,7 @@ do_validate_rows (GtkTreeView *tree_view, gboolean queue_resize)
gtk_adjustment_changed (tree_view->priv->vadjustment);
if (queue_resize)
gtk_widget_queue_resize_no_redraw (GTK_WIDGET (tree_view));
gtk_widget_queue_resize (GTK_WIDGET (tree_view));
}
if (path) gtk_tree_path_free (path);
@@ -9857,6 +9867,8 @@ gtk_tree_view_move_cursor_page_up_down (GtkTreeView *tree_view,
if (!gtk_tree_path_compare (old_cursor_path, cursor_path))
gtk_widget_error_bell (GTK_WIDGET (tree_view));
gtk_widget_grab_focus (GTK_WIDGET (tree_view));
cleanup:
gtk_tree_path_free (old_cursor_path);
gtk_tree_path_free (cursor_path);
@@ -9951,6 +9963,7 @@ gtk_tree_view_move_cursor_left_right (GtkTreeView *tree_view,
cursor_node,
NULL);
g_signal_emit (tree_view, tree_view_signals[CURSOR_CHANGED], 0);
gtk_widget_grab_focus (GTK_WIDGET (tree_view));
}
else
{
@@ -10016,6 +10029,7 @@ gtk_tree_view_move_cursor_start_end (GtkTreeView *tree_view,
if (gtk_tree_path_compare (old_path, path))
{
gtk_tree_view_real_set_cursor (tree_view, path, TRUE, TRUE);
gtk_widget_grab_focus (GTK_WIDGET (tree_view));
}
else
{
@@ -10320,7 +10334,7 @@ gtk_tree_view_ensure_interactive_directory (GtkTreeView *tree_view)
return;
toplevel = gtk_widget_get_toplevel (GTK_WIDGET (tree_view));
screen = gtk_widget_get_screen (tree_view);
screen = gtk_widget_get_screen (GTK_WIDGET (tree_view));
if (tree_view->priv->search_window != NULL)
{
@@ -12544,14 +12558,24 @@ gtk_tree_view_real_set_cursor (GtkTreeView *tree_view,
gtk_tree_row_reference_free (tree_view->priv->cursor);
tree_view->priv->cursor = NULL;
/* One cannot set the cursor on a separator. */
if (!row_is_separator (tree_view, NULL, path))
/* One cannot set the cursor on a separator. Also, if
* _gtk_tree_view_find_node returns TRUE, it ran out of tree
* before finding the tree and node belonging to path. The
* path maps to a non-existing path and we will silently bail out.
* We unset tree and node to avoid further processing.
*/
if (!row_is_separator (tree_view, NULL, path)
&& _gtk_tree_view_find_node (tree_view, path, &tree, &node) == FALSE)
{
tree_view->priv->cursor =
gtk_tree_row_reference_new_proxy (G_OBJECT (tree_view),
tree_view->priv->model,
path);
_gtk_tree_view_find_node (tree_view, path, &tree, &node);
gtk_tree_row_reference_new_proxy (G_OBJECT (tree_view),
tree_view->priv->model,
path);
}
else
{
tree = NULL;
node = NULL;
}
if (tree != NULL)
@@ -14581,8 +14605,8 @@ gtk_tree_view_search_iter (GtkTreeModel *model,
{
gtk_tree_view_scroll_to_cell (tree_view, path, NULL,
TRUE, 0.5, 0.0);
gtk_tree_view_real_set_cursor (tree_view, path, FALSE, TRUE);
gtk_tree_selection_select_iter (selection, iter);
gtk_tree_view_real_set_cursor (tree_view, path, FALSE, TRUE);
if (path)
gtk_tree_path_free (path);
@@ -14668,7 +14692,6 @@ gtk_tree_view_search_init (GtkWidget *entry,
GtkTreeView *tree_view)
{
gint ret;
gint len;
gint count = 0;
const gchar *text;
GtkTreeIter iter;
@@ -14679,7 +14702,7 @@ gtk_tree_view_search_init (GtkWidget *entry,
g_return_if_fail (GTK_IS_TREE_VIEW (tree_view));
text = gtk_entry_get_text (GTK_ENTRY (entry));
len = strlen (text);
model = gtk_tree_view_get_model (tree_view);
selection = gtk_tree_view_get_selection (tree_view);
@@ -14695,7 +14718,7 @@ gtk_tree_view_search_init (GtkWidget *entry,
tree_view);
}
if (len < 1)
if (*text == '\0')
return;
if (!gtk_tree_model_get_iter_first (model, &iter))
+81 -30
View File
@@ -274,6 +274,7 @@ static void gtk_widget_buildable_custom_finished (GtkBuildable
static void gtk_widget_buildable_parser_finished (GtkBuildable *buildable,
GtkBuilder *builder);
static void gtk_widget_queue_tooltip_query (GtkWidget *widget);
static void gtk_widget_set_usize_internal (GtkWidget *widget,
gint width,
@@ -2488,17 +2489,18 @@ gtk_widget_set_property (GObject *object,
* because an empty string would be useless for a tooltip:
*/
if (tooltip_markup && (strlen (tooltip_markup) == 0))
{
g_free (tooltip_markup);
tooltip_markup = NULL;
}
{
g_free (tooltip_markup);
tooltip_markup = NULL;
}
g_object_set_qdata_full (object, quark_tooltip_markup,
tooltip_markup, g_free);
tmp = (tooltip_window != NULL || tooltip_markup != NULL);
gtk_widget_real_set_has_tooltip (widget, tmp, FALSE);
gtk_widget_trigger_tooltip_query (widget);
if (GTK_WIDGET_VISIBLE (widget))
gtk_widget_queue_tooltip_query (widget);
break;
case PROP_TOOLTIP_TEXT:
tooltip_window = g_object_get_qdata (object, quark_tooltip_window);
@@ -2518,7 +2520,8 @@ gtk_widget_set_property (GObject *object,
tmp = (tooltip_window != NULL || tooltip_markup != NULL);
gtk_widget_real_set_has_tooltip (widget, tmp, FALSE);
gtk_widget_trigger_tooltip_query (widget);
if (GTK_WIDGET_VISIBLE (widget))
gtk_widget_queue_tooltip_query (widget);
break;
default:
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
@@ -9803,6 +9806,44 @@ gtk_widget_buildable_custom_tag_start (GtkBuildable *buildable,
return FALSE;
}
void
_gtk_widget_buildable_finish_accelerator (GtkWidget *widget,
GtkWidget *toplevel,
gpointer user_data)
{
AccelGroupParserData *accel_data;
GSList *accel_groups;
GtkAccelGroup *accel_group;
g_return_if_fail (GTK_IS_WIDGET (widget));
g_return_if_fail (GTK_IS_WIDGET (toplevel));
g_return_if_fail (user_data != NULL);
accel_data = (AccelGroupParserData*)user_data;
accel_groups = gtk_accel_groups_from_object (G_OBJECT (toplevel));
if (g_slist_length (accel_groups) == 0)
{
accel_group = gtk_accel_group_new ();
gtk_window_add_accel_group (GTK_WINDOW (toplevel), accel_group);
}
else
{
g_assert (g_slist_length (accel_groups) == 1);
accel_group = g_slist_nth_data (accel_groups, 0);
}
gtk_widget_add_accelerator (GTK_WIDGET (accel_data->object),
accel_data->signal,
accel_group,
accel_data->key,
accel_data->modifiers,
GTK_ACCEL_VISIBLE);
g_object_unref (accel_data->object);
g_free (accel_data->signal);
g_slice_free (AccelGroupParserData, accel_data);
}
static void
gtk_widget_buildable_custom_finished (GtkBuildable *buildable,
GtkBuilder *builder,
@@ -9813,8 +9854,6 @@ gtk_widget_buildable_custom_finished (GtkBuildable *buildable,
AccelGroupParserData *accel_data;
AccessibilitySubParserData *a11y_data;
GtkWidget *toplevel;
GSList *accel_groups;
GtkAccelGroup *accel_group;
if (strcmp (tagname, "accelerator") == 0)
{
@@ -9822,26 +9861,8 @@ gtk_widget_buildable_custom_finished (GtkBuildable *buildable,
g_assert (accel_data->object);
toplevel = gtk_widget_get_toplevel (GTK_WIDGET (accel_data->object));
accel_groups = gtk_accel_groups_from_object (G_OBJECT (toplevel));
if (g_slist_length (accel_groups) == 0)
{
accel_group = gtk_accel_group_new ();
gtk_window_add_accel_group (GTK_WINDOW (toplevel), accel_group);
}
else
{
g_assert (g_slist_length (accel_groups) == 1);
accel_group = g_slist_nth_data (accel_groups, 0);
}
gtk_widget_add_accelerator (GTK_WIDGET (accel_data->object),
accel_data->signal,
accel_group,
accel_data->key,
accel_data->modifiers,
GTK_ACCEL_VISIBLE);
g_object_unref (accel_data->object);
g_free (accel_data->signal);
g_slice_free (AccelGroupParserData, accel_data);
_gtk_widget_buildable_finish_accelerator (GTK_WIDGET (buildable), toplevel, user_data);
}
else if (strcmp (tagname, "accessibility") == 0)
{
@@ -10144,8 +10165,8 @@ gtk_widget_set_tooltip_window (GtkWidget *widget,
has_tooltip = (custom_window != NULL || tooltip_markup != NULL);
gtk_widget_real_set_has_tooltip (widget, has_tooltip, FALSE);
if (has_tooltip)
gtk_widget_trigger_tooltip_query (widget);
if (has_tooltip && GTK_WIDGET_VISIBLE (widget))
gtk_widget_queue_tooltip_query (widget);
}
/**
@@ -10184,6 +10205,36 @@ gtk_widget_trigger_tooltip_query (GtkWidget *widget)
gtk_tooltip_trigger_tooltip_query (gtk_widget_get_display (widget));
}
static guint tooltip_query_id;
static GSList *tooltip_query_displays;
static gboolean
tooltip_query_idle (gpointer data)
{
g_slist_foreach (tooltip_query_displays, (GFunc)gtk_tooltip_trigger_tooltip_query, NULL);
g_slist_foreach (tooltip_query_displays, (GFunc)g_object_unref, NULL);
g_slist_free (tooltip_query_displays);
tooltip_query_displays = NULL;
tooltip_query_id = 0;
return FALSE;
}
static void
gtk_widget_queue_tooltip_query (GtkWidget *widget)
{
GdkDisplay *display;
display = gtk_widget_get_display (widget);
if (!g_slist_find (tooltip_query_displays, display))
tooltip_query_displays = g_slist_prepend (tooltip_query_displays, g_object_ref (display));
if (tooltip_query_id == 0)
tooltip_query_id = gdk_threads_add_idle (tooltip_query_idle, NULL);
}
/**
* gtk_widget_set_tooltip_text:
* @widget: a #GtkWidget
+4
View File
@@ -841,6 +841,10 @@ void _gtk_widget_synthesize_crossing (GtkWidget *from,
GdkColormap* _gtk_widget_peek_colormap (void);
void _gtk_widget_buildable_finish_accelerator (GtkWidget *widget,
GtkWidget *toplevel,
gpointer user_data);
G_END_DECLS
#endif /* __GTK_WIDGET_H__ */
+1 -1
View File
@@ -507,7 +507,7 @@ gtk_window_class_init (GtkWindowClass *klass)
* Since: 2.12
*/
g_object_class_install_property (gobject_class,
PROP_ROLE,
PROP_STARTUP_ID,
g_param_spec_string ("startup-id",
P_("Startup ID"),
P_("Unique startup identifier for the window used by startup-notification"),
+4 -1
View File
@@ -101,6 +101,7 @@ gtk_OBJECTS_deprecated = \
gtklistitem.obj \
gtkprogress.obj \
gtktipsquery.obj \
gtkshow.obj \
gtksignal.obj \
gtkpixmap.obj \
gtkpreview.obj \
@@ -144,7 +145,6 @@ gtk_OBJECTS_file = \
gtkfilefilter.obj \
gtkfilesystem.obj \
gtkfilesystemmodel.obj \
gtkfilesystemwin32.obj \
gtk_OBJECTS_print = \
gtkprint-win32.obj \
@@ -193,6 +193,7 @@ gtk_OBJECTS = \
gtkaccessible.obj \
gtkaction.obj \
gtkactiongroup.obj \
gtkactivatable.obj \
gtkadjustment.obj \
gtkalignment.obj \
gtkarrow.obj \
@@ -273,6 +274,7 @@ gtk_OBJECTS = \
gtkmountoperation.obj \
gtknotebook.obj \
gtkobject.obj \
gtkorientable.obj \
gtkpagesetup.obj \
gtkpaned.obj \
gtkpapersize.obj \
@@ -347,6 +349,7 @@ gtk_public_h_sources = \
gtkaccessible.h \
gtkaction.h \
gtkactiongroup.h \
gtkactivatable.h \
gtkadjustment.h \
gtkalignment.h \
gtkarrow.h \
+13 -3
View File
@@ -116,6 +116,13 @@ test_parser (void)
GTK_BUILDER_ERROR_INVALID_VALUE));
g_error_free (error);
error = NULL;
gtk_builder_add_from_string (builder, "<interface><object class=\"GtkButton\" id=\"a\"></object><object class=\"GtkButton\" id=\"a\"/></object></interface>", -1, &error);
g_assert (g_error_matches (error,
GTK_BUILDER_ERROR,
GTK_BUILDER_ERROR_DUPLICATE_ID));
g_error_free (error);
g_object_unref (builder);
}
@@ -792,7 +799,7 @@ test_spin_button (void)
"<property name=\"upper\">10</property>"
"<property name=\"step-increment\">2</property>"
"<property name=\"page-increment\">3</property>"
"<property name=\"page-size\">5</property>"
"<property name=\"page-size\">0</property>"
"<property name=\"value\">1</property>"
"</object>"
"<object class=\"GtkSpinButton\" id=\"spinbutton1\">"
@@ -820,7 +827,7 @@ test_spin_button (void)
g_object_get (adjustment, "page-increment", &value, NULL);
g_assert (value == 3);
g_object_get (adjustment, "page-size", &value, NULL);
g_assert (value == 5);
g_assert (value == 0);
g_object_unref (builder);
}
@@ -1944,6 +1951,8 @@ test_icon_factory (void)
gtk_icon_factory_add_default (GTK_ICON_FACTORY (factory));
image = gtk_image_new_from_stock ("apple-red", GTK_ICON_SIZE_BUTTON);
g_assert (image != NULL);
g_object_ref_sink (image);
g_object_unref (image);
g_object_unref (builder);
@@ -2129,6 +2138,7 @@ test_requires (void)
GTK_BUILDER_ERROR_VERSION_MISMATCH));
g_object_unref (builder);
g_error_free (error);
g_free (buffer);
}
static void
@@ -2172,7 +2182,7 @@ test_add_objects (void)
" </object>"
" <object class=\"GtkWindow\" id=\"window2\">"
" <child>"
" <object class=\"GtkLabel\" id=\"label1\">"
" <object class=\"GtkLabel\" id=\"label3\">"
" <property name=\"label\" translatable=\"no\">second label</property>"
" </object>"
" </child>"
+13 -5
View File
@@ -1516,9 +1516,11 @@ opentmp:
g_unlink (bak_cache_path);
if (g_rename (cache_path, bak_cache_path) == -1)
{
int errsv = errno;
g_printerr (_("Could not rename %s to %s: %s, removing %s then.\n"),
cache_path, bak_cache_path,
g_strerror (errno),
g_strerror (errsv),
cache_path);
g_unlink (cache_path);
bak_cache_path = NULL;
@@ -1528,16 +1530,22 @@ opentmp:
if (g_rename (tmp_cache_path, cache_path) == -1)
{
int errsv = errno;
g_printerr (_("Could not rename %s to %s: %s\n"),
tmp_cache_path, cache_path,
g_strerror (errno));
g_strerror (errsv));
g_unlink (tmp_cache_path);
#ifdef G_OS_WIN32
if (bak_cache_path != NULL)
if (g_rename (bak_cache_path, cache_path) == -1)
g_printerr (_("Could not rename %s back to %s: %s.\n"),
bak_cache_path, cache_path,
g_strerror (errno));
{
errsv = errno;
g_printerr (_("Could not rename %s back to %s: %s.\n"),
bak_cache_path, cache_path,
g_strerror (errsv));
}
#endif
exit (1);
}
+2 -2
View File
@@ -698,8 +698,8 @@ setup_msw_rc_style (void)
GdkColor text_prelight;
/* Prelight */
sys_color_to_gtk_color (XP_THEME_CLASS_TEXT,
get_windows_version () == VISTA_VERSION ? COLOR_MENUTEXT : COLOR_HIGHLIGHTTEXT,
sys_color_to_gtk_color (get_windows_version () >= VISTA_VERSION ? XP_THEME_CLASS_MENU : XP_THEME_CLASS_TEXT,
get_windows_version () >= VISTA_VERSION ? COLOR_MENUTEXT : COLOR_HIGHLIGHTTEXT,
&fg_prelight);
sys_color_to_gtk_color (XP_THEME_CLASS_TEXT, COLOR_HIGHLIGHT, &bg_prelight);
sys_color_to_gtk_color (XP_THEME_CLASS_TEXT, COLOR_HIGHLIGHT,
+27 -1
View File
@@ -165,6 +165,8 @@ static const short element_part_map[XP_THEME_ELEMENT__SIZEOF] = {
TKP_TICSVERT
};
#define UXTHEME_DLL "uxtheme.dll"
static HINSTANCE uxtheme_dll = NULL;
static HTHEME open_themes[XP_THEME_CLASS__SIZEOF];
static gboolean use_xp_theme = FALSE;
@@ -219,12 +221,36 @@ xp_theme_close_open_handles (void)
void
xp_theme_init (void)
{
char *buf;
char dummy;
int n, k;
if (uxtheme_dll)
return;
memset (open_themes, 0, sizeof (open_themes));
uxtheme_dll = LoadLibrary ("uxtheme.dll");
n = GetSystemDirectory (&dummy, 0);
if (n <= 0)
return;
buf = g_malloc (n + 1 + strlen (UXTHEME_DLL));
k = GetSystemDirectory (buf, n);
if (k == 0 || k > n)
{
g_free (buf);
return;
}
if (!G_IS_DIR_SEPARATOR (buf[strlen (buf) -1]))
strcat (buf, G_DIR_SEPARATOR_S);
strcat (buf, UXTHEME_DLL);
uxtheme_dll = LoadLibrary (buf);
g_free (buf);
if (!uxtheme_dll)
return;
+5 -1
View File
@@ -10,4 +10,8 @@ if TEST_PRINT_BACKEND
SUBDIRS += test
endif
DIST_SUBDIRS = cups file lpr test
if HAVE_PAPI
SUBDIRS += papi
endif
DIST_SUBDIRS = cups file lpr test papi
+1 -1
View File
@@ -1290,7 +1290,7 @@ gtk_cups_connection_test_get_state (GtkCupsConnectionTest *test)
error_code = errno;
if (code == 0)
if (code == 0 || error_code == EISCONN)
{
close (test->socket);
test->socket = -1;
@@ -603,6 +603,7 @@ file_printer_get_options (GtkPrinter *printer,
option = gtk_printer_option_new ("gtk-main-page-custom-input", _("File"),
GTK_PRINTER_OPTION_TYPE_FILESAVE);
gtk_printer_option_set_activates_default (option, TRUE);
gtk_printer_option_set (option, uri);
g_free (uri);
option->group = g_strdup ("GtkPrintDialogExtension");
@@ -431,6 +431,7 @@ lpr_printer_get_options (GtkPrinter *printer,
g_object_unref (option);
option = gtk_printer_option_new ("gtk-main-page-custom-input", _("Command Line"), GTK_PRINTER_OPTION_TYPE_STRING);
gtk_printer_option_set_activates_default (option, TRUE);
option->group = g_strdup ("GtkPrintDialogExtension");
if (settings != NULL &&
(command = gtk_print_settings_get (settings, "lpr-commandline"))!= NULL)
+34
View File
@@ -0,0 +1,34 @@
if OS_WIN32
no_undefined = -no-undefined
endif
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/gtk \
-I$(top_builddir)/gtk \
-I$(top_srcdir)/gdk \
-I$(top_builddir)/gdk \
-DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED \
$(GTK_DEP_CFLAGS) \
$(GTK_DEBUG_FLAGS)
LDADDS = \
$(GTK_DEP_LIBS) \
$(top_builddir)/gtk/$(gtktargetlib)
backenddir = $(libdir)/gtk-2.0/$(GTK_BINARY_VERSION)/printbackends
backend_LTLIBRARIES = libprintbackend-papi.la
libprintbackend_papi_la_SOURCES = \
gtkprinterpapi.c \
gtkprintbackendpapi.c
noinst_HEADERS = \
gtkprinterpapi.h \
gtkprintbackendpapi.h
libprintbackend_papi_la_LDFLAGS = -avoid-version -module $(no_undefined)
libprintbackend_papi_la_LIBADD = $(LDADDS) -lpapi
-include $(top_srcdir)/git.mk
@@ -0,0 +1,862 @@
/* GTK - The GIMP Toolkit
* gtkprintbackendpapi.c: Default implementation of GtkPrintBackend
* for printing to papi
* Copyright (C) 2003, Red Hat, Inc.
* Copyright (C) 2009, Sun Microsystems, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
#include <papi.h>
#include <config.h>
#include <errno.h>
#include <cairo.h>
#include <cairo-ps.h>
#include <glib/gi18n-lib.h>
#include "gtk.h"
#include "gtkprintbackendpapi.h"
#include "gtkprinterpapi.h"
#include "gtkprinter-private.h"
typedef struct _GtkPrintBackendPapiClass GtkPrintBackendPapiClass;
#define GTK_PRINT_BACKEND_PAPI_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_PRINT_BACKEND_PAPI, GtkPrintBackendPapiClass))
#define GTK_IS_PRINT_BACKEND_PAPI_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_PRINT_BACKEND_PAPI))
#define GTK_PRINT_BACKEND_PAPI_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_PRINT_BACKEND_PAPI, GtkPrintBackendPapiClass))
#define _PAPI_MAX_CHUNK_SIZE 8192
static GType print_backend_papi_type = 0;
struct _GtkPrintBackendPapiClass
{
GtkPrintBackendClass parent_class;
};
struct _GtkPrintBackendPapi
{
GtkPrintBackend parent_instance;
char *default_printer;
};
typedef struct {
GtkPrinter *printer;
} _PrinterStatus;
static GObjectClass *backend_parent_class;
static void gtk_print_backend_papi_class_init (GtkPrintBackendPapiClass *class);
static void gtk_print_backend_papi_init (GtkPrintBackendPapi *impl);
static void gtk_print_backend_papi_finalize (GObject *object);
static void gtk_print_backend_papi_dispose (GObject *object);
static void papi_request_printer_list (GtkPrintBackend *print_backend);
static gboolean papi_get_printer_list (GtkPrintBackendPapi *papi_backend);
static void papi_printer_request_details (GtkPrinter *printer);
static GtkPrintCapabilities papi_printer_get_capabilities (GtkPrinter *printer);
static void papi_printer_get_settings_from_options (GtkPrinter *printer,
GtkPrinterOptionSet *options,
GtkPrintSettings *settings);
static GtkPrinterOptionSet *papi_printer_get_options (GtkPrinter *printer,
GtkPrintSettings *settings,
GtkPageSetup *page_setup,
GtkPrintCapabilities capabilities);
static void papi_printer_prepare_for_print (GtkPrinter *printer,
GtkPrintJob *print_job,
GtkPrintSettings *settings,
GtkPageSetup *page_setup);
static cairo_surface_t * papi_printer_create_cairo_surface (GtkPrinter *printer,
GtkPrintSettings *settings,
gdouble width,
gdouble height,
GIOChannel *cache_io);
static void gtk_print_backend_papi_print_stream (GtkPrintBackend *print_backend,
GtkPrintJob *job,
GIOChannel *data_io,
GtkPrintJobCompleteFunc callback,
gpointer user_data,
GDestroyNotify dnotify);
static gboolean papi_display_printer_status (gpointer user_data);
static void papi_display_printer_status_done (gpointer user_data);
static void
gtk_print_backend_papi_register_type (GTypeModule *module)
{
static const GTypeInfo print_backend_papi_info =
{
sizeof (GtkPrintBackendPapiClass),
NULL, /* base_init */
NULL, /* base_finalize */
(GClassInitFunc) gtk_print_backend_papi_class_init,
NULL, /* class_finalize */
NULL, /* class_data */
sizeof (GtkPrintBackendPapi),
0, /* n_preallocs */
(GInstanceInitFunc) gtk_print_backend_papi_init,
};
print_backend_papi_type = g_type_module_register_type (module,
GTK_TYPE_PRINT_BACKEND,
"GtkPrintBackendPapi",
&print_backend_papi_info, 0);
}
G_MODULE_EXPORT void
pb_module_init (GTypeModule *module)
{
gtk_print_backend_papi_register_type (module);
gtk_printer_papi_register_type (module);
}
G_MODULE_EXPORT void
pb_module_exit (void)
{
}
G_MODULE_EXPORT GtkPrintBackend *
pb_module_create (void)
{
return gtk_print_backend_papi_new ();
}
/*
* GtkPrintBackendPapi
*/
GType
gtk_print_backend_papi_get_type (void)
{
return print_backend_papi_type;
}
/**
* gtk_print_backend_papi_new:
*
* Creates a new #GtkPrintBackendPapi object. #GtkPrintBackendPapi
* implements the #GtkPrintBackend interface with direct access to
* the filesystem using Unix/Linux API calls
*
* Return value: the new #GtkPrintBackendPapi object
**/
GtkPrintBackend *
gtk_print_backend_papi_new (void)
{
return g_object_new (GTK_TYPE_PRINT_BACKEND_PAPI, NULL);
}
static void
gtk_print_backend_papi_class_init (GtkPrintBackendPapiClass *class)
{
GObjectClass *gobject_class = G_OBJECT_CLASS (class);
GtkPrintBackendClass *backend_class = GTK_PRINT_BACKEND_CLASS (class);
backend_parent_class = g_type_class_peek_parent (class);
gobject_class->finalize = gtk_print_backend_papi_finalize;
gobject_class->dispose = gtk_print_backend_papi_dispose;
backend_class->request_printer_list = papi_request_printer_list;
backend_class->printer_request_details = papi_printer_request_details;
backend_class->printer_get_capabilities = papi_printer_get_capabilities;
backend_class->printer_get_options = papi_printer_get_options;
backend_class->printer_get_settings_from_options = papi_printer_get_settings_from_options;
backend_class->printer_prepare_for_print = papi_printer_prepare_for_print;
backend_class->printer_create_cairo_surface = papi_printer_create_cairo_surface;
backend_class->print_stream = gtk_print_backend_papi_print_stream;
}
static cairo_status_t
_cairo_write (void *closure,
const unsigned char *data,
unsigned int length)
{
GIOChannel *io = (GIOChannel *)closure;
gsize written;
GError *error = NULL;
GTK_NOTE (PRINTING,
g_print ("PAPI Backend: Writting %i byte chunk to temp file\n", length));
while (length > 0)
{
g_io_channel_write_chars (io, (char *)data, length, &written, &error);
if (error != NULL)
{
GTK_NOTE (PRINTING,
g_print ("PAPI Backend: Error writting to temp file, %s\n", error->message));
g_error_free (error);
return CAIRO_STATUS_WRITE_ERROR;
}
GTK_NOTE (PRINTING,
g_print ("PAPI Backend: Wrote %i bytes to temp file\n", written));
data += written;
length -= written;
}
return CAIRO_STATUS_SUCCESS;
}
static cairo_surface_t *
papi_printer_create_cairo_surface (GtkPrinter *printer,
GtkPrintSettings *settings,
gdouble width,
gdouble height,
GIOChannel *cache_io)
{
cairo_surface_t *surface;
surface = cairo_ps_surface_create_for_stream (_cairo_write, cache_io, width, height);
/* TODO: DPI from settings object? */
cairo_surface_set_fallback_resolution (surface, 300, 300);
return surface;
}
typedef struct {
GtkPrintBackend *backend;
GtkPrintJobCompleteFunc callback;
GtkPrintJob *job;
gpointer user_data;
GDestroyNotify dnotify;
papi_service_t service;
papi_stream_t stream;
} _PrintStreamData;
static void
papi_print_cb (GtkPrintBackendPapi *print_backend,
GError *error,
gpointer user_data)
{
_PrintStreamData *ps = (_PrintStreamData *) user_data;
if (ps->callback)
ps->callback (ps->job, ps->user_data, error);
if (ps->dnotify)
ps->dnotify (ps->user_data);
gtk_print_job_set_status (ps->job,
error ? GTK_PRINT_STATUS_FINISHED_ABORTED
: GTK_PRINT_STATUS_FINISHED);
if (ps->job)
g_object_unref (ps->job);
g_free (ps);
}
static gboolean
papi_write (GIOChannel *source,
GIOCondition con,
gpointer user_data)
{
gchar buf[_PAPI_MAX_CHUNK_SIZE];
gsize bytes_read;
GError *error;
GIOStatus status;
_PrintStreamData *ps = (_PrintStreamData *) user_data;
papi_job_t job = NULL;
error = NULL;
status = g_io_channel_read_chars (source,
buf,
_PAPI_MAX_CHUNK_SIZE,
&bytes_read,
&error);
/* Keep writing to PAPI input stream while there are data */
if (status != G_IO_STATUS_ERROR)
{
papiJobStreamWrite (ps->service, ps->stream, buf, bytes_read);
}
/* Finish reading input stream data. Closing the stream and handle to service */
if (bytes_read == 0) {
papiJobStreamClose (ps->service, ps->stream, &job);
ps->stream = NULL;
papiJobFree (job);
papiServiceDestroy (ps->service);
ps->service = NULL;
}
if (error != NULL || status == G_IO_STATUS_EOF)
{
papi_print_cb (GTK_PRINT_BACKEND_PAPI (ps->backend),
error, user_data);
if (error)
g_error_free (error);
if (error != NULL)
{
GTK_NOTE (PRINTING,
g_print ("PAPI Backend: %s\n", error->message));
g_error_free (error);
}
return FALSE;
}
GTK_NOTE (PRINTING,
g_print ("PAPI Backend: Writting %i byte chunk to papi pipe\n", bytes_read));
return TRUE;
}
static void
gtk_print_backend_papi_print_stream (GtkPrintBackend *print_backend,
GtkPrintJob *job,
GIOChannel *data_io,
GtkPrintJobCompleteFunc callback,
gpointer user_data,
GDestroyNotify dnotify)
{
GError *print_error = NULL;
GtkPrinterPapi *printer;
_PrintStreamData *ps;
GtkPrintSettings *settings;
gint argc;
gint in_fd;
gchar **argv = NULL;
const gchar *title;
char *prtnm = NULL;
GtkPrintDuplex val;
papi_status_t pstatus = NULL;
papi_attribute_t **attrs = NULL;
papi_job_ticket_t *ticket = NULL;
printer = GTK_PRINTER_PAPI (gtk_print_job_get_printer (job));
settings = gtk_print_job_get_settings (job);
/* FIXME - the title should be set as the job-name */
title = gtk_print_job_get_title (job);
ps = g_new0 (_PrintStreamData, 1);
ps->callback = callback;
ps->user_data = user_data;
ps->dnotify = dnotify;
ps->job = g_object_ref (job);
ps->service = NULL;
ps->stream = NULL;
/* This cannot be queried yet with the current API */
papiAttributeListAddString (&attrs, PAPI_ATTR_EXCL, "document-format", "application/postscript");
val = gtk_print_settings_get_duplex (settings) ;
if (val == GTK_PRINT_DUPLEX_HORIZONTAL)
papiAttributeListAddString (&attrs, PAPI_ATTR_EXCL, "Duplex", "DuplexNoTumble");
else if (val == GTK_PRINT_DUPLEX_VERTICAL)
papiAttributeListAddString (&attrs, PAPI_ATTR_EXCL, "Duplex", "DuplexTumble");
if (job->num_copies > 1)
{
papiAttributeListAddInteger (&attrs, PAPI_ATTR_EXCL, "copies", job->num_copies);
}
prtnm = strdup (gtk_printer_get_name (GTK_PRINTER(printer)));
if (papiServiceCreate (&(ps->service), prtnm, NULL, NULL, NULL,
PAPI_ENCRYPT_NEVER, NULL) != PAPI_OK)
return;
pstatus = papiJobStreamOpen (ps->service, prtnm, attrs, ticket, &(ps->stream));
if (pstatus != PAPI_OK)
{
papiServiceDestroy (ps->service);
ps->service = NULL;
return;
}
/* Everything set up fine, so get ready to wait for input data stream */
g_io_add_watch (data_io,
G_IO_IN | G_IO_PRI | G_IO_ERR | G_IO_HUP,
(GIOFunc) papi_write,
ps);
}
static void
_papi_set_default_printer (GtkPrintBackendPapi *backend)
{
char *def_printer = NULL;
char *_default_attr[] = { "printer-name", NULL };
papi_service_t service = NULL;
papi_printer_t default_printer = NULL;
papi_attribute_t **attrs = NULL;
if (papiServiceCreate (&service, NULL, NULL, NULL, NULL, PAPI_ENCRYPT_NEVER,
NULL) != PAPI_OK)
return;
if (papiPrinterQuery (service, "_default", _default_attr, NULL,
&default_printer) == PAPI_OK)
{
if (default_printer != NULL)
{
attrs = papiPrinterGetAttributeList (default_printer);
if (attrs != NULL)
if (papiAttributeListGetString (attrs, NULL, "printer-name",
&def_printer) == PAPI_OK)
{
backend->default_printer = strdup (def_printer);
}
}
}
papiPrinterFree (default_printer);
papiServiceDestroy (service);
}
static void
gtk_print_backend_papi_init (GtkPrintBackendPapi *backend)
{
_papi_set_default_printer (backend);
}
static void
gtk_print_backend_papi_finalize (GObject *object)
{
GtkPrintBackendPapi *backend_papi;
GTK_NOTE (PRINTING,
g_print ("PAPI Backend: finalizing PAPI backend module\n"));
backend_papi = GTK_PRINT_BACKEND_PAPI (object);
g_free (backend_papi->default_printer);
backend_papi->default_printer = NULL;
backend_parent_class->finalize (object);
}
static void
gtk_print_backend_papi_dispose (GObject *object)
{
GtkPrintBackendPapi *backend_papi;
GTK_NOTE (PRINTING,
g_print ("PAPI Backend: %s\n", G_STRFUNC));
backend_papi = GTK_PRINT_BACKEND_PAPI (object);
backend_parent_class->dispose (object);
}
char **
get_all_list(papi_service_t svc)
{
papi_status_t status;
papi_printer_t printer = NULL;
char *attr[] = { "member-names", NULL };
char **names = NULL;
status = papiPrinterQuery(svc, "_all", attr, NULL, &printer);
if ((status == PAPI_OK) && (printer != NULL)) {
papi_attribute_t **attributes =
papiPrinterGetAttributeList(printer);
if (attributes != NULL) {
void *iter = NULL;
char *member = NULL;
for (status = papiAttributeListGetString(attributes,
&iter, "member-names", &member);
status == PAPI_OK;
status = papiAttributeListGetString(attributes,
&iter, NULL, &member))
list_append(&names, strdup(member));
}
papiPrinterFree(printer);
}
return (names);
}
static char **
get_printers_list(papi_service_t svc)
{
papi_status_t status;
papi_printer_t *printers = NULL;
char *keys[] = { "printer-name", "printer-uri-supported", NULL };
char **names = NULL;
status = papiPrintersList(svc, keys, NULL, &printers);
if ((status == PAPI_OK) && (printers != NULL)) {
int i;
for (i = 0; printers[i] != NULL; i++) {
papi_attribute_t **attributes =
papiPrinterGetAttributeList(printers[i]);
char *name = NULL;
(void) papiAttributeListGetString(attributes, NULL,
"printer-name", &name);
if ((name != NULL) && (strcmp(name, "_default") != 0))
list_append(&names, strdup(name));
}
papiPrinterListFree(printers);
}
return (names);
}
static void
papi_request_printer_list (GtkPrintBackend *backend)
{
GtkPrintBackendPapi *papi_backend;
papi_backend = GTK_PRINT_BACKEND_PAPI (backend);
/* Get the list of printers using papi API */
papi_get_printer_list (papi_backend);
}
static gboolean
papi_get_printer_list (GtkPrintBackendPapi *papi_backend)
{
int i;
const char *attributes[] = /* Attributes we're interested in */
{
"printer-name",
"printer-uri-supported",
NULL
};
papi_status_t status, status2;
papi_service_t service = NULL;
char **printers = NULL;
GtkPrinter *printer;
GtkPrinterPapi *papi_printer;
GList *current_printer_list;
GtkPrintBackend *backend = GTK_PRINT_BACKEND (papi_backend);
if ((status = papiServiceCreate (&service, NULL, NULL, NULL, NULL,
PAPI_ENCRYPT_NEVER, NULL)) != PAPI_OK)
return FALSE;
if ((printers = get_all_list (service)) == NULL)
{
printers = get_printers_list (service);
}
if (printers == NULL)
{
papiServiceDestroy (service);
return FALSE;
}
for (i = 0; printers[i] != NULL; i++)
{
GtkPrinter *printer;
char *name = NULL, *url = NULL;
papi_attribute_t **attrs = NULL;
printer = gtk_print_backend_find_printer (backend, printers[i]);
if (!printer)
{
/* skip null printer name just in case */
if (printers[i] == NULL)
continue;
/* skip the alias _default and _all printers */
if (strcmp(printers[i], "_default")==0 || strcmp(printers[i], "_all")==0)
continue;
papi_printer = gtk_printer_papi_new (printers[i], backend);
printer = GTK_PRINTER (papi_printer);
/* Only marked default printer to not have details so that
the request_details method will be called at start up
*/
if (papi_backend->default_printer != NULL)
if (strcmp (printers[i], papi_backend->default_printer)==0)
{
gtk_printer_set_is_default (printer, TRUE);
}
gtk_printer_set_icon_name (printer, "gtk-print");
gtk_print_backend_add_printer (backend, printer);
gtk_printer_set_is_active (printer, TRUE);
/* gtk_printer_set_has_details (printer, TRUE); */
}
else
g_object_ref (printer);
if (!gtk_printer_is_active (printer))
{
gtk_printer_set_is_active (printer, TRUE);
gtk_printer_set_is_new (printer, TRUE);
}
if (gtk_printer_is_new (printer))
{
g_signal_emit_by_name (backend, "printer-added", printer);
gtk_printer_set_is_new (printer, FALSE);
}
g_object_unref (printer);
}
free (printers);
papiServiceDestroy (service);
/* To set that the list of printers added is complete */
gtk_print_backend_set_list_done (backend);
return TRUE;
}
static void
update_printer_status (GtkPrinter *printer)
{
GtkPrintBackend *backend;
GtkPrinterPapi *papi_printer;
gboolean status_changed = FALSE;
backend = gtk_printer_get_backend (printer);
papi_printer = GTK_PRINTER_PAPI (printer);
/* if (status_changed) */
g_signal_emit_by_name (GTK_PRINT_BACKEND (backend),
"printer-status-changed", printer);
}
static GtkPrinterOptionSet *
papi_printer_get_options (GtkPrinter *printer,
GtkPrintSettings *settings,
GtkPageSetup *page_setup,
GtkPrintCapabilities capabilities)
{
GtkPrinterOptionSet *set;
GtkPrinterOption *option;
int i;
char *print_at[] = { "now", "on-hold" };
char *n_up[] = {"1"};
/* Update the printer status before the printer options are displayed */
update_printer_status (printer);
set = gtk_printer_option_set_new ();
/* non-ppd related settings */
/* This maps to number-up-supported in PAPI. FIXME
* number-up-default is the default value.
* number-up-supported is the list of number of able to print per page
*/
option = gtk_printer_option_new ("gtk-n-up", "Pages Per Sheet", GTK_PRINTER_OPTION_TYPE_PICKONE);
gtk_printer_option_choices_from_array (option, G_N_ELEMENTS (n_up),
n_up, n_up);
gtk_printer_option_set (option, "1");
gtk_printer_option_set_add (set, option);
g_object_unref (option);
/* This maps to job-priority-supported and job-priority-default in PAPI - FIXME*/
/* This relates to job-sheets-supported in PAPI FIXME*/
/* This relates to job-hold-until-supported in PAPI */
option = gtk_printer_option_new ("gtk-print-time", "Print at", GTK_PRINTER_OPTION_TYPE_PICKONE);
gtk_printer_option_choices_from_array (option, G_N_ELEMENTS (print_at),
print_at, print_at);
gtk_printer_option_set (option, "now");
gtk_printer_option_set_add (set, option);
g_object_unref (option);
return set;
}
static void
papi_printer_get_settings_from_options (GtkPrinter *printer,
GtkPrinterOptionSet *options,
GtkPrintSettings *settings)
{
GtkPrinterOption *option;
option = gtk_printer_option_set_lookup (options, "gtk-n-up");
if (option)
gtk_print_settings_set (settings, GTK_PRINT_SETTINGS_NUMBER_UP, option->value);
}
static void
papi_printer_prepare_for_print (GtkPrinter *printer,
GtkPrintJob *print_job,
GtkPrintSettings *settings,
GtkPageSetup *page_setup)
{
GtkPageSet page_set;
double scale;
GtkPaperSize *papersize = NULL;
char *ppd_paper_name;
print_job->print_pages = gtk_print_settings_get_print_pages (settings);
print_job->page_ranges = NULL;
print_job->num_page_ranges = 0;
if (print_job->print_pages == GTK_PRINT_PAGES_RANGES)
print_job->page_ranges =
gtk_print_settings_get_page_ranges (settings,
&print_job->num_page_ranges);
print_job->collate = gtk_print_settings_get_collate (settings);
print_job->reverse = gtk_print_settings_get_reverse (settings);
print_job->num_copies = gtk_print_settings_get_n_copies (settings);
scale = gtk_print_settings_get_scale (settings);
if (scale != 100.0)
print_job->scale = scale/100.0;
papersize = gtk_page_setup_get_paper_size (page_setup);
ppd_paper_name = gtk_paper_size_get_ppd_name (papersize);
page_set = gtk_print_settings_get_page_set (settings);
if (page_set == GTK_PAGE_SET_EVEN)
print_job->page_set = GTK_PAGE_SET_EVEN;
else if (page_set == GTK_PAGE_SET_ODD)
print_job->page_set = GTK_PAGE_SET_ODD;
else
print_job->page_set = GTK_PAGE_SET_ALL;
print_job->rotate_to_orientation = TRUE;
}
gboolean
is_local_printer (gchar *printer_uri)
{
if (strncmp (printer_uri, "lpsched:", 8) == 0)
return TRUE;
else
return FALSE;
}
void
merge_ppd_data (papi_attribute_t ***attributes, gchar *ppdfile)
{
get_ppd_attrs (attributes, ppdfile);
}
static void
papi_display_printer_status_done (gpointer user_data)
{
GtkPrinter *printer = (GtkPrinter *) user_data;
GtkPrinterPapi *papi_printer;
g_signal_emit_by_name (printer, "details-acquired", TRUE);
papi_printer = GTK_PRINTER_PAPI (printer);
return;
}
#define IDLE 3
#define PROCESSING 4
#define STOPPED 5
static gboolean
papi_display_printer_status (gpointer user_data)
{
GtkPrinter *printer = (GtkPrinter *) user_data;
GtkPrinterPapi *papi_printer;
gchar *loc, *printer_uri, *ppdfile;
int state;
papi_service_t service;
papi_attribute_t **attrs = NULL;
papi_printer_t current_printer = NULL;
static int count = 0;
papi_printer = GTK_PRINTER_PAPI (printer);
if (papiServiceCreate (&service, NULL, NULL, NULL, NULL, PAPI_ENCRYPT_NEVER,
NULL) != PAPI_OK)
return FALSE;
if (papiPrinterQuery (service, papi_printer->printer_name, NULL, NULL,
&current_printer) != PAPI_OK)
{
/* SUN_BRANDING */
gtk_printer_set_state_message (printer, _("printer offline"));
}
if (current_printer != NULL)
{
attrs = papiPrinterGetAttributeList (current_printer);
}
if (papiAttributeListGetString (attrs, NULL, "printer-info", &loc) == PAPI_OK)
{
gtk_printer_set_location (printer, loc);
}
if (papiAttributeListGetInteger (attrs, NULL, "printer-state", &state) == PAPI_OK)
{
switch (state)
{
/* SUN_BRANDING */
case IDLE: gtk_printer_set_state_message (printer, _("ready to print"));
break;
/* SUN_BRANDING */
case PROCESSING: gtk_printer_set_state_message (printer, _("processing job"));
break;
/* SUN_BRANDING */
case STOPPED: gtk_printer_set_state_message (printer, _("paused"));
break;
/* SUN_BRANDING */
default: gtk_printer_set_state_message (printer, _("unknown"));
break;
}
}
papiPrinterFree (current_printer);
papiServiceDestroy (service);
gtk_printer_set_has_details (printer, TRUE);
return FALSE;
}
static void
papi_printer_request_details (GtkPrinter *printer)
{
g_idle_add_full (G_PRIORITY_DEFAULT_IDLE, papi_display_printer_status, printer, papi_display_printer_status_done);
}
static GtkPrintCapabilities
papi_printer_get_capabilities (GtkPrinter *printer)
{
return GTK_PRINT_CAPABILITY_COPIES | GTK_PRINT_CAPABILITY_PAGE_SET ;
}
@@ -0,0 +1,44 @@
/* GTK - The GIMP Toolkit
* gtkprintbackendpapi.h: Default implementation of GtkPrintBackend
* for printing to papi
* Copyright (C) 2003, Red Hat, Inc.
* Copyright (C) 2009, Sun Microsystems, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#ifndef __GTK_PRINT_BACKEND_PAPI_H__
#define __GTK_PRINT_BACKEND_PAPI_H__
#include <glib-object.h>
#include "gtkprintbackend.h"
G_BEGIN_DECLS
#define GTK_TYPE_PRINT_BACKEND_PAPI (gtk_print_backend_papi_get_type ())
#define GTK_PRINT_BACKEND_PAPI(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_PRINT_BACKEND_PAPI, GtkPrintBackendPapi))
#define GTK_IS_PRINT_BACKEND_PAPI(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_PRINT_BACKEND_PAPI))
typedef struct _GtkPrintBackendPapi GtkPrintBackendPapi;
GtkPrintBackend *gtk_print_backend_papi_new (void);
GType gtk_print_backend_papi_get_type (void) G_GNUC_CONST;
G_END_DECLS
#endif /* __GTK_PRINT_BACKEND_PAPI_H__ */
+116
View File
@@ -0,0 +1,116 @@
/* GtkPrinterPapi
* Copyright (C) 2006 John (J5) Palmieri <johnp@redhat.com>
* Copyright (C) 2009 Ghee Teo <ghee.teo@sun.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#include "config.h"
#include "gtkprinterpapi.h"
static void gtk_printer_papi_init (GtkPrinterPapi *printer);
static void gtk_printer_papi_class_init (GtkPrinterPapiClass *class);
static void gtk_printer_papi_finalize (GObject *object);
static GtkPrinterClass *gtk_printer_papi_parent_class;
static GType gtk_printer_papi_type = 0;
void
gtk_printer_papi_register_type (GTypeModule *module)
{
static const GTypeInfo object_info =
{
sizeof (GtkPrinterPapiClass),
(GBaseInitFunc) NULL,
(GBaseFinalizeFunc) NULL,
(GClassInitFunc) gtk_printer_papi_class_init,
NULL, /* class_finalize */
NULL, /* class_data */
sizeof (GtkPrinterPapi),
0, /* n_preallocs */
(GInstanceInitFunc) gtk_printer_papi_init,
};
gtk_printer_papi_type = g_type_module_register_type (module,
GTK_TYPE_PRINTER,
"GtkPrinterPapi",
&object_info, 0);
}
GType
gtk_printer_papi_get_type (void)
{
return gtk_printer_papi_type;
}
static void
gtk_printer_papi_class_init (GtkPrinterPapiClass *class)
{
GObjectClass *object_class = (GObjectClass *) class;
gtk_printer_papi_parent_class = g_type_class_peek_parent (class);
object_class->finalize = gtk_printer_papi_finalize;
}
static void
gtk_printer_papi_init (GtkPrinterPapi *printer)
{
printer->printer_name = NULL;
}
static void
gtk_printer_papi_finalize (GObject *object)
{
GtkPrinterPapi *printer;
g_return_if_fail (object != NULL);
printer = GTK_PRINTER_PAPI (object);
g_free(printer->printer_name);
G_OBJECT_CLASS (gtk_printer_papi_parent_class)->finalize (object);
}
/**
* gtk_printer_papi_new:
*
* Creates a new #GtkPrinterPapi.
*
* Return value: a new #GtkPrinterPapi
*
* Since: 2.10
**/
GtkPrinterPapi *
gtk_printer_papi_new (const char *name,
GtkPrintBackend *backend)
{
GObject *result;
GtkPrinterPapi *pp;
result = g_object_new (GTK_TYPE_PRINTER_PAPI,
"name", name,
"backend", backend,
"is-virtual", TRUE,
NULL);
pp = GTK_PRINTER_PAPI(result);
pp->printer_name = g_strdup (name);
return (GtkPrinterPapi *) pp;
}
@@ -0,0 +1,61 @@
/* GtkPrinterPapi
* Copyright (C) 2006 John (J5) Palmieri <johnp@redhat.com>
* Copyright (C) 2009 Ghee Teo <ghee.teo@sun.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#ifndef __GTK_PRINTER_PAPI_H__
#define __GTK_PRINTER_PAPI_H__
#include <glib.h>
#include <glib-object.h>
#include <papi.h>
#include "gtkunixprint.h"
G_BEGIN_DECLS
#define GTK_TYPE_PRINTER_PAPI (gtk_printer_papi_get_type ())
#define GTK_PRINTER_PAPI(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_PRINTER_PAPI, GtkPrinterPapi))
#define GTK_PRINTER_PAPI_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_PRINTER_PAPI, GtkPrinterPapiClass))
#define GTK_IS_PRINTER_PAPI(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_PRINTER_PAPI))
#define GTK_IS_PRINTER_PAPI_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_PRINTER_PAPI))
#define GTK_PRINTER_PAPI_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_PRINTER_PAPI, GtkPrinterPapiClass))
typedef struct _GtkPrinterPapi GtkPrinterPapi;
typedef struct _GtkPrinterPapiClass GtkPrinterPapiClass;
typedef struct _GtkPrinterPapiPrivate GtkPrinterPapiPrivate;
struct _GtkPrinterPapi
{
GtkPrinter parent_instance;
gchar *printer_name;
};
struct _GtkPrinterPapiClass
{
GtkPrinterClass parent_class;
};
GType gtk_printer_papi_get_type (void) G_GNUC_CONST;
void gtk_printer_papi_register_type (GTypeModule *module);
GtkPrinterPapi *gtk_printer_papi_new (const char *name, GtkPrintBackend *backend);
G_END_DECLS
#endif /* __GTK_PRINTER_PAPI_H__ */
+4
View File
@@ -1,3 +1,7 @@
2009-06-08 Manoj Kumar Giri <mgiri@redhat.com>
* or.po: Updated Oriya Translation.
=== ChangeLog discontinued ===
With the move to git, GTK+ is switching from a ChangeLog file
+92 -92
View File
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties 2.6-branch\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
"POT-Creation-Date: 2009-08-29 00:07-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"
@@ -265,7 +265,7 @@ msgid "A unique name for the action."
msgstr "n Unieke naam vir die aksie."
#: gtk/gtkaction.c:198 gtk/gtkbutton.c:219 gtk/gtkexpander.c:195
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:300
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:305
#: gtk/gtktoolbutton.c:202
msgid "Label"
msgstr "Etiket"
@@ -377,7 +377,7 @@ msgid "When TRUE, empty menu proxies for this action are hidden."
msgstr "Wanneer WAAR, word leë kieslysinstaners vir hierdie aksie verskuil."
#: gtk/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193
#: gtk/gtkwidget.c:523
#: gtk/gtkwidget.c:524
msgid "Sensitive"
msgstr "Sensitief"
@@ -386,7 +386,7 @@ msgid "Whether the action is enabled."
msgstr "Of die aksie in werking gestel is."
#: gtk/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:517
msgid "Visible"
msgstr "Sigbaar"
@@ -477,7 +477,7 @@ msgid ""
"right aligned"
msgstr ""
"Horisontale posisie van kind in beskikbare ruimte. 0.0 is linksgerig, 1.0 is "
"\vregsgerig"
"vregsgerig"
#: gtk/gtkalignment.c:100
msgid "Vertical alignment"
@@ -489,7 +489,7 @@ msgid ""
"bottom aligned"
msgstr ""
"Vertikale posisie van kind in beskikbare ruimte. 0.0 is bokantgerig, 1.0 is "
"\vonderkantgerig"
"vonderkantgerig"
#: gtk/gtkalignment.c:109
msgid "Horizontal scale"
@@ -563,7 +563,7 @@ msgstr "Pyltjieskadu"
msgid "Appearance of the shadow surrounding the arrow"
msgstr "Vertoon van die skadu wat die pyltjie omring"
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:363
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:368
#, fuzzy
msgid "Arrow Scaling"
msgstr "Ryspasiëring"
@@ -714,7 +714,7 @@ msgid ""
"edge, start and end"
msgstr ""
"Hoe om die knoppies in die kassie uit te lê. Moontlike waardes is default "
"(verstek), spread (versprei), \vedge (rand), start (begin) en end (einde)"
"(verstek), spread (versprei), vedge (rand), start (begin) en end (einde)"
#: gtk/gtkbbox.c:136
msgid "Secondary"
@@ -813,12 +813,12 @@ msgstr ""
"etiketdingesie bevat"
#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388
#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209
#: gtk/gtkmenuitem.c:320 gtk/gtktoolbutton.c:209
msgid "Use underline"
msgstr "Gebruik onderstreep"
#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389
#: gtk/gtkmenuitem.c:316
#: gtk/gtkmenuitem.c:321
msgid ""
"If set, an underline in the text indicates the next character should be used "
"for the mnemonic accelerator key"
@@ -3312,7 +3312,7 @@ msgid ""
"GtkMisc::xalign for that"
msgstr ""
"Die belyning van die reëls in die teks van die etiket met betrekking tot "
"mekaar. \vDit het NIE 'n uitwerking op die belyning van die etiket binne sy "
"mekaar. Dit het NIE 'n uitwerking op die belyning van die etiket binne sy "
"allokasie nie. Kyk GtkMisc::xalign daarvoor"
#: gtk/gtklabel.c:405
@@ -3462,7 +3462,7 @@ msgstr "Die huidig geselekteerde lêernaam"
msgid "The accel group holding accelerators for the menu"
msgstr "Die mnemoniese snelsleutel vir hierdie etiket"
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:285
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:290
msgid "Accel Path"
msgstr ""
@@ -3680,42 +3680,42 @@ msgstr "Vertraging voor aftuimelkieslyste verskyn"
msgid "Delay before the submenus of a menu bar appear"
msgstr "Vertraging voor die subkieslyste van 'n kieslysstaaf verskyn"
#: gtk/gtkmenuitem.c:252
#: gtk/gtkmenuitem.c:257
msgid "Right Justified"
msgstr ""
#: gtk/gtkmenuitem.c:253
#: gtk/gtkmenuitem.c:258
msgid ""
"Sets whether the menu item appears justified at the right side of a menu bar"
msgstr ""
#: gtk/gtkmenuitem.c:267
#: gtk/gtkmenuitem.c:272
msgid "Submenu"
msgstr ""
#: gtk/gtkmenuitem.c:268
#: gtk/gtkmenuitem.c:273
msgid "The submenu attached to the menu item, or NULL if it has none"
msgstr ""
#: gtk/gtkmenuitem.c:286
#: gtk/gtkmenuitem.c:291
msgid "Sets the accelerator path of the menu item"
msgstr ""
#: gtk/gtkmenuitem.c:301
#: gtk/gtkmenuitem.c:306
#, fuzzy
msgid "The text for the child label"
msgstr "Die teks van die etiket"
#: gtk/gtkmenuitem.c:364
#: gtk/gtkmenuitem.c:369
msgid "Amount of space used up by arrow, relative to the menu item's font size"
msgstr ""
#: gtk/gtkmenuitem.c:377
#: gtk/gtkmenuitem.c:382
#, fuzzy
msgid "Width in Characters"
msgstr "Wydte in karakters"
#: gtk/gtkmenuitem.c:378
#: gtk/gtkmenuitem.c:383
msgid "The minimum desired width of the menu item in characters"
msgstr ""
@@ -5763,7 +5763,7 @@ msgstr "Of die aksie sigbaar is."
msgid "The orientation of the tray"
msgstr "Die oriëntering van die nutsbalk"
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:633
#, fuzzy
msgid "Has tooltip"
msgstr "Nutswenk"
@@ -5773,17 +5773,17 @@ msgstr "Nutswenk"
msgid "Whether this tray icon has a tooltip"
msgstr "Of die dingesie die toevoerfokus het"
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:654
#, fuzzy
msgid "Tooltip Text"
msgstr "Nutswenk"
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:655 gtk/gtkwidget.c:676
#, fuzzy
msgid "The contents of the tooltip for this widget"
msgstr "Die inhoud van die inskrywing"
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:674
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:675
#, fuzzy
msgid "Tooltip markup"
msgstr "Nutswenk"
@@ -6953,27 +6953,27 @@ msgstr ""
msgid "Determines how the shadowed box around the viewport is drawn"
msgstr "Bepaal hoe die gearseerde kassie rondom die aansigpunt geteken word"
#: gtk/gtkwidget.c:483
#: gtk/gtkwidget.c:484
msgid "Widget name"
msgstr "Dingesienaam"
#: gtk/gtkwidget.c:484
#: gtk/gtkwidget.c:485
msgid "The name of the widget"
msgstr "Die naam van die dingesie"
#: gtk/gtkwidget.c:490
#: gtk/gtkwidget.c:491
msgid "Parent widget"
msgstr "Ouerdingesie"
#: gtk/gtkwidget.c:491
#: gtk/gtkwidget.c:492
msgid "The parent widget of this widget. Must be a Container widget"
msgstr "Die ouerdingesie van hierdie dingesie. Moet 'n houerdingesie wees"
#: gtk/gtkwidget.c:498
#: gtk/gtkwidget.c:499
msgid "Width request"
msgstr "Wydteversoek"
#: gtk/gtkwidget.c:499
#: gtk/gtkwidget.c:500
msgid ""
"Override for width request of the widget, or -1 if natural request should be "
"used"
@@ -6981,11 +6981,11 @@ msgstr ""
"Oorheers die wydteversoek van die dingesie, of -1 indien natuurlike versoek "
"gebruik moet word"
#: gtk/gtkwidget.c:507
#: gtk/gtkwidget.c:508
msgid "Height request"
msgstr "Hoogteversoek"
#: gtk/gtkwidget.c:508
#: gtk/gtkwidget.c:509
msgid ""
"Override for height request of the widget, or -1 if natural request should "
"be used"
@@ -6993,85 +6993,85 @@ msgstr ""
"Oorheers die hoogteversoek van die dingesie, of -1 indien natuurlike versoek "
"gebruik moet word"
#: gtk/gtkwidget.c:517
#: gtk/gtkwidget.c:518
msgid "Whether the widget is visible"
msgstr "Of die dingesie sigbaar is"
#: gtk/gtkwidget.c:524
#: gtk/gtkwidget.c:525
msgid "Whether the widget responds to input"
msgstr "Of die dingesie reageer op toevoer"
#: gtk/gtkwidget.c:530
#: gtk/gtkwidget.c:531
msgid "Application paintable"
msgstr "Toepassing verfbaar"
#: gtk/gtkwidget.c:531
#: gtk/gtkwidget.c:532
msgid "Whether the application will paint directly on the widget"
msgstr "Of die toepassing direk op die dingesie sal verf"
#: gtk/gtkwidget.c:537
#: gtk/gtkwidget.c:538
msgid "Can focus"
msgstr "Kan fokus"
#: gtk/gtkwidget.c:538
#: gtk/gtkwidget.c:539
msgid "Whether the widget can accept the input focus"
msgstr "Of die dingesie die toevoerfokus kan aanvaar"
#: gtk/gtkwidget.c:544
#: gtk/gtkwidget.c:545
msgid "Has focus"
msgstr "Het fokus"
#: gtk/gtkwidget.c:545
#: gtk/gtkwidget.c:546
msgid "Whether the widget has the input focus"
msgstr "Of die dingesie die toevoerfokus het"
#: gtk/gtkwidget.c:551
#: gtk/gtkwidget.c:552
msgid "Is focus"
msgstr "Is fokus"
#: gtk/gtkwidget.c:552
#: gtk/gtkwidget.c:553
msgid "Whether the widget is the focus widget within the toplevel"
msgstr "Of die dingesie die fokusdingesie binne die bokant is"
#: gtk/gtkwidget.c:558
#: gtk/gtkwidget.c:559
msgid "Can default"
msgstr "Kan verstek wees"
#: gtk/gtkwidget.c:559
#: gtk/gtkwidget.c:560
msgid "Whether the widget can be the default widget"
msgstr "Of die dingesie die verstekdingesie kan wees"
#: gtk/gtkwidget.c:565
#: gtk/gtkwidget.c:566
msgid "Has default"
msgstr "Het verstek"
#: gtk/gtkwidget.c:566
#: gtk/gtkwidget.c:567
msgid "Whether the widget is the default widget"
msgstr "Of die dingesie die verstekdingesie is"
#: gtk/gtkwidget.c:572
#: gtk/gtkwidget.c:573
msgid "Receives default"
msgstr "Ontvang verstek"
#: gtk/gtkwidget.c:573
#: gtk/gtkwidget.c:574
msgid "If TRUE, the widget will receive the default action when it is focused"
msgstr ""
"Indien WAAR sal die dingesie die verstekaksie ontvang wanneer dit gefokus "
"word"
#: gtk/gtkwidget.c:579
#: gtk/gtkwidget.c:580
msgid "Composite child"
msgstr "Saamgestelde kind"
#: gtk/gtkwidget.c:580
#: gtk/gtkwidget.c:581
msgid "Whether the widget is part of a composite widget"
msgstr "Of die dingesie deel van 'n saamgestelde dingesie is"
#: gtk/gtkwidget.c:586
#: gtk/gtkwidget.c:587
msgid "Style"
msgstr "Styl"
#: gtk/gtkwidget.c:587
#: gtk/gtkwidget.c:588
msgid ""
"The style of the widget, which contains information about how it will look "
"(colors etc)"
@@ -7079,91 +7079,91 @@ msgstr ""
"Die styl van die dingesie, waarin inligting oor hoe dit lyk (kleure ens) "
"vervat is"
#: gtk/gtkwidget.c:593
#: gtk/gtkwidget.c:594
msgid "Events"
msgstr "Gebeure"
#: gtk/gtkwidget.c:594
#: gtk/gtkwidget.c:595
msgid "The event mask that decides what kind of GdkEvents this widget gets"
msgstr ""
"Die gebeuremasker wat besluit watter soort GdkEvents hierdie dingesie kry"
#: gtk/gtkwidget.c:601
#: gtk/gtkwidget.c:602
msgid "Extension events"
msgstr "Uitbreidinggebeure"
#: gtk/gtkwidget.c:602
#: gtk/gtkwidget.c:603
msgid "The mask that decides what kind of extension events this widget gets"
msgstr "Die masker wat besluit watter soort uitbreiding hierdie dingesie kry"
#: gtk/gtkwidget.c:609
#: gtk/gtkwidget.c:610
msgid "No show all"
msgstr "Glad nie vertoon nie"
#: gtk/gtkwidget.c:610
#: gtk/gtkwidget.c:611
msgid "Whether gtk_widget_show_all() should not affect this widget"
msgstr ""
"Of gtk_widget_show_all() nie 'n uitwerking op hierdie dingesie moet hê nie"
#: gtk/gtkwidget.c:633
#: gtk/gtkwidget.c:634
#, fuzzy
msgid "Whether this widget has a tooltip"
msgstr "Of die dingesie die toevoerfokus het"
#: gtk/gtkwidget.c:689
#: gtk/gtkwidget.c:690
#, fuzzy
msgid "Window"
msgstr "Venstersoort"
#: gtk/gtkwidget.c:690
#: gtk/gtkwidget.c:691
msgid "The widget's window if it is realized"
msgstr ""
#: gtk/gtkwidget.c:2212
#: gtk/gtkwidget.c:2213
msgid "Interior Focus"
msgstr "Binnefokus"
#: gtk/gtkwidget.c:2213
#: gtk/gtkwidget.c:2214
msgid "Whether to draw the focus indicator inside widgets"
msgstr "Of die fokusaanwyser binne dingesies geteken moet word"
#: gtk/gtkwidget.c:2219
#: gtk/gtkwidget.c:2220
msgid "Focus linewidth"
msgstr "Fokus op reëlwydte"
#: gtk/gtkwidget.c:2220
#: gtk/gtkwidget.c:2221
msgid "Width, in pixels, of the focus indicator line"
msgstr "Wydte in pixels van die fokusaanwyserlyn"
#: gtk/gtkwidget.c:2226
#: gtk/gtkwidget.c:2227
msgid "Focus line dash pattern"
msgstr "Fokuslyn-stippelpatroon"
#: gtk/gtkwidget.c:2227
#: gtk/gtkwidget.c:2228
msgid "Dash pattern used to draw the focus indicator"
msgstr "Stippelpatroon wat gebruik moet word om die fokusaanwyser te teken"
#: gtk/gtkwidget.c:2232
#: gtk/gtkwidget.c:2233
msgid "Focus padding"
msgstr "Fokusopvulling"
#: gtk/gtkwidget.c:2233
#: gtk/gtkwidget.c:2234
msgid "Width, in pixels, between focus indicator and the widget 'box'"
msgstr "Wydte in pixels tussen fokusaanwyser en die dingesie-kassie"
#: gtk/gtkwidget.c:2238
#: gtk/gtkwidget.c:2239
msgid "Cursor color"
msgstr "Wyserkleur"
#: gtk/gtkwidget.c:2239
#: gtk/gtkwidget.c:2240
msgid "Color with which to draw insertion cursor"
msgstr "Kleure waarmee die invoegwyser geteken moet word"
#: gtk/gtkwidget.c:2244
#: gtk/gtkwidget.c:2245
msgid "Secondary cursor color"
msgstr "Sekondêrewyser-kleur"
#: gtk/gtkwidget.c:2245
#: gtk/gtkwidget.c:2246
msgid ""
"Color with which to draw the secondary insertion cursor when editing mixed "
"right-to-left and left-to-right text"
@@ -7171,88 +7171,88 @@ msgstr ""
"Kleur waarmee die sekondêre invoegwyser geteken moet word wanneer gemengde "
"regs-na-links- en links-na-regs-teks geredigeer word"
#: gtk/gtkwidget.c:2250
#: gtk/gtkwidget.c:2251
msgid "Cursor line aspect ratio"
msgstr "Wyserlyn-aspekratio"
#: gtk/gtkwidget.c:2251
#: gtk/gtkwidget.c:2252
msgid "Aspect ratio with which to draw insertion cursor"
msgstr "Aspekratio waarmee die invoegwyser geteken moet word"
#: gtk/gtkwidget.c:2265
#: gtk/gtkwidget.c:2266
#, fuzzy
msgid "Draw Border"
msgstr "Oortjiegrens"
#: gtk/gtkwidget.c:2266
#: gtk/gtkwidget.c:2267
msgid "Size of areas outside the widget's allocation to draw"
msgstr ""
#: gtk/gtkwidget.c:2279
#: gtk/gtkwidget.c:2280
#, fuzzy
msgid "Unvisited Link Color"
msgstr "Huidige kleur"
#: gtk/gtkwidget.c:2280
#: gtk/gtkwidget.c:2281
#, fuzzy
msgid "Color of unvisited links"
msgstr "Die titel van die fontkies-dialoog"
#: gtk/gtkwidget.c:2293
#: gtk/gtkwidget.c:2294
#, fuzzy
msgid "Visited Link Color"
msgstr "Huidige kleur"
#: gtk/gtkwidget.c:2294
#: gtk/gtkwidget.c:2295
#, fuzzy
msgid "Color of visited links"
msgstr "Die titel van die fontkies-dialoog"
#: gtk/gtkwidget.c:2308
#: gtk/gtkwidget.c:2309
#, fuzzy
msgid "Wide Separators"
msgstr "Gebruik skeier"
#: gtk/gtkwidget.c:2309
#: gtk/gtkwidget.c:2310
msgid ""
"Whether separators have configurable width and should be drawn using a box "
"instead of a line"
msgstr ""
#: gtk/gtkwidget.c:2323
#: gtk/gtkwidget.c:2324
#, fuzzy
msgid "Separator Width"
msgstr "Vertikaleskeier-wydte"
#: gtk/gtkwidget.c:2324
#: gtk/gtkwidget.c:2325
msgid "The width of separators if wide-separators is TRUE"
msgstr ""
#: gtk/gtkwidget.c:2338
#: gtk/gtkwidget.c:2339
#, fuzzy
msgid "Separator Height"
msgstr "Verstekhoogte"
#: gtk/gtkwidget.c:2339
#: gtk/gtkwidget.c:2340
msgid "The height of separators if \"wide-separators\" is TRUE"
msgstr ""
#: gtk/gtkwidget.c:2353
#: gtk/gtkwidget.c:2354
#, fuzzy
msgid "Horizontal Scroll Arrow Length"
msgstr "Horisontalerolstaaf-beleid"
#: gtk/gtkwidget.c:2354
#: gtk/gtkwidget.c:2355
#, fuzzy
msgid "The length of horizontal scroll arrows"
msgstr "Wanneer die horisontale rolstaaf vertoon word"
#: gtk/gtkwidget.c:2368
#: gtk/gtkwidget.c:2369
#, fuzzy
msgid "Vertical Scroll Arrow Length"
msgstr "Vertikalerolstaaf-beleid"
#: gtk/gtkwidget.c:2369
#: gtk/gtkwidget.c:2370
#, fuzzy
msgid "The length of vertical scroll arrows"
msgstr "Wanneer die vertikale rolstaaf vertoon word"
+88 -88
View File
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
"POT-Creation-Date: 2009-08-29 00:07-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"
@@ -257,7 +257,7 @@ msgid "A unique name for the action."
msgstr ""
#: gtk/gtkaction.c:198 gtk/gtkbutton.c:219 gtk/gtkexpander.c:195
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:300
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:305
#: gtk/gtktoolbutton.c:202
msgid "Label"
msgstr "መለያ"
@@ -363,7 +363,7 @@ msgid "When TRUE, empty menu proxies for this action are hidden."
msgstr ""
#: gtk/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193
#: gtk/gtkwidget.c:523
#: gtk/gtkwidget.c:524
msgid "Sensitive"
msgstr ""
@@ -372,7 +372,7 @@ msgid "Whether the action is enabled."
msgstr ""
#: gtk/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:517
msgid "Visible"
msgstr "የሚታይ"
@@ -552,7 +552,7 @@ msgstr ""
msgid "Appearance of the shadow surrounding the arrow"
msgstr ""
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:363
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:368
#, fuzzy
msgid "Arrow Scaling"
msgstr "ክፍተት"
@@ -791,12 +791,12 @@ msgid ""
msgstr ""
#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388
#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209
#: gtk/gtkmenuitem.c:320 gtk/gtktoolbutton.c:209
msgid "Use underline"
msgstr ""
#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389
#: gtk/gtkmenuitem.c:316
#: gtk/gtkmenuitem.c:321
msgid ""
"If set, an underline in the text indicates the next character should be used "
"for the mnemonic accelerator key"
@@ -3307,7 +3307,7 @@ msgstr "የጽሑፉ መለያ"
msgid "The accel group holding accelerators for the menu"
msgstr ""
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:285
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:290
msgid "Accel Path"
msgstr ""
@@ -3507,41 +3507,41 @@ msgstr ""
msgid "Delay before the submenus of a menu bar appear"
msgstr ""
#: gtk/gtkmenuitem.c:252
#: gtk/gtkmenuitem.c:257
msgid "Right Justified"
msgstr ""
#: gtk/gtkmenuitem.c:253
#: gtk/gtkmenuitem.c:258
msgid ""
"Sets whether the menu item appears justified at the right side of a menu bar"
msgstr ""
#: gtk/gtkmenuitem.c:267
#: gtk/gtkmenuitem.c:272
msgid "Submenu"
msgstr ""
#: gtk/gtkmenuitem.c:268
#: gtk/gtkmenuitem.c:273
msgid "The submenu attached to the menu item, or NULL if it has none"
msgstr ""
#: gtk/gtkmenuitem.c:286
#: gtk/gtkmenuitem.c:291
msgid "Sets the accelerator path of the menu item"
msgstr ""
#: gtk/gtkmenuitem.c:301
#: gtk/gtkmenuitem.c:306
#, fuzzy
msgid "The text for the child label"
msgstr "የጽሑፉ መለያ"
#: gtk/gtkmenuitem.c:364
#: gtk/gtkmenuitem.c:369
msgid "Amount of space used up by arrow, relative to the menu item's font size"
msgstr ""
#: gtk/gtkmenuitem.c:377
#: gtk/gtkmenuitem.c:382
msgid "Width in Characters"
msgstr ""
#: gtk/gtkmenuitem.c:378
#: gtk/gtkmenuitem.c:383
msgid "The minimum desired width of the menu item in characters"
msgstr ""
@@ -5445,7 +5445,7 @@ msgstr ""
msgid "The orientation of the tray"
msgstr "የጽሑፉ መለያ"
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:633
msgid "Has tooltip"
msgstr ""
@@ -5453,15 +5453,15 @@ msgstr ""
msgid "Whether this tray icon has a tooltip"
msgstr ""
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:654
msgid "Tooltip Text"
msgstr ""
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:655 gtk/gtkwidget.c:676
msgid "The contents of the tooltip for this widget"
msgstr ""
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:674
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:675
msgid "Tooltip markup"
msgstr ""
@@ -6562,290 +6562,290 @@ msgstr ""
msgid "Determines how the shadowed box around the viewport is drawn"
msgstr ""
#: gtk/gtkwidget.c:483
#: gtk/gtkwidget.c:484
msgid "Widget name"
msgstr ""
#: gtk/gtkwidget.c:484
#: gtk/gtkwidget.c:485
msgid "The name of the widget"
msgstr ""
#: gtk/gtkwidget.c:490
#: gtk/gtkwidget.c:491
msgid "Parent widget"
msgstr ""
#: gtk/gtkwidget.c:491
#: gtk/gtkwidget.c:492
msgid "The parent widget of this widget. Must be a Container widget"
msgstr ""
#: gtk/gtkwidget.c:498
#: gtk/gtkwidget.c:499
msgid "Width request"
msgstr ""
#: gtk/gtkwidget.c:499
#: gtk/gtkwidget.c:500
msgid ""
"Override for width request of the widget, or -1 if natural request should be "
"used"
msgstr ""
#: gtk/gtkwidget.c:507
#: gtk/gtkwidget.c:508
msgid "Height request"
msgstr ""
#: gtk/gtkwidget.c:508
#: gtk/gtkwidget.c:509
msgid ""
"Override for height request of the widget, or -1 if natural request should "
"be used"
msgstr ""
#: gtk/gtkwidget.c:517
#: gtk/gtkwidget.c:518
msgid "Whether the widget is visible"
msgstr ""
#: gtk/gtkwidget.c:524
#: gtk/gtkwidget.c:525
msgid "Whether the widget responds to input"
msgstr ""
#: gtk/gtkwidget.c:530
#: gtk/gtkwidget.c:531
msgid "Application paintable"
msgstr ""
#: gtk/gtkwidget.c:531
#: gtk/gtkwidget.c:532
msgid "Whether the application will paint directly on the widget"
msgstr ""
#: gtk/gtkwidget.c:537
#: gtk/gtkwidget.c:538
msgid "Can focus"
msgstr ""
#: gtk/gtkwidget.c:538
#: gtk/gtkwidget.c:539
msgid "Whether the widget can accept the input focus"
msgstr ""
#: gtk/gtkwidget.c:544
#: gtk/gtkwidget.c:545
msgid "Has focus"
msgstr ""
#: gtk/gtkwidget.c:545
#: gtk/gtkwidget.c:546
msgid "Whether the widget has the input focus"
msgstr ""
#: gtk/gtkwidget.c:551
#: gtk/gtkwidget.c:552
msgid "Is focus"
msgstr ""
#: gtk/gtkwidget.c:552
#: gtk/gtkwidget.c:553
msgid "Whether the widget is the focus widget within the toplevel"
msgstr ""
#: gtk/gtkwidget.c:558
#: gtk/gtkwidget.c:559
msgid "Can default"
msgstr ""
#: gtk/gtkwidget.c:559
#: gtk/gtkwidget.c:560
msgid "Whether the widget can be the default widget"
msgstr ""
#: gtk/gtkwidget.c:565
#: gtk/gtkwidget.c:566
msgid "Has default"
msgstr ""
#: gtk/gtkwidget.c:566
#: gtk/gtkwidget.c:567
msgid "Whether the widget is the default widget"
msgstr ""
#: gtk/gtkwidget.c:572
#: gtk/gtkwidget.c:573
msgid "Receives default"
msgstr ""
#: gtk/gtkwidget.c:573
#: gtk/gtkwidget.c:574
msgid "If TRUE, the widget will receive the default action when it is focused"
msgstr ""
#: gtk/gtkwidget.c:579
#: gtk/gtkwidget.c:580
msgid "Composite child"
msgstr ""
#: gtk/gtkwidget.c:580
#: gtk/gtkwidget.c:581
msgid "Whether the widget is part of a composite widget"
msgstr ""
#: gtk/gtkwidget.c:586
#: gtk/gtkwidget.c:587
msgid "Style"
msgstr "ዘይቤ"
#: gtk/gtkwidget.c:587
#: gtk/gtkwidget.c:588
msgid ""
"The style of the widget, which contains information about how it will look "
"(colors etc)"
msgstr ""
#: gtk/gtkwidget.c:593
#: gtk/gtkwidget.c:594
msgid "Events"
msgstr ""
#: gtk/gtkwidget.c:594
#: gtk/gtkwidget.c:595
msgid "The event mask that decides what kind of GdkEvents this widget gets"
msgstr ""
#: gtk/gtkwidget.c:601
#: gtk/gtkwidget.c:602
msgid "Extension events"
msgstr ""
#: gtk/gtkwidget.c:602
#: gtk/gtkwidget.c:603
msgid "The mask that decides what kind of extension events this widget gets"
msgstr ""
#: gtk/gtkwidget.c:609
#: gtk/gtkwidget.c:610
msgid "No show all"
msgstr ""
#: gtk/gtkwidget.c:610
#: gtk/gtkwidget.c:611
msgid "Whether gtk_widget_show_all() should not affect this widget"
msgstr ""
#: gtk/gtkwidget.c:633
#: gtk/gtkwidget.c:634
msgid "Whether this widget has a tooltip"
msgstr ""
#: gtk/gtkwidget.c:689
#: gtk/gtkwidget.c:690
#, fuzzy
msgid "Window"
msgstr "የመስኮት ዓይነት"
#: gtk/gtkwidget.c:690
#: gtk/gtkwidget.c:691
msgid "The widget's window if it is realized"
msgstr ""
#: gtk/gtkwidget.c:2212
#: gtk/gtkwidget.c:2213
msgid "Interior Focus"
msgstr ""
#: gtk/gtkwidget.c:2213
#: gtk/gtkwidget.c:2214
msgid "Whether to draw the focus indicator inside widgets"
msgstr ""
#: gtk/gtkwidget.c:2219
#: gtk/gtkwidget.c:2220
msgid "Focus linewidth"
msgstr ""
#: gtk/gtkwidget.c:2220
#: gtk/gtkwidget.c:2221
msgid "Width, in pixels, of the focus indicator line"
msgstr ""
#: gtk/gtkwidget.c:2226
#: gtk/gtkwidget.c:2227
msgid "Focus line dash pattern"
msgstr ""
#: gtk/gtkwidget.c:2227
#: gtk/gtkwidget.c:2228
msgid "Dash pattern used to draw the focus indicator"
msgstr ""
#: gtk/gtkwidget.c:2232
#: gtk/gtkwidget.c:2233
msgid "Focus padding"
msgstr ""
#: gtk/gtkwidget.c:2233
#: gtk/gtkwidget.c:2234
msgid "Width, in pixels, between focus indicator and the widget 'box'"
msgstr ""
#: gtk/gtkwidget.c:2238
#: gtk/gtkwidget.c:2239
msgid "Cursor color"
msgstr "የጠቋሚው ቀለም"
#: gtk/gtkwidget.c:2239
#: gtk/gtkwidget.c:2240
msgid "Color with which to draw insertion cursor"
msgstr ""
#: gtk/gtkwidget.c:2244
#: gtk/gtkwidget.c:2245
msgid "Secondary cursor color"
msgstr ""
#: gtk/gtkwidget.c:2245
#: gtk/gtkwidget.c:2246
msgid ""
"Color with which to draw the secondary insertion cursor when editing mixed "
"right-to-left and left-to-right text"
msgstr ""
#: gtk/gtkwidget.c:2250
#: gtk/gtkwidget.c:2251
msgid "Cursor line aspect ratio"
msgstr ""
#: gtk/gtkwidget.c:2251
#: gtk/gtkwidget.c:2252
msgid "Aspect ratio with which to draw insertion cursor"
msgstr ""
#: gtk/gtkwidget.c:2265
#: gtk/gtkwidget.c:2266
#, fuzzy
msgid "Draw Border"
msgstr "ቅደም ተከተል"
#: gtk/gtkwidget.c:2266
#: gtk/gtkwidget.c:2267
msgid "Size of areas outside the widget's allocation to draw"
msgstr ""
#: gtk/gtkwidget.c:2279
#: gtk/gtkwidget.c:2280
#, fuzzy
msgid "Unvisited Link Color"
msgstr "የአሁኑን ቀለም"
#: gtk/gtkwidget.c:2280
#: gtk/gtkwidget.c:2281
#, fuzzy
msgid "Color of unvisited links"
msgstr "የመስኮቱ አርእስት"
#: gtk/gtkwidget.c:2293
#: gtk/gtkwidget.c:2294
#, fuzzy
msgid "Visited Link Color"
msgstr "የአሁኑን ቀለም"
#: gtk/gtkwidget.c:2294
#: gtk/gtkwidget.c:2295
#, fuzzy
msgid "Color of visited links"
msgstr "የመስኮቱ አርእስት"
#: gtk/gtkwidget.c:2308
#: gtk/gtkwidget.c:2309
msgid "Wide Separators"
msgstr ""
#: gtk/gtkwidget.c:2309
#: gtk/gtkwidget.c:2310
msgid ""
"Whether separators have configurable width and should be drawn using a box "
"instead of a line"
msgstr ""
#: gtk/gtkwidget.c:2323
#: gtk/gtkwidget.c:2324
#, fuzzy
msgid "Separator Width"
msgstr "የነበረው ስፋት"
#: gtk/gtkwidget.c:2324
#: gtk/gtkwidget.c:2325
msgid "The width of separators if wide-separators is TRUE"
msgstr ""
#: gtk/gtkwidget.c:2338
#: gtk/gtkwidget.c:2339
#, fuzzy
msgid "Separator Height"
msgstr "የነበረው እርዝማኔ"
#: gtk/gtkwidget.c:2339
#: gtk/gtkwidget.c:2340
msgid "The height of separators if \"wide-separators\" is TRUE"
msgstr ""
#: gtk/gtkwidget.c:2353
#: gtk/gtkwidget.c:2354
#, fuzzy
msgid "Horizontal Scroll Arrow Length"
msgstr "የአግድም ኩልኩል"
#: gtk/gtkwidget.c:2354
#: gtk/gtkwidget.c:2355
msgid "The length of horizontal scroll arrows"
msgstr ""
#: gtk/gtkwidget.c:2368
#: gtk/gtkwidget.c:2369
msgid "Vertical Scroll Arrow Length"
msgstr ""
#: gtk/gtkwidget.c:2369
#: gtk/gtkwidget.c:2370
msgid "The length of vertical scroll arrows"
msgstr ""
+88 -88
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties OE\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
"POT-Creation-Date: 2009-08-29 00:07-0400\n"
"PO-Revision-Date: 2004-08-26 16:32-0600\n"
"Last-Translator: James Johnson <modean52@comcast.net>\n"
"Language-Team: Old English <modean52@comcast.net>\n"
@@ -250,7 +250,7 @@ msgid "A unique name for the action."
msgstr ""
#: gtk/gtkaction.c:198 gtk/gtkbutton.c:219 gtk/gtkexpander.c:195
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:300
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:305
#: gtk/gtktoolbutton.c:202
msgid "Label"
msgstr ""
@@ -353,7 +353,7 @@ msgid "When TRUE, empty menu proxies for this action are hidden."
msgstr ""
#: gtk/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193
#: gtk/gtkwidget.c:523
#: gtk/gtkwidget.c:524
msgid "Sensitive"
msgstr ""
@@ -362,7 +362,7 @@ msgid "Whether the action is enabled."
msgstr ""
#: gtk/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:517
msgid "Visible"
msgstr ""
@@ -529,7 +529,7 @@ msgstr ""
msgid "Appearance of the shadow surrounding the arrow"
msgstr ""
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:363
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:368
msgid "Arrow Scaling"
msgstr ""
@@ -758,12 +758,12 @@ msgid ""
msgstr ""
#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388
#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209
#: gtk/gtkmenuitem.c:320 gtk/gtktoolbutton.c:209
msgid "Use underline"
msgstr ""
#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389
#: gtk/gtkmenuitem.c:316
#: gtk/gtkmenuitem.c:321
msgid ""
"If set, an underline in the text indicates the next character should be used "
"for the mnemonic accelerator key"
@@ -3212,7 +3212,7 @@ msgstr ""
msgid "The accel group holding accelerators for the menu"
msgstr ""
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:285
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:290
msgid "Accel Path"
msgstr ""
@@ -3403,41 +3403,41 @@ msgstr ""
msgid "Delay before the submenus of a menu bar appear"
msgstr ""
#: gtk/gtkmenuitem.c:252
#: gtk/gtkmenuitem.c:257
msgid "Right Justified"
msgstr ""
#: gtk/gtkmenuitem.c:253
#: gtk/gtkmenuitem.c:258
msgid ""
"Sets whether the menu item appears justified at the right side of a menu bar"
msgstr ""
#: gtk/gtkmenuitem.c:267
#: gtk/gtkmenuitem.c:272
msgid "Submenu"
msgstr ""
#: gtk/gtkmenuitem.c:268
#: gtk/gtkmenuitem.c:273
msgid "The submenu attached to the menu item, or NULL if it has none"
msgstr ""
#: gtk/gtkmenuitem.c:286
#: gtk/gtkmenuitem.c:291
msgid "Sets the accelerator path of the menu item"
msgstr ""
#: gtk/gtkmenuitem.c:301
#: gtk/gtkmenuitem.c:306
#, fuzzy
msgid "The text for the child label"
msgstr "Þæt cynn þæs éagþyrles"
#: gtk/gtkmenuitem.c:364
#: gtk/gtkmenuitem.c:369
msgid "Amount of space used up by arrow, relative to the menu item's font size"
msgstr ""
#: gtk/gtkmenuitem.c:377
#: gtk/gtkmenuitem.c:382
msgid "Width in Characters"
msgstr ""
#: gtk/gtkmenuitem.c:378
#: gtk/gtkmenuitem.c:383
msgid "The minimum desired width of the menu item in characters"
msgstr ""
@@ -5289,7 +5289,7 @@ msgstr ""
msgid "The orientation of the tray"
msgstr ""
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:633
#, fuzzy
msgid "Has tooltip"
msgstr "Hæfþ Alpha"
@@ -5298,15 +5298,15 @@ msgstr "Hæfþ Alpha"
msgid "Whether this tray icon has a tooltip"
msgstr ""
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:654
msgid "Tooltip Text"
msgstr ""
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:655 gtk/gtkwidget.c:676
msgid "The contents of the tooltip for this widget"
msgstr ""
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:674
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:675
msgid "Tooltip markup"
msgstr ""
@@ -6393,282 +6393,282 @@ msgstr ""
msgid "Determines how the shadowed box around the viewport is drawn"
msgstr ""
#: gtk/gtkwidget.c:483
#: gtk/gtkwidget.c:484
msgid "Widget name"
msgstr "Wicgetnama"
#: gtk/gtkwidget.c:484
#: gtk/gtkwidget.c:485
msgid "The name of the widget"
msgstr ""
#: gtk/gtkwidget.c:490
#: gtk/gtkwidget.c:491
msgid "Parent widget"
msgstr ""
#: gtk/gtkwidget.c:491
#: gtk/gtkwidget.c:492
msgid "The parent widget of this widget. Must be a Container widget"
msgstr ""
#: gtk/gtkwidget.c:498
#: gtk/gtkwidget.c:499
msgid "Width request"
msgstr ""
#: gtk/gtkwidget.c:499
#: gtk/gtkwidget.c:500
msgid ""
"Override for width request of the widget, or -1 if natural request should be "
"used"
msgstr ""
#: gtk/gtkwidget.c:507
#: gtk/gtkwidget.c:508
msgid "Height request"
msgstr ""
#: gtk/gtkwidget.c:508
#: gtk/gtkwidget.c:509
msgid ""
"Override for height request of the widget, or -1 if natural request should "
"be used"
msgstr ""
#: gtk/gtkwidget.c:517
#: gtk/gtkwidget.c:518
msgid "Whether the widget is visible"
msgstr ""
#: gtk/gtkwidget.c:524
#: gtk/gtkwidget.c:525
msgid "Whether the widget responds to input"
msgstr ""
#: gtk/gtkwidget.c:530
#: gtk/gtkwidget.c:531
msgid "Application paintable"
msgstr ""
#: gtk/gtkwidget.c:531
#: gtk/gtkwidget.c:532
msgid "Whether the application will paint directly on the widget"
msgstr ""
#: gtk/gtkwidget.c:537
#: gtk/gtkwidget.c:538
msgid "Can focus"
msgstr ""
#: gtk/gtkwidget.c:538
#: gtk/gtkwidget.c:539
msgid "Whether the widget can accept the input focus"
msgstr ""
#: gtk/gtkwidget.c:544
#: gtk/gtkwidget.c:545
msgid "Has focus"
msgstr ""
#: gtk/gtkwidget.c:545
#: gtk/gtkwidget.c:546
msgid "Whether the widget has the input focus"
msgstr ""
#: gtk/gtkwidget.c:551
#: gtk/gtkwidget.c:552
msgid "Is focus"
msgstr ""
#: gtk/gtkwidget.c:552
#: gtk/gtkwidget.c:553
msgid "Whether the widget is the focus widget within the toplevel"
msgstr ""
#: gtk/gtkwidget.c:558
#: gtk/gtkwidget.c:559
msgid "Can default"
msgstr ""
#: gtk/gtkwidget.c:559
#: gtk/gtkwidget.c:560
msgid "Whether the widget can be the default widget"
msgstr ""
#: gtk/gtkwidget.c:565
#: gtk/gtkwidget.c:566
msgid "Has default"
msgstr ""
#: gtk/gtkwidget.c:566
#: gtk/gtkwidget.c:567
msgid "Whether the widget is the default widget"
msgstr ""
#: gtk/gtkwidget.c:572
#: gtk/gtkwidget.c:573
msgid "Receives default"
msgstr ""
#: gtk/gtkwidget.c:573
#: gtk/gtkwidget.c:574
msgid "If TRUE, the widget will receive the default action when it is focused"
msgstr ""
#: gtk/gtkwidget.c:579
#: gtk/gtkwidget.c:580
msgid "Composite child"
msgstr ""
#: gtk/gtkwidget.c:580
#: gtk/gtkwidget.c:581
msgid "Whether the widget is part of a composite widget"
msgstr ""
#: gtk/gtkwidget.c:586
#: gtk/gtkwidget.c:587
msgid "Style"
msgstr ""
#: gtk/gtkwidget.c:587
#: gtk/gtkwidget.c:588
msgid ""
"The style of the widget, which contains information about how it will look "
"(colors etc)"
msgstr ""
#: gtk/gtkwidget.c:593
#: gtk/gtkwidget.c:594
msgid "Events"
msgstr ""
#: gtk/gtkwidget.c:594
#: gtk/gtkwidget.c:595
msgid "The event mask that decides what kind of GdkEvents this widget gets"
msgstr ""
#: gtk/gtkwidget.c:601
#: gtk/gtkwidget.c:602
msgid "Extension events"
msgstr ""
#: gtk/gtkwidget.c:602
#: gtk/gtkwidget.c:603
msgid "The mask that decides what kind of extension events this widget gets"
msgstr ""
#: gtk/gtkwidget.c:609
#: gtk/gtkwidget.c:610
msgid "No show all"
msgstr ""
#: gtk/gtkwidget.c:610
#: gtk/gtkwidget.c:611
msgid "Whether gtk_widget_show_all() should not affect this widget"
msgstr ""
#: gtk/gtkwidget.c:633
#: gtk/gtkwidget.c:634
msgid "Whether this widget has a tooltip"
msgstr ""
#: gtk/gtkwidget.c:689
#: gtk/gtkwidget.c:690
#, fuzzy
msgid "Window"
msgstr "Éagþyrelcynn"
#: gtk/gtkwidget.c:690
#: gtk/gtkwidget.c:691
msgid "The widget's window if it is realized"
msgstr ""
#: gtk/gtkwidget.c:2212
#: gtk/gtkwidget.c:2213
msgid "Interior Focus"
msgstr ""
#: gtk/gtkwidget.c:2213
#: gtk/gtkwidget.c:2214
msgid "Whether to draw the focus indicator inside widgets"
msgstr ""
#: gtk/gtkwidget.c:2219
#: gtk/gtkwidget.c:2220
msgid "Focus linewidth"
msgstr ""
#: gtk/gtkwidget.c:2220
#: gtk/gtkwidget.c:2221
msgid "Width, in pixels, of the focus indicator line"
msgstr ""
#: gtk/gtkwidget.c:2226
#: gtk/gtkwidget.c:2227
msgid "Focus line dash pattern"
msgstr ""
#: gtk/gtkwidget.c:2227
#: gtk/gtkwidget.c:2228
msgid "Dash pattern used to draw the focus indicator"
msgstr ""
#: gtk/gtkwidget.c:2232
#: gtk/gtkwidget.c:2233
msgid "Focus padding"
msgstr ""
#: gtk/gtkwidget.c:2233
#: gtk/gtkwidget.c:2234
msgid "Width, in pixels, between focus indicator and the widget 'box'"
msgstr ""
#: gtk/gtkwidget.c:2238
#: gtk/gtkwidget.c:2239
msgid "Cursor color"
msgstr ""
#: gtk/gtkwidget.c:2239
#: gtk/gtkwidget.c:2240
msgid "Color with which to draw insertion cursor"
msgstr ""
#: gtk/gtkwidget.c:2244
#: gtk/gtkwidget.c:2245
msgid "Secondary cursor color"
msgstr ""
#: gtk/gtkwidget.c:2245
#: gtk/gtkwidget.c:2246
msgid ""
"Color with which to draw the secondary insertion cursor when editing mixed "
"right-to-left and left-to-right text"
msgstr ""
#: gtk/gtkwidget.c:2250
#: gtk/gtkwidget.c:2251
msgid "Cursor line aspect ratio"
msgstr ""
#: gtk/gtkwidget.c:2251
#: gtk/gtkwidget.c:2252
msgid "Aspect ratio with which to draw insertion cursor"
msgstr ""
#: gtk/gtkwidget.c:2265
#: gtk/gtkwidget.c:2266
msgid "Draw Border"
msgstr ""
#: gtk/gtkwidget.c:2266
#: gtk/gtkwidget.c:2267
msgid "Size of areas outside the widget's allocation to draw"
msgstr ""
#: gtk/gtkwidget.c:2279
#: gtk/gtkwidget.c:2280
msgid "Unvisited Link Color"
msgstr ""
#: gtk/gtkwidget.c:2280
#: gtk/gtkwidget.c:2281
msgid "Color of unvisited links"
msgstr ""
#: gtk/gtkwidget.c:2293
#: gtk/gtkwidget.c:2294
msgid "Visited Link Color"
msgstr ""
#: gtk/gtkwidget.c:2294
#: gtk/gtkwidget.c:2295
msgid "Color of visited links"
msgstr ""
#: gtk/gtkwidget.c:2308
#: gtk/gtkwidget.c:2309
msgid "Wide Separators"
msgstr ""
#: gtk/gtkwidget.c:2309
#: gtk/gtkwidget.c:2310
msgid ""
"Whether separators have configurable width and should be drawn using a box "
"instead of a line"
msgstr ""
#: gtk/gtkwidget.c:2323
#: gtk/gtkwidget.c:2324
msgid "Separator Width"
msgstr ""
#: gtk/gtkwidget.c:2324
#: gtk/gtkwidget.c:2325
msgid "The width of separators if wide-separators is TRUE"
msgstr ""
#: gtk/gtkwidget.c:2338
#: gtk/gtkwidget.c:2339
msgid "Separator Height"
msgstr ""
#: gtk/gtkwidget.c:2339
#: gtk/gtkwidget.c:2340
msgid "The height of separators if \"wide-separators\" is TRUE"
msgstr ""
#: gtk/gtkwidget.c:2353
#: gtk/gtkwidget.c:2354
msgid "Horizontal Scroll Arrow Length"
msgstr ""
#: gtk/gtkwidget.c:2354
#: gtk/gtkwidget.c:2355
msgid "The length of horizontal scroll arrows"
msgstr ""
#: gtk/gtkwidget.c:2368
#: gtk/gtkwidget.c:2369
msgid "Vertical Scroll Arrow Length"
msgstr ""
#: gtk/gtkwidget.c:2369
#: gtk/gtkwidget.c:2370
msgid "The length of vertical scroll arrows"
msgstr ""
+88 -88
View File
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties.HEAD.ar\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
"POT-Creation-Date: 2009-08-29 00:07-0400\n"
"PO-Revision-Date: 2008-09-18 02:19+0300\n"
"Last-Translator: Anas Afif Emad <anas.e87@gmail.com>\n"
"Language-Team: Arabic <doc@arabeyes.org>\n"
@@ -260,7 +260,7 @@ msgid "A unique name for the action."
msgstr "اسم متفرّد للعملية."
#: gtk/gtkaction.c:198 gtk/gtkbutton.c:219 gtk/gtkexpander.c:195
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:300
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:305
#: gtk/gtktoolbutton.c:202
msgid "Label"
msgstr "عنوان"
@@ -368,7 +368,7 @@ msgid "When TRUE, empty menu proxies for this action are hidden."
msgstr "عندما يكون TRUE، تخفى قوائم البروكسي الفارغة لهذه العملية."
#: gtk/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193
#: gtk/gtkwidget.c:523
#: gtk/gtkwidget.c:524
msgid "Sensitive"
msgstr "حساس"
@@ -377,7 +377,7 @@ msgid "Whether the action is enabled."
msgstr "فيما إذا كانت العملية مفعلة."
#: gtk/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:517
msgid "Visible"
msgstr "مرئي"
@@ -552,7 +552,7 @@ msgstr "ظل السهم"
msgid "Appearance of the shadow surrounding the arrow"
msgstr "مظهر الظل المحيط بالسهم"
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:363
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:368
msgid "Arrow Scaling"
msgstr "مباعدة الأسهم"
@@ -783,12 +783,12 @@ msgid ""
msgstr "نص ودجة الشارة داخل الزر، إذا كان الزر يحوي كائن شارة"
#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388
#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209
#: gtk/gtkmenuitem.c:320 gtk/gtktoolbutton.c:209
msgid "Use underline"
msgstr "استخدام التسطير"
#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389
#: gtk/gtkmenuitem.c:316
#: gtk/gtkmenuitem.c:321
msgid ""
"If set, an underline in the text indicates the next character should be used "
"for the mnemonic accelerator key"
@@ -3285,7 +3285,7 @@ msgstr "اسم عنصر القائمة المحدد حالياً"
msgid "The accel group holding accelerators for the menu"
msgstr "المسرّع مجموعة accel للقائمة"
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:285
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:290
msgid "Accel Path"
msgstr "مسار Accel"
@@ -3480,42 +3480,42 @@ msgstr "التأخير قبل ظهور القائم المنحدرة"
msgid "Delay before the submenus of a menu bar appear"
msgstr "التأخير قبل أن تظهر القوائم المحوية لعمود قائمة"
#: gtk/gtkmenuitem.c:252
#: gtk/gtkmenuitem.c:257
msgid "Right Justified"
msgstr "مُحاذَى لليمين"
#: gtk/gtkmenuitem.c:253
#: gtk/gtkmenuitem.c:258
msgid ""
"Sets whether the menu item appears justified at the right side of a menu bar"
msgstr ""
"يضبط فيما إذا كان عنصر القائمة سيظهر محاذياً للجزء الأيمن من شريط القائمة"
#: gtk/gtkmenuitem.c:267
#: gtk/gtkmenuitem.c:272
msgid "Submenu"
msgstr "قائمة سفلية"
#: gtk/gtkmenuitem.c:268
#: gtk/gtkmenuitem.c:273
msgid "The submenu attached to the menu item, or NULL if it has none"
msgstr "القائمة السفلية الملصقة بعنصر القائمة، أو NULL إذا لم يكن لها شيء"
#: gtk/gtkmenuitem.c:286
#: gtk/gtkmenuitem.c:291
msgid "Sets the accelerator path of the menu item"
msgstr "يضبط مسار معجّل عناصر القائمة"
#: gtk/gtkmenuitem.c:301
#: gtk/gtkmenuitem.c:306
#, fuzzy
msgid "The text for the child label"
msgstr "نص الشارة"
#: gtk/gtkmenuitem.c:364
#: gtk/gtkmenuitem.c:369
msgid "Amount of space used up by arrow, relative to the menu item's font size"
msgstr "كمية الفضاء المستخدم من طرف السهم، نسبة إلى حجم خط عنصر القائمة"
#: gtk/gtkmenuitem.c:377
#: gtk/gtkmenuitem.c:382
msgid "Width in Characters"
msgstr "العرض بالحروف"
#: gtk/gtkmenuitem.c:378
#: gtk/gtkmenuitem.c:383
msgid "The minimum desired width of the menu item in characters"
msgstr "الحد الأدنى للعرض المطلوب لعنصر القائمة بالحروف"
@@ -5380,7 +5380,7 @@ msgstr "فيما إذا كانت أيقونة الحالة داخلية"
msgid "The orientation of the tray"
msgstr "إتجاه الطبق."
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:633
msgid "Has tooltip"
msgstr "له تلميحة"
@@ -5389,15 +5389,15 @@ msgstr "له تلميحة"
msgid "Whether this tray icon has a tooltip"
msgstr "إذا كان لهذه الودجة تلميحة"
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:654
msgid "Tooltip Text"
msgstr "نص التلميحة"
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:655 gtk/gtkwidget.c:676
msgid "The contents of the tooltip for this widget"
msgstr "نص تلميحة لهذه الودجة"
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:674
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:675
msgid "Tooltip markup"
msgstr "خصائص التلميحة "
@@ -6499,205 +6499,205 @@ msgstr "GtkAdjustment المحدّد لقيم الموقع العمودي لمن
msgid "Determines how the shadowed box around the viewport is drawn"
msgstr "يحدّد كيفيّة رسم الصندوق المضلّل حول منفذ المشهد"
#: gtk/gtkwidget.c:483
#: gtk/gtkwidget.c:484
msgid "Widget name"
msgstr "اسم الودجة"
#: gtk/gtkwidget.c:484
#: gtk/gtkwidget.c:485
msgid "The name of the widget"
msgstr "اسم الودجة"
#: gtk/gtkwidget.c:490
#: gtk/gtkwidget.c:491
msgid "Parent widget"
msgstr "الودجة الأب"
#: gtk/gtkwidget.c:491
#: gtk/gtkwidget.c:492
msgid "The parent widget of this widget. Must be a Container widget"
msgstr "الودجة الأب لهذه الودجة. يجب أن يكون ودجة حاوية"
#: gtk/gtkwidget.c:498
#: gtk/gtkwidget.c:499
msgid "Width request"
msgstr "طلب عرض"
#: gtk/gtkwidget.c:499
#: gtk/gtkwidget.c:500
msgid ""
"Override for width request of the widget, or -1 if natural request should be "
"used"
msgstr "طلب تنميق لعرض الودجة، أو -1 إذا وجب استخدام طلب اعتيادي"
#: gtk/gtkwidget.c:507
#: gtk/gtkwidget.c:508
msgid "Height request"
msgstr "طلب ارتفاع"
#: gtk/gtkwidget.c:508
#: gtk/gtkwidget.c:509
msgid ""
"Override for height request of the widget, or -1 if natural request should "
"be used"
msgstr "طلب تنميق لإرتفاع الودجة، أو -1 إذا وجب استخدام طلب اعتيادي"
#: gtk/gtkwidget.c:517
#: gtk/gtkwidget.c:518
msgid "Whether the widget is visible"
msgstr "ما إذا كان الكائن ظاهرا"
#: gtk/gtkwidget.c:524
#: gtk/gtkwidget.c:525
msgid "Whether the widget responds to input"
msgstr "ما إذا كان الكائن يرد على الإدخال"
#: gtk/gtkwidget.c:530
#: gtk/gtkwidget.c:531
msgid "Application paintable"
msgstr "التطبيق قابل للرسم"
#: gtk/gtkwidget.c:531
#: gtk/gtkwidget.c:532
msgid "Whether the application will paint directly on the widget"
msgstr "ما إذا كان التطبيق سيرسم مباشرة على الودجة"
#: gtk/gtkwidget.c:537
#: gtk/gtkwidget.c:538
msgid "Can focus"
msgstr "ممكن تلقي البؤرة"
#: gtk/gtkwidget.c:538
#: gtk/gtkwidget.c:539
msgid "Whether the widget can accept the input focus"
msgstr "ما إذا كان بقدرة الكائن قبول بؤرة الإدخال"
#: gtk/gtkwidget.c:544
#: gtk/gtkwidget.c:545
msgid "Has focus"
msgstr "له بؤرة"
#: gtk/gtkwidget.c:545
#: gtk/gtkwidget.c:546
msgid "Whether the widget has the input focus"
msgstr "ما إذا كان الكائن له بؤرة الإدخال"
#: gtk/gtkwidget.c:551
#: gtk/gtkwidget.c:552
msgid "Is focus"
msgstr "هو تركيز"
#: gtk/gtkwidget.c:552
#: gtk/gtkwidget.c:553
msgid "Whether the widget is the focus widget within the toplevel"
msgstr "ما إذا كانت الودجة هي ودجة التركيز ضمن المستوى الأعلى"
#: gtk/gtkwidget.c:558
#: gtk/gtkwidget.c:559
msgid "Can default"
msgstr "ممكن الافتراض"
#: gtk/gtkwidget.c:559
#: gtk/gtkwidget.c:560
msgid "Whether the widget can be the default widget"
msgstr "ما إذا كانت الودجة ستصبح الودجة الافتراضية"
#: gtk/gtkwidget.c:565
#: gtk/gtkwidget.c:566
msgid "Has default"
msgstr "له افتراض"
#: gtk/gtkwidget.c:566
#: gtk/gtkwidget.c:567
msgid "Whether the widget is the default widget"
msgstr "ما إذا كانت الودجة هي الودجة الافتراضية"
#: gtk/gtkwidget.c:572
#: gtk/gtkwidget.c:573
msgid "Receives default"
msgstr "استقبال الافتراض"
#: gtk/gtkwidget.c:573
#: gtk/gtkwidget.c:574
msgid "If TRUE, the widget will receive the default action when it is focused"
msgstr "إذا كان TRUE، فستتلقى الودجة الحدث الافتراضي عند تركيزها"
#: gtk/gtkwidget.c:579
#: gtk/gtkwidget.c:580
msgid "Composite child"
msgstr "ابن مركب"
#: gtk/gtkwidget.c:580
#: gtk/gtkwidget.c:581
msgid "Whether the widget is part of a composite widget"
msgstr "ما إذا كانت الودجة جزء من ودجة مركبة"
#: gtk/gtkwidget.c:586
#: gtk/gtkwidget.c:587
msgid "Style"
msgstr "نمط"
#: gtk/gtkwidget.c:587
#: gtk/gtkwidget.c:588
msgid ""
"The style of the widget, which contains information about how it will look "
"(colors etc)"
msgstr "أسلوب الودجة، المحتوية على معلومات حول مظهرها (الألوان الخ)"
#: gtk/gtkwidget.c:593
#: gtk/gtkwidget.c:594
msgid "Events"
msgstr "أحداث"
#: gtk/gtkwidget.c:594
#: gtk/gtkwidget.c:595
msgid "The event mask that decides what kind of GdkEvents this widget gets"
msgstr "غلاف الأحداث الدي يحدّد أي نوع من GdkEvents ستتلقى هذه الودجة"
#: gtk/gtkwidget.c:601
#: gtk/gtkwidget.c:602
msgid "Extension events"
msgstr "أحداث امتداد"
#: gtk/gtkwidget.c:602
#: gtk/gtkwidget.c:603
msgid "The mask that decides what kind of extension events this widget gets"
msgstr "الغلاف الذي يحدّد أي إمتدادات الأحداث ستتلقّى هذه الودجة"
#: gtk/gtkwidget.c:609
#: gtk/gtkwidget.c:610
msgid "No show all"
msgstr "لا عرض للكل"
#: gtk/gtkwidget.c:610
#: gtk/gtkwidget.c:611
msgid "Whether gtk_widget_show_all() should not affect this widget"
msgstr "فيما إذا لن يؤثّر gtk_widget_show_all() هذه الودجة"
#: gtk/gtkwidget.c:633
#: gtk/gtkwidget.c:634
msgid "Whether this widget has a tooltip"
msgstr "إذا كان لهذه الودجة تلميحة"
#: gtk/gtkwidget.c:689
#: gtk/gtkwidget.c:690
msgid "Window"
msgstr "نافذة"
#: gtk/gtkwidget.c:690
#: gtk/gtkwidget.c:691
msgid "The widget's window if it is realized"
msgstr "نافذة الودجة عند تحقيقها"
#: gtk/gtkwidget.c:2212
#: gtk/gtkwidget.c:2213
msgid "Interior Focus"
msgstr "بؤرة داخلية"
#: gtk/gtkwidget.c:2213
#: gtk/gtkwidget.c:2214
msgid "Whether to draw the focus indicator inside widgets"
msgstr "ما إذا يرسم مؤشر التركيز داخل الودجات"
#: gtk/gtkwidget.c:2219
#: gtk/gtkwidget.c:2220
msgid "Focus linewidth"
msgstr "عرض خط البؤرة"
#: gtk/gtkwidget.c:2220
#: gtk/gtkwidget.c:2221
msgid "Width, in pixels, of the focus indicator line"
msgstr "العرض بالبكسلات لسطر مؤشر التركيز"
#: gtk/gtkwidget.c:2226
#: gtk/gtkwidget.c:2227
msgid "Focus line dash pattern"
msgstr "خط البؤرة بالنقش المتقطع"
#: gtk/gtkwidget.c:2227
#: gtk/gtkwidget.c:2228
msgid "Dash pattern used to draw the focus indicator"
msgstr "نمط الخط الفاصل المستعمل لرسم مؤشر التكيز"
#: gtk/gtkwidget.c:2232
#: gtk/gtkwidget.c:2233
msgid "Focus padding"
msgstr "حشو البؤرة"
#: gtk/gtkwidget.c:2233
#: gtk/gtkwidget.c:2234
msgid "Width, in pixels, between focus indicator and the widget 'box'"
msgstr "العرض بالبكسلات بين مؤشر التركيز و ودجة 'صندوق'"
#: gtk/gtkwidget.c:2238
#: gtk/gtkwidget.c:2239
msgid "Cursor color"
msgstr "لون المؤشر"
#: gtk/gtkwidget.c:2239
#: gtk/gtkwidget.c:2240
msgid "Color with which to draw insertion cursor"
msgstr "اللون الذي يتم به رسم مؤشر ا?دخال"
#: gtk/gtkwidget.c:2244
#: gtk/gtkwidget.c:2245
msgid "Secondary cursor color"
msgstr "مؤشر ا?دخال الثانوي"
#: gtk/gtkwidget.c:2245
#: gtk/gtkwidget.c:2246
msgid ""
"Color with which to draw the secondary insertion cursor when editing mixed "
"right-to-left and left-to-right text"
@@ -6705,77 +6705,77 @@ msgstr ""
"اللون الذي سيرسم يه مؤشر الإدخال الثانوي عند تحرير نص مختلط من اليمين إلى "
"اليسار و من اليسار إلى اليمين"
#: gtk/gtkwidget.c:2250
#: gtk/gtkwidget.c:2251
msgid "Cursor line aspect ratio"
msgstr "نسبة الطول للعرض لمؤشر السطر"
#: gtk/gtkwidget.c:2251
#: gtk/gtkwidget.c:2252
msgid "Aspect ratio with which to draw insertion cursor"
msgstr "نسبة الطول للعرض التي سيرسم بها مؤشر إدخال."
#: gtk/gtkwidget.c:2265
#: gtk/gtkwidget.c:2266
msgid "Draw Border"
msgstr "ارسم الحدّ"
#: gtk/gtkwidget.c:2266
#: gtk/gtkwidget.c:2267
msgid "Size of areas outside the widget's allocation to draw"
msgstr "حجم المساحات المرسومة خارج مكان الودجة "
#: gtk/gtkwidget.c:2279
#: gtk/gtkwidget.c:2280
msgid "Unvisited Link Color"
msgstr "لون الوصلة غير المزارة"
#: gtk/gtkwidget.c:2280
#: gtk/gtkwidget.c:2281
msgid "Color of unvisited links"
msgstr "لون الوصلات غير المزارة"
#: gtk/gtkwidget.c:2293
#: gtk/gtkwidget.c:2294
msgid "Visited Link Color"
msgstr "لون الوصلة المزارة"
#: gtk/gtkwidget.c:2294
#: gtk/gtkwidget.c:2295
msgid "Color of visited links"
msgstr "لون الوصلات المزارة"
#: gtk/gtkwidget.c:2308
#: gtk/gtkwidget.c:2309
msgid "Wide Separators"
msgstr "فواصل عريضة"
#: gtk/gtkwidget.c:2309
#: gtk/gtkwidget.c:2310
msgid ""
"Whether separators have configurable width and should be drawn using a box "
"instead of a line"
msgstr "إذا كان للفواصل عرض متغير مرسوم باستعمال علبة عوضا عن خط"
#: gtk/gtkwidget.c:2323
#: gtk/gtkwidget.c:2324
msgid "Separator Width"
msgstr "عرض الفاصل"
#: gtk/gtkwidget.c:2324
#: gtk/gtkwidget.c:2325
msgid "The width of separators if wide-separators is TRUE"
msgstr "عرض الفواصل إذا كان wide-separators محددا بـ TRUE"
#: gtk/gtkwidget.c:2338
#: gtk/gtkwidget.c:2339
msgid "Separator Height"
msgstr "ارتفاع الفاصل"
#: gtk/gtkwidget.c:2339
#: gtk/gtkwidget.c:2340
msgid "The height of separators if \"wide-separators\" is TRUE"
msgstr "ارتفاع الفواصل إذا كان \"wide-separators\" محددا بـ TRUE"
#: gtk/gtkwidget.c:2353
#: gtk/gtkwidget.c:2354
msgid "Horizontal Scroll Arrow Length"
msgstr "طول أسهم شريط التدرج الأفقي"
#: gtk/gtkwidget.c:2354
#: gtk/gtkwidget.c:2355
msgid "The length of horizontal scroll arrows"
msgstr "طول أسهم شريط التدرج الأفقي"
#: gtk/gtkwidget.c:2368
#: gtk/gtkwidget.c:2369
msgid "Vertical Scroll Arrow Length"
msgstr "طول أسهم شريط التدرج العمودي"
#: gtk/gtkwidget.c:2369
#: gtk/gtkwidget.c:2370
msgid "The length of vertical scroll arrows"
msgstr "عرض أسهم شريط التدرج العمودي"
+88 -88
View File
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: as\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
"POT-Creation-Date: 2009-08-29 00:07-0400\n"
"PO-Revision-Date: 2009-03-16 17:51+0530\n"
"Last-Translator: Amitakhya Phukan <aphukan@fedoraproject.org>\n"
"Language-Team: American English <fedora-trans-as@redhat.com>\n"
@@ -259,7 +259,7 @@ msgid "A unique name for the action."
msgstr "এই কামৰ বাবে এটা অদ্বিতীয় নাম ।"
#: gtk/gtkaction.c:198 gtk/gtkbutton.c:219 gtk/gtkexpander.c:195
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:300
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:305
#: gtk/gtktoolbutton.c:202
msgid "Label"
msgstr "লেবেল"
@@ -362,7 +362,7 @@ msgid "When TRUE, empty menu proxies for this action are hidden."
msgstr "TRUE হ'লে এই কামৰ ৰিক্ত তালিকা নিযুক্তকক লুকাই ৰখা হয় ।"
#: gtk/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193
#: gtk/gtkwidget.c:523
#: gtk/gtkwidget.c:524
msgid "Sensitive"
msgstr "সংবেদনশীল"
@@ -371,7 +371,7 @@ msgid "Whether the action is enabled."
msgstr "কামটো সক্ৰিয় হয় নে নহয়"
#: gtk/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:517
msgid "Visible"
msgstr "দৃশ্যমান"
@@ -550,7 +550,7 @@ msgstr "নিৰ্দেশকৰ ছাঁ"
msgid "Appearance of the shadow surrounding the arrow"
msgstr "কাঁড় চিহ্নৰ কাষত থকা ছাঁৰ চেহেৰা"
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:363
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:368
msgid "Arrow Scaling"
msgstr "কাঁড়ৰ Scaling"
@@ -784,12 +784,12 @@ msgid ""
msgstr "যদি বুটামত কোনো লেবেল উইজেট থাকে, তেন্তে এই উইজেটৰ লিখিত শব্দ"
#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388
#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209
#: gtk/gtkmenuitem.c:320 gtk/gtktoolbutton.c:209
msgid "Use underline"
msgstr "নিম্নৰেখাঙ্কন কৰক"
#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389
#: gtk/gtkmenuitem.c:316
#: gtk/gtkmenuitem.c:321
msgid ""
"If set, an underline in the text indicates the next character should be used "
"for the mnemonic accelerator key"
@@ -3330,7 +3330,7 @@ msgstr "বৰ্তমানে বাছাইকৃত ফাইলনাম"
msgid "The accel group holding accelerators for the menu"
msgstr "এই লেবেলেৰ নেমোনিক গতিবৰ্ধক কী (Key)"
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:285
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:290
msgid "Accel Path"
msgstr "Accel Path"
@@ -3528,45 +3528,45 @@ msgstr "ড্ৰপ ড্ৰাউন তালিকা দেখা দে
msgid "Delay before the submenus of a menu bar appear"
msgstr "মেনুবাৰৰ পৰা কোন সাবমেনু দেখা দেয়াৰ পূৰ্বে বিলম্ব"
#: gtk/gtkmenuitem.c:252
#: gtk/gtkmenuitem.c:257
msgid "Right Justified"
msgstr "Right Justified"
#: gtk/gtkmenuitem.c:253
#: gtk/gtkmenuitem.c:258
msgid ""
"Sets whether the menu item appears justified at the right side of a menu bar"
msgstr ""
"Sets whether the menu item appears justified at the right side of a menu bar"
#: gtk/gtkmenuitem.c:267
#: gtk/gtkmenuitem.c:272
msgid "Submenu"
msgstr "Submenu"
#: gtk/gtkmenuitem.c:268
#: gtk/gtkmenuitem.c:273
msgid "The submenu attached to the menu item, or NULL if it has none"
msgstr "The submenu attached to the menu item, or NULL if it has none"
#: gtk/gtkmenuitem.c:286
#: gtk/gtkmenuitem.c:291
msgid "Sets the accelerator path of the menu item"
msgstr "Sets the accelerator path of the menu item"
#
#: gtk/gtkmenuitem.c:301
#: gtk/gtkmenuitem.c:306
msgid "The text for the child label"
msgstr "লেবেলেৰ টেক্সট"
#
#: gtk/gtkmenuitem.c:364
#: gtk/gtkmenuitem.c:369
msgid "Amount of space used up by arrow, relative to the menu item's font size"
msgstr "সৰ্বমোট"
#
#: gtk/gtkmenuitem.c:377
#: gtk/gtkmenuitem.c:382
msgid "Width in Characters"
msgstr "অক্ষৰ হিচাপে প্ৰস্থ"
#
#: gtk/gtkmenuitem.c:378
#: gtk/gtkmenuitem.c:383
msgid "The minimum desired width of the menu item in characters"
msgstr "অক্ষৰ হিচাপে লেবেলেৰ আকাঙ্খিত প্ৰস্থ"
@@ -5475,7 +5475,7 @@ msgstr "হলো"
msgid "The orientation of the tray"
msgstr "সৰ্বমোট"
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:633
msgid "Has tooltip"
msgstr "Has tooltip"
@@ -5484,15 +5484,15 @@ msgstr "Has tooltip"
msgid "Whether this tray icon has a tooltip"
msgstr "এই ট্যাগ (tag) ফন্ট আকাৰকে প্ৰভাবিত কৰে নে নাই"
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:654
msgid "Tooltip Text"
msgstr "টুলটিপ Text"
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:655 gtk/gtkwidget.c:676
msgid "The contents of the tooltip for this widget"
msgstr "সৰ্বমোট উল্লিখিত সময় অবধি"
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:674
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:675
msgid "Tooltip markup"
msgstr "টুলটিপ"
@@ -6602,27 +6602,27 @@ msgstr "ভিউপোৰ্টেৰ উলম্ব অবস্থান ন
msgid "Determines how the shadowed box around the viewport is drawn"
msgstr "শ্যাডো বাক্স'ৰ চাৰপাশে কিভাবে ভিউপোৰ্ট আঁকা হ'ব তা নিৰ্ধাৰণ কৰে"
#: gtk/gtkwidget.c:483
#: gtk/gtkwidget.c:484
msgid "Widget name"
msgstr "উইজেটেৰ নাম"
#: gtk/gtkwidget.c:484
#: gtk/gtkwidget.c:485
msgid "The name of the widget"
msgstr "উইজেটেৰ নাম"
#: gtk/gtkwidget.c:490
#: gtk/gtkwidget.c:491
msgid "Parent widget"
msgstr "পেৰেন্ট উইজেট"
#: gtk/gtkwidget.c:491
#: gtk/gtkwidget.c:492
msgid "The parent widget of this widget. Must be a Container widget"
msgstr "এই উইজেটেৰ পেৰেন্ট উইজেট। এটিকে অবশ্যই এটা কনটেইনাৰ উইজেট হতে হ'ব"
#: gtk/gtkwidget.c:498
#: gtk/gtkwidget.c:499
msgid "Width request"
msgstr "প্ৰস্থেৰ বাবে অনুৰোধ"
#: gtk/gtkwidget.c:499
#: gtk/gtkwidget.c:500
msgid ""
"Override for width request of the widget, or -1 if natural request should be "
"used"
@@ -6630,11 +6630,11 @@ msgstr ""
"উইজেটেৰ প্ৰস্থ বিষয়ক আবেদন অগ্ৰাহ্যকাৰী মান; ইয়াৰ মান -১ হলে স্বাভাবিক আবেদন "
"অনুমোদন কৰা হ'ব"
#: gtk/gtkwidget.c:507
#: gtk/gtkwidget.c:508
msgid "Height request"
msgstr "উচ্চতাৰ বাবে অনুৰোধ"
#: gtk/gtkwidget.c:508
#: gtk/gtkwidget.c:509
msgid ""
"Override for height request of the widget, or -1 if natural request should "
"be used"
@@ -6642,171 +6642,171 @@ msgstr ""
"উইজেটেৰ দৈৰ্ঘ্য বিষয়ক আবেদন অগ্ৰাহ্যকাৰী মান; ইয়াৰ মান -১ হলে স্বাভাবিক আবেদন "
"অনুমোদন কৰা হ'ব"
#: gtk/gtkwidget.c:517
#: gtk/gtkwidget.c:518
msgid "Whether the widget is visible"
msgstr "উইজেট দৃশ্যমান নে নাই"
#: gtk/gtkwidget.c:524
#: gtk/gtkwidget.c:525
msgid "Whether the widget responds to input"
msgstr "ইনপুটেৰ প্ৰতি উইজেট সাড়া দেয় নে নাই"
#: gtk/gtkwidget.c:530
#: gtk/gtkwidget.c:531
msgid "Application paintable"
msgstr "আঁকাৰযোগ্য অ্যাপলিকেশন"
#: gtk/gtkwidget.c:531
#: gtk/gtkwidget.c:532
msgid "Whether the application will paint directly on the widget"
msgstr "অ্যাপলিকেশনটি সৰাসৰি উইজেটে আঁকবে নে নাই"
#: gtk/gtkwidget.c:537
#: gtk/gtkwidget.c:538
msgid "Can focus"
msgstr "ফোকাস কৰতে পাৰে"
#: gtk/gtkwidget.c:538
#: gtk/gtkwidget.c:539
msgid "Whether the widget can accept the input focus"
msgstr "উইজেটটি ইনপুটেৰ ফ'কাচ গ্ৰহণ কৰতে পাৰে নে নাই"
#: gtk/gtkwidget.c:544
#: gtk/gtkwidget.c:545
msgid "Has focus"
msgstr "ফোকাস আছে"
#: gtk/gtkwidget.c:545
#: gtk/gtkwidget.c:546
msgid "Whether the widget has the input focus"
msgstr "উইজেটটিৰ ইনপুট ফ'কাচ আছে নে নাই"
#: gtk/gtkwidget.c:551
#: gtk/gtkwidget.c:552
msgid "Is focus"
msgstr "ফোকাস"
#: gtk/gtkwidget.c:552
#: gtk/gtkwidget.c:553
msgid "Whether the widget is the focus widget within the toplevel"
msgstr "উইজেটটি সৰ্বোচ্চ স্তৰেৰ ফ'কাচ উইজেট নে নাই"
#: gtk/gtkwidget.c:558
#: gtk/gtkwidget.c:559
msgid "Can default"
msgstr "অবিকল্পিত হতে পাৰে"
#: gtk/gtkwidget.c:559
#: gtk/gtkwidget.c:560
msgid "Whether the widget can be the default widget"
msgstr "উইজেটটি অবিকল্পিত উইজেট হতে পাৰবে নে নাই"
#: gtk/gtkwidget.c:565
#: gtk/gtkwidget.c:566
msgid "Has default"
msgstr "অবিকল্পিত আছে"
#: gtk/gtkwidget.c:566
#: gtk/gtkwidget.c:567
msgid "Whether the widget is the default widget"
msgstr "উইজেটটি অবিকল্পিত উইজেট নে নাই"
#: gtk/gtkwidget.c:572
#: gtk/gtkwidget.c:573
msgid "Receives default"
msgstr "অবিকল্পিত গ্ৰহণ কৰে"
#: gtk/gtkwidget.c:573
#: gtk/gtkwidget.c:574
msgid "If TRUE, the widget will receive the default action when it is focused"
msgstr "যদি TRUE হয় তেন্তে ফোকাসকৃত অবস্থায় উইজেটটি অবিকল্পিত অ্যাকশন গ্ৰহণ কৰবে"
#: gtk/gtkwidget.c:579
#: gtk/gtkwidget.c:580
msgid "Composite child"
msgstr "কম্পোসিট চাইল্ড"
#: gtk/gtkwidget.c:580
#: gtk/gtkwidget.c:581
msgid "Whether the widget is part of a composite widget"
msgstr "উইজেটটি কোন কম্পোসিট চাইল্ডৰ অংশ নে নাই"
#: gtk/gtkwidget.c:586
#: gtk/gtkwidget.c:587
msgid "Style"
msgstr "বিন্যাস"
#: gtk/gtkwidget.c:587
#: gtk/gtkwidget.c:588
msgid ""
"The style of the widget, which contains information about how it will look "
"(colors etc)"
msgstr "উইজেটেৰ ধৰন, যা উইজেটেৰ চেহাৰা সংক্ৰান্ত তথ্য ধাৰণ কৰে (ৰং ইত্যাদি)"
#: gtk/gtkwidget.c:593
#: gtk/gtkwidget.c:594
msgid "Events"
msgstr "ঘটনাসমূহ "
#: gtk/gtkwidget.c:594
#: gtk/gtkwidget.c:595
msgid "The event mask that decides what kind of GdkEvents this widget gets"
msgstr ""
"যি ইভেন্ট মাস্কটি নিৰ্ধাৰণ কৰে এই উইজেটটি কি ধৰনেৰ GdkEvents গ্ৰহণ কৰতে পাৰে"
#: gtk/gtkwidget.c:601
#: gtk/gtkwidget.c:602
msgid "Extension events"
msgstr "বৰ্ধিত ইভেন্ট"
#: gtk/gtkwidget.c:602
#: gtk/gtkwidget.c:603
msgid "The mask that decides what kind of extension events this widget gets"
msgstr "যি মাস্কটি নিৰ্ধাৰণ কৰে এই উইজেটটি কি ধৰনেৰ বৰ্ধিত ইভেন্ট গ্ৰহণ কৰতে পাৰে"
#: gtk/gtkwidget.c:609
#: gtk/gtkwidget.c:610
msgid "No show all"
msgstr "সবকিছু দেখাও অকেজো"
#: gtk/gtkwidget.c:610
#: gtk/gtkwidget.c:611
msgid "Whether gtk_widget_show_all() should not affect this widget"
msgstr "gtk_widget_show_all() এই উইজেটকে প্ৰভাবিত কৰবে না নে নাই"
#: gtk/gtkwidget.c:633
#: gtk/gtkwidget.c:634
msgid "Whether this widget has a tooltip"
msgstr "Whether this widget has a tooltip"
#
#: gtk/gtkwidget.c:689
#: gtk/gtkwidget.c:690
msgid "Window"
msgstr "সংযোগ পথ"
#: gtk/gtkwidget.c:690
#: gtk/gtkwidget.c:691
msgid "The widget's window if it is realized"
msgstr "The widget's window if it is realized"
#: gtk/gtkwidget.c:2212
#: gtk/gtkwidget.c:2213
msgid "Interior Focus"
msgstr "অভ্যন্তৰীণ ফোকাস"
#: gtk/gtkwidget.c:2213
#: gtk/gtkwidget.c:2214
msgid "Whether to draw the focus indicator inside widgets"
msgstr "ফোকাস নিৰ্দেশকটি উইজেটেৰ ভেতৰ আঁকা হ'ব নে নাই"
#: gtk/gtkwidget.c:2219
#: gtk/gtkwidget.c:2220
msgid "Focus linewidth"
msgstr "ফোকাসেৰ লাইনব্যাপ্তি"
#: gtk/gtkwidget.c:2220
#: gtk/gtkwidget.c:2221
msgid "Width, in pixels, of the focus indicator line"
msgstr "পিক্সেল হিচাপে ফ'কাচ নিৰ্দেশক লাইনেৰ প্ৰস্থ"
#: gtk/gtkwidget.c:2226
#: gtk/gtkwidget.c:2227
msgid "Focus line dash pattern"
msgstr "ফোকাস লাইনেৰ ড্যাশ পেটাৰ্ন"
#: gtk/gtkwidget.c:2227
#: gtk/gtkwidget.c:2228
msgid "Dash pattern used to draw the focus indicator"
msgstr "ফোকাস নিৰ্দেশক আঁকতে যি ধৰনেৰ ড্যাশ পেটাৰ্ন আঁকতে হ'ব"
#: gtk/gtkwidget.c:2232
#: gtk/gtkwidget.c:2233
msgid "Focus padding"
msgstr "ফোকাস পেডিং"
#: gtk/gtkwidget.c:2233
#: gtk/gtkwidget.c:2234
msgid "Width, in pixels, between focus indicator and the widget 'box'"
msgstr "পিক্সেল হিচাপে ফ'কাচ নিৰ্দেশক আৰু উইজেট 'বক্সৰ' মধ্যবৰ্তী স্থানেৰ প্ৰস্থ"
#: gtk/gtkwidget.c:2238
#: gtk/gtkwidget.c:2239
msgid "Cursor color"
msgstr "কাৰ্সাৰেৰ ৰং "
#: gtk/gtkwidget.c:2239
#: gtk/gtkwidget.c:2240
msgid "Color with which to draw insertion cursor"
msgstr "অক্ষৰ ভৰোৱাৰ (Insertion) কাৰ্সাৰ আঁকতে যি ৰং ব্যৱহৃত হ'ব"
#: gtk/gtkwidget.c:2244
#: gtk/gtkwidget.c:2245
msgid "Secondary cursor color"
msgstr "কাৰ্সাৰ আঁকায় ব্যৱহৃত দ্বিতীয় ৰং"
#: gtk/gtkwidget.c:2245
#: gtk/gtkwidget.c:2246
msgid ""
"Color with which to draw the secondary insertion cursor when editing mixed "
"right-to-left and left-to-right text"
@@ -6814,43 +6814,43 @@ msgstr ""
"ডান-থেকে-বাম এবং বাম-থেকে-ডান এ লেখায় হয় ইয়াৰকম টেক্সটৰ মিশ্ৰণ এডিট কৰাৰ সময় "
"অক্ষৰ ভৰোৱাৰ (Insertion) কাৰ্সাৰ আঁকতে যি ৰং ব্যৱহৃত হ'ব"
#: gtk/gtkwidget.c:2250
#: gtk/gtkwidget.c:2251
msgid "Cursor line aspect ratio"
msgstr "কাৰ্সাৰ লাইনেৰ আবয়ব অনুপাত"
#: gtk/gtkwidget.c:2251
#: gtk/gtkwidget.c:2252
msgid "Aspect ratio with which to draw insertion cursor"
msgstr "যি আবয়ব অনুপাতে অক্ষৰ ভৰোৱাৰ (Insertion) কাৰ্সাৰ আঁকা হ'ব"
#: gtk/gtkwidget.c:2265
#: gtk/gtkwidget.c:2266
msgid "Draw Border"
msgstr "প্ৰান্ত আঁকো"
#: gtk/gtkwidget.c:2266
#: gtk/gtkwidget.c:2267
msgid "Size of areas outside the widget's allocation to draw"
msgstr "উইজেটেৰ বৰাদ্দকৃত অংশেৰ বাইৰে যিখানে আঁকা হ'ব তাৰ আকাৰ"
#: gtk/gtkwidget.c:2279
#: gtk/gtkwidget.c:2280
msgid "Unvisited Link Color"
msgstr "সংযোগ"
#: gtk/gtkwidget.c:2280
#: gtk/gtkwidget.c:2281
msgid "Color of unvisited links"
msgstr "সৰ্বমোট"
#: gtk/gtkwidget.c:2293
#: gtk/gtkwidget.c:2294
msgid "Visited Link Color"
msgstr "পৰিদৰ্শিত সংযোগেৰ ৰং"
#: gtk/gtkwidget.c:2294
#: gtk/gtkwidget.c:2295
msgid "Color of visited links"
msgstr "সৰ্বমোট"
#: gtk/gtkwidget.c:2308
#: gtk/gtkwidget.c:2309
msgid "Wide Separators"
msgstr "Wide Separators"
#: gtk/gtkwidget.c:2309
#: gtk/gtkwidget.c:2310
msgid ""
"Whether separators have configurable width and should be drawn using a box "
"instead of a line"
@@ -6858,35 +6858,35 @@ msgstr ""
"Whether separators have configurable width and should be drawn using a box "
"instead of a line"
#: gtk/gtkwidget.c:2323
#: gtk/gtkwidget.c:2324
msgid "Separator Width"
msgstr "বিভাজন ৰেখা Width"
#: gtk/gtkwidget.c:2324
#: gtk/gtkwidget.c:2325
msgid "The width of separators if wide-separators is TRUE"
msgstr "প্ৰস্থ সৰ্বমোট হলো"
#: gtk/gtkwidget.c:2338
#: gtk/gtkwidget.c:2339
msgid "Separator Height"
msgstr "বিভাজন ৰেখা উচ্চতা"
#: gtk/gtkwidget.c:2339
#: gtk/gtkwidget.c:2340
msgid "The height of separators if \"wide-separators\" is TRUE"
msgstr "দৈৰ্ঘ্য সৰ্বমোট হলো"
#: gtk/gtkwidget.c:2353
#: gtk/gtkwidget.c:2354
msgid "Horizontal Scroll Arrow Length"
msgstr "Horizontal Scroll Arrow Length"
#: gtk/gtkwidget.c:2354
#: gtk/gtkwidget.c:2355
msgid "The length of horizontal scroll arrows"
msgstr "সৰ্বমোট"
#: gtk/gtkwidget.c:2368
#: gtk/gtkwidget.c:2369
msgid "Vertical Scroll Arrow Length"
msgstr "Vertical Scroll Arrow Length"
#: gtk/gtkwidget.c:2369
#: gtk/gtkwidget.c:2370
msgid "The length of vertical scroll arrows"
msgstr "সৰ্বমোট"
+88 -88
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ast\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
"POT-Creation-Date: 2009-08-29 00:07-0400\n"
"PO-Revision-Date: 2009-01-25 13:10+0200\n"
"Last-Translator: Esbardu <esguil@terra.es>\n"
"Language-Team: Asturian <xspuente@gmail.com>\n"
@@ -250,7 +250,7 @@ msgid "A unique name for the action."
msgstr ""
#: gtk/gtkaction.c:198 gtk/gtkbutton.c:219 gtk/gtkexpander.c:195
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:300
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:305
#: gtk/gtktoolbutton.c:202
msgid "Label"
msgstr ""
@@ -351,7 +351,7 @@ msgid "When TRUE, empty menu proxies for this action are hidden."
msgstr ""
#: gtk/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193
#: gtk/gtkwidget.c:523
#: gtk/gtkwidget.c:524
msgid "Sensitive"
msgstr ""
@@ -360,7 +360,7 @@ msgid "Whether the action is enabled."
msgstr ""
#: gtk/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:517
msgid "Visible"
msgstr ""
@@ -527,7 +527,7 @@ msgstr ""
msgid "Appearance of the shadow surrounding the arrow"
msgstr ""
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:363
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:368
msgid "Arrow Scaling"
msgstr ""
@@ -754,12 +754,12 @@ msgid ""
msgstr ""
#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388
#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209
#: gtk/gtkmenuitem.c:320 gtk/gtktoolbutton.c:209
msgid "Use underline"
msgstr ""
#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389
#: gtk/gtkmenuitem.c:316
#: gtk/gtkmenuitem.c:321
msgid ""
"If set, an underline in the text indicates the next character should be used "
"for the mnemonic accelerator key"
@@ -3191,7 +3191,7 @@ msgstr ""
msgid "The accel group holding accelerators for the menu"
msgstr ""
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:285
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:290
msgid "Accel Path"
msgstr ""
@@ -3381,40 +3381,40 @@ msgstr ""
msgid "Delay before the submenus of a menu bar appear"
msgstr ""
#: gtk/gtkmenuitem.c:252
#: gtk/gtkmenuitem.c:257
msgid "Right Justified"
msgstr ""
#: gtk/gtkmenuitem.c:253
#: gtk/gtkmenuitem.c:258
msgid ""
"Sets whether the menu item appears justified at the right side of a menu bar"
msgstr ""
#: gtk/gtkmenuitem.c:267
#: gtk/gtkmenuitem.c:272
msgid "Submenu"
msgstr ""
#: gtk/gtkmenuitem.c:268
#: gtk/gtkmenuitem.c:273
msgid "The submenu attached to the menu item, or NULL if it has none"
msgstr ""
#: gtk/gtkmenuitem.c:286
#: gtk/gtkmenuitem.c:291
msgid "Sets the accelerator path of the menu item"
msgstr ""
#: gtk/gtkmenuitem.c:301
#: gtk/gtkmenuitem.c:306
msgid "The text for the child label"
msgstr ""
#: gtk/gtkmenuitem.c:364
#: gtk/gtkmenuitem.c:369
msgid "Amount of space used up by arrow, relative to the menu item's font size"
msgstr ""
#: gtk/gtkmenuitem.c:377
#: gtk/gtkmenuitem.c:382
msgid "Width in Characters"
msgstr ""
#: gtk/gtkmenuitem.c:378
#: gtk/gtkmenuitem.c:383
msgid "The minimum desired width of the menu item in characters"
msgstr ""
@@ -5249,7 +5249,7 @@ msgstr ""
msgid "The orientation of the tray"
msgstr ""
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:633
msgid "Has tooltip"
msgstr ""
@@ -5257,15 +5257,15 @@ msgstr ""
msgid "Whether this tray icon has a tooltip"
msgstr ""
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:654
msgid "Tooltip Text"
msgstr ""
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:655 gtk/gtkwidget.c:676
msgid "The contents of the tooltip for this widget"
msgstr ""
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:674
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:675
msgid "Tooltip markup"
msgstr ""
@@ -6348,281 +6348,281 @@ msgstr ""
msgid "Determines how the shadowed box around the viewport is drawn"
msgstr ""
#: gtk/gtkwidget.c:483
#: gtk/gtkwidget.c:484
msgid "Widget name"
msgstr ""
#: gtk/gtkwidget.c:484
#: gtk/gtkwidget.c:485
msgid "The name of the widget"
msgstr ""
#: gtk/gtkwidget.c:490
#: gtk/gtkwidget.c:491
msgid "Parent widget"
msgstr ""
#: gtk/gtkwidget.c:491
#: gtk/gtkwidget.c:492
msgid "The parent widget of this widget. Must be a Container widget"
msgstr ""
#: gtk/gtkwidget.c:498
#: gtk/gtkwidget.c:499
msgid "Width request"
msgstr ""
#: gtk/gtkwidget.c:499
#: gtk/gtkwidget.c:500
msgid ""
"Override for width request of the widget, or -1 if natural request should be "
"used"
msgstr ""
#: gtk/gtkwidget.c:507
#: gtk/gtkwidget.c:508
msgid "Height request"
msgstr ""
#: gtk/gtkwidget.c:508
#: gtk/gtkwidget.c:509
msgid ""
"Override for height request of the widget, or -1 if natural request should "
"be used"
msgstr ""
#: gtk/gtkwidget.c:517
#: gtk/gtkwidget.c:518
msgid "Whether the widget is visible"
msgstr ""
#: gtk/gtkwidget.c:524
#: gtk/gtkwidget.c:525
msgid "Whether the widget responds to input"
msgstr ""
#: gtk/gtkwidget.c:530
#: gtk/gtkwidget.c:531
msgid "Application paintable"
msgstr ""
#: gtk/gtkwidget.c:531
#: gtk/gtkwidget.c:532
msgid "Whether the application will paint directly on the widget"
msgstr ""
#: gtk/gtkwidget.c:537
#: gtk/gtkwidget.c:538
msgid "Can focus"
msgstr ""
#: gtk/gtkwidget.c:538
#: gtk/gtkwidget.c:539
msgid "Whether the widget can accept the input focus"
msgstr ""
#: gtk/gtkwidget.c:544
#: gtk/gtkwidget.c:545
msgid "Has focus"
msgstr ""
#: gtk/gtkwidget.c:545
#: gtk/gtkwidget.c:546
msgid "Whether the widget has the input focus"
msgstr ""
#: gtk/gtkwidget.c:551
#: gtk/gtkwidget.c:552
msgid "Is focus"
msgstr ""
#: gtk/gtkwidget.c:552
#: gtk/gtkwidget.c:553
msgid "Whether the widget is the focus widget within the toplevel"
msgstr ""
#: gtk/gtkwidget.c:558
#: gtk/gtkwidget.c:559
msgid "Can default"
msgstr ""
#: gtk/gtkwidget.c:559
#: gtk/gtkwidget.c:560
msgid "Whether the widget can be the default widget"
msgstr ""
#: gtk/gtkwidget.c:565
#: gtk/gtkwidget.c:566
msgid "Has default"
msgstr ""
#: gtk/gtkwidget.c:566
#: gtk/gtkwidget.c:567
msgid "Whether the widget is the default widget"
msgstr ""
#: gtk/gtkwidget.c:572
#: gtk/gtkwidget.c:573
msgid "Receives default"
msgstr ""
#: gtk/gtkwidget.c:573
#: gtk/gtkwidget.c:574
msgid "If TRUE, the widget will receive the default action when it is focused"
msgstr ""
#: gtk/gtkwidget.c:579
#: gtk/gtkwidget.c:580
msgid "Composite child"
msgstr ""
#: gtk/gtkwidget.c:580
#: gtk/gtkwidget.c:581
msgid "Whether the widget is part of a composite widget"
msgstr ""
#: gtk/gtkwidget.c:586
#: gtk/gtkwidget.c:587
msgid "Style"
msgstr ""
#: gtk/gtkwidget.c:587
#: gtk/gtkwidget.c:588
msgid ""
"The style of the widget, which contains information about how it will look "
"(colors etc)"
msgstr ""
#: gtk/gtkwidget.c:593
#: gtk/gtkwidget.c:594
msgid "Events"
msgstr ""
#: gtk/gtkwidget.c:594
#: gtk/gtkwidget.c:595
msgid "The event mask that decides what kind of GdkEvents this widget gets"
msgstr ""
#: gtk/gtkwidget.c:601
#: gtk/gtkwidget.c:602
msgid "Extension events"
msgstr ""
#: gtk/gtkwidget.c:602
#: gtk/gtkwidget.c:603
msgid "The mask that decides what kind of extension events this widget gets"
msgstr ""
#: gtk/gtkwidget.c:609
#: gtk/gtkwidget.c:610
msgid "No show all"
msgstr ""
#: gtk/gtkwidget.c:610
#: gtk/gtkwidget.c:611
msgid "Whether gtk_widget_show_all() should not affect this widget"
msgstr ""
#: gtk/gtkwidget.c:633
#: gtk/gtkwidget.c:634
msgid "Whether this widget has a tooltip"
msgstr ""
#: gtk/gtkwidget.c:689
#: gtk/gtkwidget.c:690
msgid "Window"
msgstr ""
#: gtk/gtkwidget.c:690
#: gtk/gtkwidget.c:691
msgid "The widget's window if it is realized"
msgstr ""
#: gtk/gtkwidget.c:2212
#: gtk/gtkwidget.c:2213
msgid "Interior Focus"
msgstr ""
#: gtk/gtkwidget.c:2213
#: gtk/gtkwidget.c:2214
msgid "Whether to draw the focus indicator inside widgets"
msgstr ""
#: gtk/gtkwidget.c:2219
#: gtk/gtkwidget.c:2220
msgid "Focus linewidth"
msgstr ""
#: gtk/gtkwidget.c:2220
#: gtk/gtkwidget.c:2221
msgid "Width, in pixels, of the focus indicator line"
msgstr ""
#: gtk/gtkwidget.c:2226
#: gtk/gtkwidget.c:2227
msgid "Focus line dash pattern"
msgstr ""
#: gtk/gtkwidget.c:2227
#: gtk/gtkwidget.c:2228
msgid "Dash pattern used to draw the focus indicator"
msgstr ""
#: gtk/gtkwidget.c:2232
#: gtk/gtkwidget.c:2233
msgid "Focus padding"
msgstr ""
#: gtk/gtkwidget.c:2233
#: gtk/gtkwidget.c:2234
msgid "Width, in pixels, between focus indicator and the widget 'box'"
msgstr ""
#: gtk/gtkwidget.c:2238
#: gtk/gtkwidget.c:2239
msgid "Cursor color"
msgstr ""
#: gtk/gtkwidget.c:2239
#: gtk/gtkwidget.c:2240
msgid "Color with which to draw insertion cursor"
msgstr ""
#: gtk/gtkwidget.c:2244
#: gtk/gtkwidget.c:2245
msgid "Secondary cursor color"
msgstr ""
#: gtk/gtkwidget.c:2245
#: gtk/gtkwidget.c:2246
msgid ""
"Color with which to draw the secondary insertion cursor when editing mixed "
"right-to-left and left-to-right text"
msgstr ""
#: gtk/gtkwidget.c:2250
#: gtk/gtkwidget.c:2251
msgid "Cursor line aspect ratio"
msgstr ""
#: gtk/gtkwidget.c:2251
#: gtk/gtkwidget.c:2252
msgid "Aspect ratio with which to draw insertion cursor"
msgstr ""
#: gtk/gtkwidget.c:2265
#: gtk/gtkwidget.c:2266
msgid "Draw Border"
msgstr ""
#: gtk/gtkwidget.c:2266
#: gtk/gtkwidget.c:2267
msgid "Size of areas outside the widget's allocation to draw"
msgstr ""
#: gtk/gtkwidget.c:2279
#: gtk/gtkwidget.c:2280
msgid "Unvisited Link Color"
msgstr ""
#: gtk/gtkwidget.c:2280
#: gtk/gtkwidget.c:2281
msgid "Color of unvisited links"
msgstr ""
#: gtk/gtkwidget.c:2293
#: gtk/gtkwidget.c:2294
msgid "Visited Link Color"
msgstr ""
#: gtk/gtkwidget.c:2294
#: gtk/gtkwidget.c:2295
msgid "Color of visited links"
msgstr ""
#: gtk/gtkwidget.c:2308
#: gtk/gtkwidget.c:2309
msgid "Wide Separators"
msgstr ""
#: gtk/gtkwidget.c:2309
#: gtk/gtkwidget.c:2310
msgid ""
"Whether separators have configurable width and should be drawn using a box "
"instead of a line"
msgstr ""
#: gtk/gtkwidget.c:2323
#: gtk/gtkwidget.c:2324
msgid "Separator Width"
msgstr ""
#: gtk/gtkwidget.c:2324
#: gtk/gtkwidget.c:2325
msgid "The width of separators if wide-separators is TRUE"
msgstr ""
#: gtk/gtkwidget.c:2338
#: gtk/gtkwidget.c:2339
msgid "Separator Height"
msgstr ""
#: gtk/gtkwidget.c:2339
#: gtk/gtkwidget.c:2340
msgid "The height of separators if \"wide-separators\" is TRUE"
msgstr ""
#: gtk/gtkwidget.c:2353
#: gtk/gtkwidget.c:2354
msgid "Horizontal Scroll Arrow Length"
msgstr ""
#: gtk/gtkwidget.c:2354
#: gtk/gtkwidget.c:2355
msgid "The length of horizontal scroll arrows"
msgstr ""
#: gtk/gtkwidget.c:2368
#: gtk/gtkwidget.c:2369
msgid "Vertical Scroll Arrow Length"
msgstr ""
#: gtk/gtkwidget.c:2369
#: gtk/gtkwidget.c:2370
msgid "The length of vertical scroll arrows"
msgstr ""
+88 -88
View File
@@ -32,7 +32,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties.HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
"POT-Creation-Date: 2009-08-29 00:07-0400\n"
"PO-Revision-Date: 2004-03-07 18:05+0200\n"
"Last-Translator: Mətin Əmirov <metin@karegen.com>\n"
"Language-Team: Azerbaijani Turkish <translation-team-az@lists.sourceforge."
@@ -290,7 +290,7 @@ msgid "A unique name for the action."
msgstr "Gedişat üçün xüsusi ad."
#: gtk/gtkaction.c:198 gtk/gtkbutton.c:219 gtk/gtkexpander.c:195
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:300
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:305
#: gtk/gtktoolbutton.c:202
msgid "Label"
msgstr "Etiket"
@@ -403,7 +403,7 @@ msgid "When TRUE, empty menu proxies for this action are hidden."
msgstr "TRUE olanda, bu gedişat üçün boş menyu vəkilləri gizli olacaqdır."
#: gtk/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193
#: gtk/gtkwidget.c:523
#: gtk/gtkwidget.c:524
msgid "Sensitive"
msgstr "Həssas"
@@ -412,7 +412,7 @@ msgid "Whether the action is enabled."
msgstr "Gedişatın fəal olması."
#: gtk/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:517
msgid "Visible"
msgstr "Görünən"
@@ -586,7 +586,7 @@ msgstr "Oxun kölgəsi"
msgid "Appearance of the shadow surrounding the arrow"
msgstr "Oxun ətrafındakı kölgə görünüşü"
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:363
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:368
#, fuzzy
msgid "Arrow Scaling"
msgstr "Sətir aralığı"
@@ -835,12 +835,12 @@ msgstr ""
"malikdirsə"
#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388
#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209
#: gtk/gtkmenuitem.c:320 gtk/gtktoolbutton.c:209
msgid "Use underline"
msgstr "Alt cızıq işlət"
#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389
#: gtk/gtkmenuitem.c:316
#: gtk/gtkmenuitem.c:321
msgid ""
"If set, an underline in the text indicates the next character should be used "
"for the mnemonic accelerator key"
@@ -3449,7 +3449,7 @@ msgstr "Hazırda seçili fayl adı"
msgid "The accel group holding accelerators for the menu"
msgstr "Bu etiket üçün mnemonic sürətləndirmə düyməsi"
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:285
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:290
msgid "Accel Path"
msgstr ""
@@ -3660,42 +3660,42 @@ msgstr "Açılan menyuların göstərilmə gecikməsi"
msgid "Delay before the submenus of a menu bar appear"
msgstr "Menyu çubuğunun alt menyularının göstərilmə gecikməsi"
#: gtk/gtkmenuitem.c:252
#: gtk/gtkmenuitem.c:257
msgid "Right Justified"
msgstr ""
#: gtk/gtkmenuitem.c:253
#: gtk/gtkmenuitem.c:258
msgid ""
"Sets whether the menu item appears justified at the right side of a menu bar"
msgstr ""
#: gtk/gtkmenuitem.c:267
#: gtk/gtkmenuitem.c:272
msgid "Submenu"
msgstr ""
#: gtk/gtkmenuitem.c:268
#: gtk/gtkmenuitem.c:273
msgid "The submenu attached to the menu item, or NULL if it has none"
msgstr ""
#: gtk/gtkmenuitem.c:286
#: gtk/gtkmenuitem.c:291
msgid "Sets the accelerator path of the menu item"
msgstr ""
#: gtk/gtkmenuitem.c:301
#: gtk/gtkmenuitem.c:306
#, fuzzy
msgid "The text for the child label"
msgstr "Etiketin mətni"
#: gtk/gtkmenuitem.c:364
#: gtk/gtkmenuitem.c:369
msgid "Amount of space used up by arrow, relative to the menu item's font size"
msgstr ""
#: gtk/gtkmenuitem.c:377
#: gtk/gtkmenuitem.c:382
#, fuzzy
msgid "Width in Characters"
msgstr "Xarakter olaraq genişlik"
#: gtk/gtkmenuitem.c:378
#: gtk/gtkmenuitem.c:383
msgid "The minimum desired width of the menu item in characters"
msgstr ""
@@ -5717,7 +5717,7 @@ msgstr "Gedişatın görünməsi"
msgid "The orientation of the tray"
msgstr "Vasitə çubuğu istiqaməti"
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:633
#, fuzzy
msgid "Has tooltip"
msgstr "Məsləhət"
@@ -5727,17 +5727,17 @@ msgstr "Məsləhət"
msgid "Whether this tray icon has a tooltip"
msgstr "Pəncərəciyin giriş fokusuna malikiyyəti"
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:654
#, fuzzy
msgid "Tooltip Text"
msgstr "Məsləhət"
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:655 gtk/gtkwidget.c:676
#, fuzzy
msgid "The contents of the tooltip for this widget"
msgstr "Girişin məzmunu"
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:674
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:675
#, fuzzy
msgid "Tooltip markup"
msgstr "Məsləhət"
@@ -6896,27 +6896,27 @@ msgstr "Bu görünən sahənin şaquli yerinin qiymətini tə'yin edən GtkSazla
msgid "Determines how the shadowed box around the viewport is drawn"
msgstr "Görünən sahə ətrafındakı kölgəli qutunun necə görünəcəyini tə'yin edir"
#: gtk/gtkwidget.c:483
#: gtk/gtkwidget.c:484
msgid "Widget name"
msgstr "Pəncərəcik adı"
#: gtk/gtkwidget.c:484
#: gtk/gtkwidget.c:485
msgid "The name of the widget"
msgstr "Pəncərəcik adı"
#: gtk/gtkwidget.c:490
#: gtk/gtkwidget.c:491
msgid "Parent widget"
msgstr "Əlaqəli pəncərəcik"
#: gtk/gtkwidget.c:491
#: gtk/gtkwidget.c:492
msgid "The parent widget of this widget. Must be a Container widget"
msgstr "Bu pəncərəciyin qohum pəncərəciyi. Daşıyıcı pəncərəcik olmalıdır"
#: gtk/gtkwidget.c:498
#: gtk/gtkwidget.c:499
msgid "Width request"
msgstr "En sorğusu"
#: gtk/gtkwidget.c:499
#: gtk/gtkwidget.c:500
msgid ""
"Override for width request of the widget, or -1 if natural request should be "
"used"
@@ -6924,11 +6924,11 @@ msgstr ""
"Pəncərəciyin en istə'yinin yerinə işlədiləcək dəyər, istə'yin olduğu kimi "
"istifadə edilməsi üçün isə -1 dəyərini işlədin"
#: gtk/gtkwidget.c:507
#: gtk/gtkwidget.c:508
msgid "Height request"
msgstr "Hündürlük sorğusu"
#: gtk/gtkwidget.c:508
#: gtk/gtkwidget.c:509
msgid ""
"Override for height request of the widget, or -1 if natural request should "
"be used"
@@ -6936,176 +6936,176 @@ msgstr ""
"Pəncərəciyin hündürlük istə'yinin yerinə işlədiləcək dəyər, istə'yin olduğu "
"kimi istifadə edilməsi üçün isə -1 dəyərini işlədin"
#: gtk/gtkwidget.c:517
#: gtk/gtkwidget.c:518
msgid "Whether the widget is visible"
msgstr "Pəncərəcəyin görünməsi"
#: gtk/gtkwidget.c:524
#: gtk/gtkwidget.c:525
msgid "Whether the widget responds to input"
msgstr "Pəncərəciyin girişə cavabı"
#: gtk/gtkwidget.c:530
#: gtk/gtkwidget.c:531
msgid "Application paintable"
msgstr "Boyana bilən proqram tə'minatı"
#: gtk/gtkwidget.c:531
#: gtk/gtkwidget.c:532
msgid "Whether the application will paint directly on the widget"
msgstr "Proqramın pəncərəcik üstündə birbaşa rəngləndirmə edəcəyi"
#: gtk/gtkwidget.c:537
#: gtk/gtkwidget.c:538
msgid "Can focus"
msgstr "Fokus edə bilər"
#: gtk/gtkwidget.c:538
#: gtk/gtkwidget.c:539
msgid "Whether the widget can accept the input focus"
msgstr "Pəncərəciyin giriş fokusunu ala bilməsi"
#: gtk/gtkwidget.c:544
#: gtk/gtkwidget.c:545
msgid "Has focus"
msgstr "Fokusa malikdir"
#: gtk/gtkwidget.c:545
#: gtk/gtkwidget.c:546
msgid "Whether the widget has the input focus"
msgstr "Pəncərəciyin giriş fokusuna malikiyyəti"
#: gtk/gtkwidget.c:551
#: gtk/gtkwidget.c:552
msgid "Is focus"
msgstr "Fokusa malikdir"
#: gtk/gtkwidget.c:552
#: gtk/gtkwidget.c:553
msgid "Whether the widget is the focus widget within the toplevel"
msgstr "Pəncərəciyin üst səviyyədəki fokus pəncərəciyi olması"
#: gtk/gtkwidget.c:558
#: gtk/gtkwidget.c:559
msgid "Can default"
msgstr "Əsası edə bilər"
#: gtk/gtkwidget.c:559
#: gtk/gtkwidget.c:560
msgid "Whether the widget can be the default widget"
msgstr "Pəncərəciyin əsas pəncərəcik ola bilməsi"
#: gtk/gtkwidget.c:565
#: gtk/gtkwidget.c:566
msgid "Has default"
msgstr "Əsasa malikdir"
#: gtk/gtkwidget.c:566
#: gtk/gtkwidget.c:567
msgid "Whether the widget is the default widget"
msgstr "Pəncərəciyin əsas pəncərəcik olması"
#: gtk/gtkwidget.c:572
#: gtk/gtkwidget.c:573
msgid "Receives default"
msgstr "Əsası alır"
#: gtk/gtkwidget.c:573
#: gtk/gtkwidget.c:574
msgid "If TRUE, the widget will receive the default action when it is focused"
msgstr "TRUE isə pəncərəcik fokuslu ikən əsas gedişatı alacaq"
#: gtk/gtkwidget.c:579
#: gtk/gtkwidget.c:580
msgid "Composite child"
msgstr "Kompozit törəmə"
#: gtk/gtkwidget.c:580
#: gtk/gtkwidget.c:581
msgid "Whether the widget is part of a composite widget"
msgstr "Pəncərəciyin əsas pəncərəciyin hissəsi olması"
#: gtk/gtkwidget.c:586
#: gtk/gtkwidget.c:587
msgid "Style"
msgstr "Tərz"
#: gtk/gtkwidget.c:587
#: gtk/gtkwidget.c:588
msgid ""
"The style of the widget, which contains information about how it will look "
"(colors etc)"
msgstr ""
"Pəncərəciyin necə görsənəcəyi (rəng və s.) haqqında mə'lumatı daxil edən tərz"
#: gtk/gtkwidget.c:593
#: gtk/gtkwidget.c:594
msgid "Events"
msgstr "Hadisələr"
#: gtk/gtkwidget.c:594
#: gtk/gtkwidget.c:595
msgid "The event mask that decides what kind of GdkEvents this widget gets"
msgstr ""
"Bu pəncərəciyin nə cür genişləmə GdkHadisələrini alacağına qərar verən "
"hadisə maskası"
#: gtk/gtkwidget.c:601
#: gtk/gtkwidget.c:602
msgid "Extension events"
msgstr "Uzantı hadisələri"
#: gtk/gtkwidget.c:602
#: gtk/gtkwidget.c:603
msgid "The mask that decides what kind of extension events this widget gets"
msgstr ""
"Bu pəncərəciyin nə cür genişləmə hadisələrini alacağına qərar verən maska"
#: gtk/gtkwidget.c:609
#: gtk/gtkwidget.c:610
msgid "No show all"
msgstr "Hamısını göstər olmasın"
#: gtk/gtkwidget.c:610
#: gtk/gtkwidget.c:611
msgid "Whether gtk_widget_show_all() should not affect this widget"
msgstr "gtk_widget_show_all()-in bu widget-ə təsir etməməsi"
#: gtk/gtkwidget.c:633
#: gtk/gtkwidget.c:634
#, fuzzy
msgid "Whether this widget has a tooltip"
msgstr "Pəncərəciyin giriş fokusuna malikiyyəti"
#: gtk/gtkwidget.c:689
#: gtk/gtkwidget.c:690
#, fuzzy
msgid "Window"
msgstr "Pəncərə Növü"
#: gtk/gtkwidget.c:690
#: gtk/gtkwidget.c:691
msgid "The widget's window if it is realized"
msgstr ""
#: gtk/gtkwidget.c:2212
#: gtk/gtkwidget.c:2213
msgid "Interior Focus"
msgstr "Daxili Fokus"
#: gtk/gtkwidget.c:2213
#: gtk/gtkwidget.c:2214
msgid "Whether to draw the focus indicator inside widgets"
msgstr "Pəncərəciklər daxilində fokus indikatorunun göstərilməsi"
#: gtk/gtkwidget.c:2219
#: gtk/gtkwidget.c:2220
msgid "Focus linewidth"
msgstr "Fokus uzunluğu"
#: gtk/gtkwidget.c:2220
#: gtk/gtkwidget.c:2221
msgid "Width, in pixels, of the focus indicator line"
msgstr "Piksel olaraq fokus indikatoru eni"
#: gtk/gtkwidget.c:2226
#: gtk/gtkwidget.c:2227
msgid "Focus line dash pattern"
msgstr "Fokus sətiri tire naxışı"
#: gtk/gtkwidget.c:2227
#: gtk/gtkwidget.c:2228
msgid "Dash pattern used to draw the focus indicator"
msgstr "Fokus indikatoru göstərilməsi üçün lazımi tire naxışı"
#: gtk/gtkwidget.c:2232
#: gtk/gtkwidget.c:2233
msgid "Focus padding"
msgstr "Fokus aralanması"
#: gtk/gtkwidget.c:2233
#: gtk/gtkwidget.c:2234
msgid "Width, in pixels, between focus indicator and the widget 'box'"
msgstr ""
"Piksel olaraq fokus indikatoru ilə pəncərəcik 'qutusu' arasındakı məsafə"
#: gtk/gtkwidget.c:2238
#: gtk/gtkwidget.c:2239
msgid "Cursor color"
msgstr "Ox rəngi"
#: gtk/gtkwidget.c:2239
#: gtk/gtkwidget.c:2240
msgid "Color with which to draw insertion cursor"
msgstr "Daxil etmə oxunun rəngi"
#: gtk/gtkwidget.c:2244
#: gtk/gtkwidget.c:2245
msgid "Secondary cursor color"
msgstr "İkinci ox rəngi"
#: gtk/gtkwidget.c:2245
#: gtk/gtkwidget.c:2246
msgid ""
"Color with which to draw the secondary insertion cursor when editing mixed "
"right-to-left and left-to-right text"
@@ -7113,88 +7113,88 @@ msgstr ""
"Qarışıq sağdan sola və soldan sağa mətni redaktə edərkən ikinci giriş "
"kursorunun göstəriləcəyi rəng"
#: gtk/gtkwidget.c:2250
#: gtk/gtkwidget.c:2251
msgid "Cursor line aspect ratio"
msgstr "Kursor sətiri nisbəti"
#: gtk/gtkwidget.c:2251
#: gtk/gtkwidget.c:2252
msgid "Aspect ratio with which to draw insertion cursor"
msgstr "Daxil etmə kursorunun göstəriləcəyi nisbət"
#: gtk/gtkwidget.c:2265
#: gtk/gtkwidget.c:2266
#, fuzzy
msgid "Draw Border"
msgstr "Səkmə Kənarı"
#: gtk/gtkwidget.c:2266
#: gtk/gtkwidget.c:2267
msgid "Size of areas outside the widget's allocation to draw"
msgstr ""
#: gtk/gtkwidget.c:2279
#: gtk/gtkwidget.c:2280
#, fuzzy
msgid "Unvisited Link Color"
msgstr "Hazırkı Rəng"
#: gtk/gtkwidget.c:2280
#: gtk/gtkwidget.c:2281
#, fuzzy
msgid "Color of unvisited links"
msgstr "Yazı növü seçmə dialoqunun etiketi"
#: gtk/gtkwidget.c:2293
#: gtk/gtkwidget.c:2294
#, fuzzy
msgid "Visited Link Color"
msgstr "Hazırkı Rəng"
#: gtk/gtkwidget.c:2294
#: gtk/gtkwidget.c:2295
#, fuzzy
msgid "Color of visited links"
msgstr "Yazı növü seçmə dialoqunun etiketi"
#: gtk/gtkwidget.c:2308
#: gtk/gtkwidget.c:2309
#, fuzzy
msgid "Wide Separators"
msgstr "Ayırıcısı işlət"
#: gtk/gtkwidget.c:2309
#: gtk/gtkwidget.c:2310
msgid ""
"Whether separators have configurable width and should be drawn using a box "
"instead of a line"
msgstr ""
#: gtk/gtkwidget.c:2323
#: gtk/gtkwidget.c:2324
#, fuzzy
msgid "Separator Width"
msgstr "Şaquli Ayırıcı Eni"
#: gtk/gtkwidget.c:2324
#: gtk/gtkwidget.c:2325
msgid "The width of separators if wide-separators is TRUE"
msgstr ""
#: gtk/gtkwidget.c:2338
#: gtk/gtkwidget.c:2339
#, fuzzy
msgid "Separator Height"
msgstr "Əsas Hündürlük"
#: gtk/gtkwidget.c:2339
#: gtk/gtkwidget.c:2340
msgid "The height of separators if \"wide-separators\" is TRUE"
msgstr ""
#: gtk/gtkwidget.c:2353
#: gtk/gtkwidget.c:2354
#, fuzzy
msgid "Horizontal Scroll Arrow Length"
msgstr "Üfüqi sürüşmə çubuğu xassələri"
#: gtk/gtkwidget.c:2354
#: gtk/gtkwidget.c:2355
#, fuzzy
msgid "The length of horizontal scroll arrows"
msgstr "Üfqi sürüşdürmə çubuğunun göstərilməsi"
#: gtk/gtkwidget.c:2368
#: gtk/gtkwidget.c:2369
#, fuzzy
msgid "Vertical Scroll Arrow Length"
msgstr "Şaquli sürüşmə çubuğu xassələri"
#: gtk/gtkwidget.c:2369
#: gtk/gtkwidget.c:2370
#, fuzzy
msgid "The length of vertical scroll arrows"
msgstr "Şaquli sürüşdürmə çubuğunun göstərilməsi"
+88 -88
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties gtk-2-4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
"POT-Creation-Date: 2009-08-29 00:07-0400\n"
"PO-Revision-Date: 2004-09-27 15:41+0330\n"
"Last-Translator: Amir Hedayaty <amir@bamdad.org>\n"
"Language-Team: Iranian Azerbaijani <az-ir@lists.sharif.edu>\n"
@@ -250,7 +250,7 @@ msgid "A unique name for the action."
msgstr ""
#: gtk/gtkaction.c:198 gtk/gtkbutton.c:219 gtk/gtkexpander.c:195
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:300
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:305
#: gtk/gtktoolbutton.c:202
msgid "Label"
msgstr ""
@@ -351,7 +351,7 @@ msgid "When TRUE, empty menu proxies for this action are hidden."
msgstr ""
#: gtk/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193
#: gtk/gtkwidget.c:523
#: gtk/gtkwidget.c:524
msgid "Sensitive"
msgstr ""
@@ -360,7 +360,7 @@ msgid "Whether the action is enabled."
msgstr ""
#: gtk/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:517
msgid "Visible"
msgstr ""
@@ -527,7 +527,7 @@ msgstr ""
msgid "Appearance of the shadow surrounding the arrow"
msgstr ""
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:363
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:368
msgid "Arrow Scaling"
msgstr ""
@@ -754,12 +754,12 @@ msgid ""
msgstr ""
#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388
#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209
#: gtk/gtkmenuitem.c:320 gtk/gtktoolbutton.c:209
msgid "Use underline"
msgstr ""
#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389
#: gtk/gtkmenuitem.c:316
#: gtk/gtkmenuitem.c:321
msgid ""
"If set, an underline in the text indicates the next character should be used "
"for the mnemonic accelerator key"
@@ -3191,7 +3191,7 @@ msgstr ""
msgid "The accel group holding accelerators for the menu"
msgstr ""
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:285
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:290
msgid "Accel Path"
msgstr ""
@@ -3381,40 +3381,40 @@ msgstr ""
msgid "Delay before the submenus of a menu bar appear"
msgstr ""
#: gtk/gtkmenuitem.c:252
#: gtk/gtkmenuitem.c:257
msgid "Right Justified"
msgstr ""
#: gtk/gtkmenuitem.c:253
#: gtk/gtkmenuitem.c:258
msgid ""
"Sets whether the menu item appears justified at the right side of a menu bar"
msgstr ""
#: gtk/gtkmenuitem.c:267
#: gtk/gtkmenuitem.c:272
msgid "Submenu"
msgstr ""
#: gtk/gtkmenuitem.c:268
#: gtk/gtkmenuitem.c:273
msgid "The submenu attached to the menu item, or NULL if it has none"
msgstr ""
#: gtk/gtkmenuitem.c:286
#: gtk/gtkmenuitem.c:291
msgid "Sets the accelerator path of the menu item"
msgstr ""
#: gtk/gtkmenuitem.c:301
#: gtk/gtkmenuitem.c:306
msgid "The text for the child label"
msgstr ""
#: gtk/gtkmenuitem.c:364
#: gtk/gtkmenuitem.c:369
msgid "Amount of space used up by arrow, relative to the menu item's font size"
msgstr ""
#: gtk/gtkmenuitem.c:377
#: gtk/gtkmenuitem.c:382
msgid "Width in Characters"
msgstr ""
#: gtk/gtkmenuitem.c:378
#: gtk/gtkmenuitem.c:383
msgid "The minimum desired width of the menu item in characters"
msgstr ""
@@ -5250,7 +5250,7 @@ msgstr ""
msgid "The orientation of the tray"
msgstr ""
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:633
#, fuzzy
msgid "Has tooltip"
msgstr "آلفاسه وارده"
@@ -5259,15 +5259,15 @@ msgstr "آلفاسه وارده"
msgid "Whether this tray icon has a tooltip"
msgstr ""
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:654
msgid "Tooltip Text"
msgstr ""
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:655 gtk/gtkwidget.c:676
msgid "The contents of the tooltip for this widget"
msgstr ""
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:674
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:675
msgid "Tooltip markup"
msgstr ""
@@ -6350,281 +6350,281 @@ msgstr ""
msgid "Determines how the shadowed box around the viewport is drawn"
msgstr ""
#: gtk/gtkwidget.c:483
#: gtk/gtkwidget.c:484
msgid "Widget name"
msgstr ""
#: gtk/gtkwidget.c:484
#: gtk/gtkwidget.c:485
msgid "The name of the widget"
msgstr ""
#: gtk/gtkwidget.c:490
#: gtk/gtkwidget.c:491
msgid "Parent widget"
msgstr ""
#: gtk/gtkwidget.c:491
#: gtk/gtkwidget.c:492
msgid "The parent widget of this widget. Must be a Container widget"
msgstr ""
#: gtk/gtkwidget.c:498
#: gtk/gtkwidget.c:499
msgid "Width request"
msgstr ""
#: gtk/gtkwidget.c:499
#: gtk/gtkwidget.c:500
msgid ""
"Override for width request of the widget, or -1 if natural request should be "
"used"
msgstr ""
#: gtk/gtkwidget.c:507
#: gtk/gtkwidget.c:508
msgid "Height request"
msgstr ""
#: gtk/gtkwidget.c:508
#: gtk/gtkwidget.c:509
msgid ""
"Override for height request of the widget, or -1 if natural request should "
"be used"
msgstr ""
#: gtk/gtkwidget.c:517
#: gtk/gtkwidget.c:518
msgid "Whether the widget is visible"
msgstr ""
#: gtk/gtkwidget.c:524
#: gtk/gtkwidget.c:525
msgid "Whether the widget responds to input"
msgstr ""
#: gtk/gtkwidget.c:530
#: gtk/gtkwidget.c:531
msgid "Application paintable"
msgstr ""
#: gtk/gtkwidget.c:531
#: gtk/gtkwidget.c:532
msgid "Whether the application will paint directly on the widget"
msgstr ""
#: gtk/gtkwidget.c:537
#: gtk/gtkwidget.c:538
msgid "Can focus"
msgstr ""
#: gtk/gtkwidget.c:538
#: gtk/gtkwidget.c:539
msgid "Whether the widget can accept the input focus"
msgstr ""
#: gtk/gtkwidget.c:544
#: gtk/gtkwidget.c:545
msgid "Has focus"
msgstr ""
#: gtk/gtkwidget.c:545
#: gtk/gtkwidget.c:546
msgid "Whether the widget has the input focus"
msgstr ""
#: gtk/gtkwidget.c:551
#: gtk/gtkwidget.c:552
msgid "Is focus"
msgstr ""
#: gtk/gtkwidget.c:552
#: gtk/gtkwidget.c:553
msgid "Whether the widget is the focus widget within the toplevel"
msgstr ""
#: gtk/gtkwidget.c:558
#: gtk/gtkwidget.c:559
msgid "Can default"
msgstr ""
#: gtk/gtkwidget.c:559
#: gtk/gtkwidget.c:560
msgid "Whether the widget can be the default widget"
msgstr ""
#: gtk/gtkwidget.c:565
#: gtk/gtkwidget.c:566
msgid "Has default"
msgstr ""
#: gtk/gtkwidget.c:566
#: gtk/gtkwidget.c:567
msgid "Whether the widget is the default widget"
msgstr ""
#: gtk/gtkwidget.c:572
#: gtk/gtkwidget.c:573
msgid "Receives default"
msgstr ""
#: gtk/gtkwidget.c:573
#: gtk/gtkwidget.c:574
msgid "If TRUE, the widget will receive the default action when it is focused"
msgstr ""
#: gtk/gtkwidget.c:579
#: gtk/gtkwidget.c:580
msgid "Composite child"
msgstr ""
#: gtk/gtkwidget.c:580
#: gtk/gtkwidget.c:581
msgid "Whether the widget is part of a composite widget"
msgstr ""
#: gtk/gtkwidget.c:586
#: gtk/gtkwidget.c:587
msgid "Style"
msgstr ""
#: gtk/gtkwidget.c:587
#: gtk/gtkwidget.c:588
msgid ""
"The style of the widget, which contains information about how it will look "
"(colors etc)"
msgstr ""
#: gtk/gtkwidget.c:593
#: gtk/gtkwidget.c:594
msgid "Events"
msgstr ""
#: gtk/gtkwidget.c:594
#: gtk/gtkwidget.c:595
msgid "The event mask that decides what kind of GdkEvents this widget gets"
msgstr ""
#: gtk/gtkwidget.c:601
#: gtk/gtkwidget.c:602
msgid "Extension events"
msgstr ""
#: gtk/gtkwidget.c:602
#: gtk/gtkwidget.c:603
msgid "The mask that decides what kind of extension events this widget gets"
msgstr ""
#: gtk/gtkwidget.c:609
#: gtk/gtkwidget.c:610
msgid "No show all"
msgstr ""
#: gtk/gtkwidget.c:610
#: gtk/gtkwidget.c:611
msgid "Whether gtk_widget_show_all() should not affect this widget"
msgstr ""
#: gtk/gtkwidget.c:633
#: gtk/gtkwidget.c:634
msgid "Whether this widget has a tooltip"
msgstr ""
#: gtk/gtkwidget.c:689
#: gtk/gtkwidget.c:690
msgid "Window"
msgstr ""
#: gtk/gtkwidget.c:690
#: gtk/gtkwidget.c:691
msgid "The widget's window if it is realized"
msgstr ""
#: gtk/gtkwidget.c:2212
#: gtk/gtkwidget.c:2213
msgid "Interior Focus"
msgstr ""
#: gtk/gtkwidget.c:2213
#: gtk/gtkwidget.c:2214
msgid "Whether to draw the focus indicator inside widgets"
msgstr ""
#: gtk/gtkwidget.c:2219
#: gtk/gtkwidget.c:2220
msgid "Focus linewidth"
msgstr ""
#: gtk/gtkwidget.c:2220
#: gtk/gtkwidget.c:2221
msgid "Width, in pixels, of the focus indicator line"
msgstr ""
#: gtk/gtkwidget.c:2226
#: gtk/gtkwidget.c:2227
msgid "Focus line dash pattern"
msgstr ""
#: gtk/gtkwidget.c:2227
#: gtk/gtkwidget.c:2228
msgid "Dash pattern used to draw the focus indicator"
msgstr ""
#: gtk/gtkwidget.c:2232
#: gtk/gtkwidget.c:2233
msgid "Focus padding"
msgstr ""
#: gtk/gtkwidget.c:2233
#: gtk/gtkwidget.c:2234
msgid "Width, in pixels, between focus indicator and the widget 'box'"
msgstr ""
#: gtk/gtkwidget.c:2238
#: gtk/gtkwidget.c:2239
msgid "Cursor color"
msgstr ""
#: gtk/gtkwidget.c:2239
#: gtk/gtkwidget.c:2240
msgid "Color with which to draw insertion cursor"
msgstr ""
#: gtk/gtkwidget.c:2244
#: gtk/gtkwidget.c:2245
msgid "Secondary cursor color"
msgstr ""
#: gtk/gtkwidget.c:2245
#: gtk/gtkwidget.c:2246
msgid ""
"Color with which to draw the secondary insertion cursor when editing mixed "
"right-to-left and left-to-right text"
msgstr ""
#: gtk/gtkwidget.c:2250
#: gtk/gtkwidget.c:2251
msgid "Cursor line aspect ratio"
msgstr ""
#: gtk/gtkwidget.c:2251
#: gtk/gtkwidget.c:2252
msgid "Aspect ratio with which to draw insertion cursor"
msgstr ""
#: gtk/gtkwidget.c:2265
#: gtk/gtkwidget.c:2266
msgid "Draw Border"
msgstr ""
#: gtk/gtkwidget.c:2266
#: gtk/gtkwidget.c:2267
msgid "Size of areas outside the widget's allocation to draw"
msgstr ""
#: gtk/gtkwidget.c:2279
#: gtk/gtkwidget.c:2280
msgid "Unvisited Link Color"
msgstr ""
#: gtk/gtkwidget.c:2280
#: gtk/gtkwidget.c:2281
msgid "Color of unvisited links"
msgstr ""
#: gtk/gtkwidget.c:2293
#: gtk/gtkwidget.c:2294
msgid "Visited Link Color"
msgstr ""
#: gtk/gtkwidget.c:2294
#: gtk/gtkwidget.c:2295
msgid "Color of visited links"
msgstr ""
#: gtk/gtkwidget.c:2308
#: gtk/gtkwidget.c:2309
msgid "Wide Separators"
msgstr ""
#: gtk/gtkwidget.c:2309
#: gtk/gtkwidget.c:2310
msgid ""
"Whether separators have configurable width and should be drawn using a box "
"instead of a line"
msgstr ""
#: gtk/gtkwidget.c:2323
#: gtk/gtkwidget.c:2324
msgid "Separator Width"
msgstr ""
#: gtk/gtkwidget.c:2324
#: gtk/gtkwidget.c:2325
msgid "The width of separators if wide-separators is TRUE"
msgstr ""
#: gtk/gtkwidget.c:2338
#: gtk/gtkwidget.c:2339
msgid "Separator Height"
msgstr ""
#: gtk/gtkwidget.c:2339
#: gtk/gtkwidget.c:2340
msgid "The height of separators if \"wide-separators\" is TRUE"
msgstr ""
#: gtk/gtkwidget.c:2353
#: gtk/gtkwidget.c:2354
msgid "Horizontal Scroll Arrow Length"
msgstr ""
#: gtk/gtkwidget.c:2354
#: gtk/gtkwidget.c:2355
msgid "The length of horizontal scroll arrows"
msgstr ""
#: gtk/gtkwidget.c:2368
#: gtk/gtkwidget.c:2369
msgid "Vertical Scroll Arrow Length"
msgstr ""
#: gtk/gtkwidget.c:2369
#: gtk/gtkwidget.c:2370
msgid "The length of vertical scroll arrows"
msgstr ""
+88 -88
View File
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ 2.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
"POT-Creation-Date: 2009-08-29 00:07-0400\n"
"PO-Revision-Date: 2003-03-31 07:40+0300\n"
"Last-Translator: Ales Nyakhaychyk <nab@mail.by>\n"
"Language-Team: Belarusian <i18n@mova.org>\n"
@@ -272,7 +272,7 @@ msgid "A unique name for the action."
msgstr ""
#: gtk/gtkaction.c:198 gtk/gtkbutton.c:219 gtk/gtkexpander.c:195
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:300
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:305
#: gtk/gtktoolbutton.c:202
msgid "Label"
msgstr "Адмеціна"
@@ -380,7 +380,7 @@ msgid "When TRUE, empty menu proxies for this action are hidden."
msgstr ""
#: gtk/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193
#: gtk/gtkwidget.c:523
#: gtk/gtkwidget.c:524
msgid "Sensitive"
msgstr "Адчувальны"
@@ -390,7 +390,7 @@ msgid "Whether the action is enabled."
msgstr "Ці будзе віджэт бачны"
#: gtk/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:517
msgid "Visible"
msgstr "Бачны"
@@ -587,7 +587,7 @@ msgstr "Цень стрэлачкі"
msgid "Appearance of the shadow surrounding the arrow"
msgstr "Выгляд ценю, вакол стрэлкі"
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:363
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:368
#, fuzzy
msgid "Arrow Scaling"
msgstr "Водступ між радкоў"
@@ -838,12 +838,12 @@ msgid ""
msgstr "Тэкст адмеціны на кнопачцы, калі кнопачка зьмяшчае віджэт адмеціну."
#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388
#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209
#: gtk/gtkmenuitem.c:320 gtk/gtktoolbutton.c:209
msgid "Use underline"
msgstr "Выкарыстоўвываць падкрэсьліваньне"
#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389
#: gtk/gtkmenuitem.c:316
#: gtk/gtkmenuitem.c:321
msgid ""
"If set, an underline in the text indicates the next character should be used "
"for the mnemonic accelerator key"
@@ -3519,7 +3519,7 @@ msgstr "Назоў файла, адзначанага зараз."
msgid "The accel group holding accelerators for the menu"
msgstr "\"Гарачая\" клявіша для гэтае адмеціны."
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:285
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:290
msgid "Accel Path"
msgstr ""
@@ -3739,42 +3739,42 @@ msgstr "Затрымка перд зьяўленьнем выпадаючага
msgid "Delay before the submenus of a menu bar appear"
msgstr "Затрымка перд зьяўленьнем падмэню палоскі мэню."
#: gtk/gtkmenuitem.c:252
#: gtk/gtkmenuitem.c:257
msgid "Right Justified"
msgstr ""
#: gtk/gtkmenuitem.c:253
#: gtk/gtkmenuitem.c:258
msgid ""
"Sets whether the menu item appears justified at the right side of a menu bar"
msgstr ""
#: gtk/gtkmenuitem.c:267
#: gtk/gtkmenuitem.c:272
msgid "Submenu"
msgstr ""
#: gtk/gtkmenuitem.c:268
#: gtk/gtkmenuitem.c:273
msgid "The submenu attached to the menu item, or NULL if it has none"
msgstr ""
#: gtk/gtkmenuitem.c:286
#: gtk/gtkmenuitem.c:291
msgid "Sets the accelerator path of the menu item"
msgstr ""
#: gtk/gtkmenuitem.c:301
#: gtk/gtkmenuitem.c:306
#, fuzzy
msgid "The text for the child label"
msgstr "Тэкст адмеціны"
#: gtk/gtkmenuitem.c:364
#: gtk/gtkmenuitem.c:369
msgid "Amount of space used up by arrow, relative to the menu item's font size"
msgstr ""
#: gtk/gtkmenuitem.c:377
#: gtk/gtkmenuitem.c:382
#, fuzzy
msgid "Width in Characters"
msgstr "Шырыня ў знаках"
#: gtk/gtkmenuitem.c:378
#: gtk/gtkmenuitem.c:383
msgid "The minimum desired width of the menu item in characters"
msgstr ""
@@ -5822,7 +5822,7 @@ msgstr "Ці будзе віджэт бачны"
msgid "The orientation of the tray"
msgstr "Мейсцазнаходжаньне палоскі прылад"
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:633
#, fuzzy
msgid "Has tooltip"
msgstr "Выкарыстоўваць разьметку"
@@ -5832,17 +5832,17 @@ msgstr "Выкарыстоўваць разьметку"
msgid "Whether this tray icon has a tooltip"
msgstr "Ці мае гэты віджэт засяроджаньне для ўводу"
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:654
#, fuzzy
msgid "Tooltip Text"
msgstr "Пашыраемы памер"
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:655 gtk/gtkwidget.c:676
#, fuzzy
msgid "The contents of the tooltip for this widget"
msgstr "Зьмест запісу"
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:674
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:675
msgid "Tooltip markup"
msgstr ""
@@ -7023,29 +7023,29 @@ msgstr ""
msgid "Determines how the shadowed box around the viewport is drawn"
msgstr "Вызначае, як будзе адлюстроўвацца цень вакол кропкі гледжаньня."
#: gtk/gtkwidget.c:483
#: gtk/gtkwidget.c:484
msgid "Widget name"
msgstr "Назоў віджэту"
#: gtk/gtkwidget.c:484
#: gtk/gtkwidget.c:485
msgid "The name of the widget"
msgstr "Назоў гэтага віджэту"
#: gtk/gtkwidget.c:490
#: gtk/gtkwidget.c:491
msgid "Parent widget"
msgstr "Бацькоўскі віджэт"
#: gtk/gtkwidget.c:491
#: gtk/gtkwidget.c:492
msgid "The parent widget of this widget. Must be a Container widget"
msgstr ""
"Бацькоўскі віджэт гэтага віджэту. Павінен быць зьмяшчальнікам (Container "
"widget)."
#: gtk/gtkwidget.c:498
#: gtk/gtkwidget.c:499
msgid "Width request"
msgstr "Запыт шырыні"
#: gtk/gtkwidget.c:499
#: gtk/gtkwidget.c:500
msgid ""
"Override for width request of the widget, or -1 if natural request should be "
"used"
@@ -7053,11 +7053,11 @@ msgstr ""
"Перакрываць запыт на шырыню віджэта, ці -1, калі звычайнызапыт павінен "
"выкарыстоўвацца."
#: gtk/gtkwidget.c:507
#: gtk/gtkwidget.c:508
msgid "Height request"
msgstr "Запыт вышыні"
#: gtk/gtkwidget.c:508
#: gtk/gtkwidget.c:509
msgid ""
"Override for height request of the widget, or -1 if natural request should "
"be used"
@@ -7065,175 +7065,175 @@ msgstr ""
"Перакрываць запыт на вышыню віджэта, ці -1, калі звычайнызапыт павінен "
"выкарыстоўвацца."
#: gtk/gtkwidget.c:517
#: gtk/gtkwidget.c:518
msgid "Whether the widget is visible"
msgstr "Ці будзе віджэт бачны"
#: gtk/gtkwidget.c:524
#: gtk/gtkwidget.c:525
msgid "Whether the widget responds to input"
msgstr "Ці будзе віджэт адказваць на ўвод"
#: gtk/gtkwidget.c:530
#: gtk/gtkwidget.c:531
msgid "Application paintable"
msgstr "Адлюстроўвываемы дастасаваньнем"
#: gtk/gtkwidget.c:531
#: gtk/gtkwidget.c:532
msgid "Whether the application will paint directly on the widget"
msgstr "Ці будзе дастасаваньне напрамую маляваць на віджэце"
#: gtk/gtkwidget.c:537
#: gtk/gtkwidget.c:538
msgid "Can focus"
msgstr "Можа засяроджвацца"
#: gtk/gtkwidget.c:538
#: gtk/gtkwidget.c:539
msgid "Whether the widget can accept the input focus"
msgstr "Ці можа віджэт прымаць засяроджаньне для ўводу"
#: gtk/gtkwidget.c:544
#: gtk/gtkwidget.c:545
msgid "Has focus"
msgstr "Мае засяроджаньне"
#: gtk/gtkwidget.c:545
#: gtk/gtkwidget.c:546
msgid "Whether the widget has the input focus"
msgstr "Ці мае гэты віджэт засяроджаньне для ўводу"
#: gtk/gtkwidget.c:551
#: gtk/gtkwidget.c:552
msgid "Is focus"
msgstr "Засяроджаньне"
#: gtk/gtkwidget.c:552
#: gtk/gtkwidget.c:553
msgid "Whether the widget is the focus widget within the toplevel"
msgstr "Ці гэты віджэт зьяўляецца засяроджаным у межах верхняга ўзроўню"
#: gtk/gtkwidget.c:558
#: gtk/gtkwidget.c:559
msgid "Can default"
msgstr "Можа быць дапомным"
#: gtk/gtkwidget.c:559
#: gtk/gtkwidget.c:560
msgid "Whether the widget can be the default widget"
msgstr "Ці можа гэты віджэт быць дапомным."
#: gtk/gtkwidget.c:565
#: gtk/gtkwidget.c:566
msgid "Has default"
msgstr "Дапомны"
#: gtk/gtkwidget.c:566
#: gtk/gtkwidget.c:567
msgid "Whether the widget is the default widget"
msgstr "Ці зьяўляецца гэты віджэт дапомным."
#: gtk/gtkwidget.c:572
#: gtk/gtkwidget.c:573
msgid "Receives default"
msgstr "Атрымлівае дапомнае"
#: gtk/gtkwidget.c:573
#: gtk/gtkwidget.c:574
msgid "If TRUE, the widget will receive the default action when it is focused"
msgstr ""
"Калі ІСЬЦІНА (TRUE), віджэт атрымлівае дапомнае дзеяньне, калі ён мае "
"засяроджаньне."
#: gtk/gtkwidget.c:579
#: gtk/gtkwidget.c:580
msgid "Composite child"
msgstr "Складаны нашчадак"
#: gtk/gtkwidget.c:580
#: gtk/gtkwidget.c:581
msgid "Whether the widget is part of a composite widget"
msgstr "Ці зьяўляецца гэты віджэт часткай складанага віджэту."
#: gtk/gtkwidget.c:586
#: gtk/gtkwidget.c:587
msgid "Style"
msgstr "Стыль"
#: gtk/gtkwidget.c:587
#: gtk/gtkwidget.c:588
msgid ""
"The style of the widget, which contains information about how it will look "
"(colors etc)"
msgstr ""
"Стыль віджэту, які зьмяшчае зьвесткі аб уласным выглядзе (колеры й інш.)."
#: gtk/gtkwidget.c:593
#: gtk/gtkwidget.c:594
msgid "Events"
msgstr "Здарэньні"
#: gtk/gtkwidget.c:594
#: gtk/gtkwidget.c:595
msgid "The event mask that decides what kind of GdkEvents this widget gets"
msgstr "Маска, якая вырашае, якога роду GdkEvents атрымлівае віджэт."
#: gtk/gtkwidget.c:601
#: gtk/gtkwidget.c:602
msgid "Extension events"
msgstr "Дадатковыя здарэньні"
#: gtk/gtkwidget.c:602
#: gtk/gtkwidget.c:603
msgid "The mask that decides what kind of extension events this widget gets"
msgstr "Маска, якая вырашае, якія дадатковыя здарэньні атрымлівае гэты віджэт."
#: gtk/gtkwidget.c:609
#: gtk/gtkwidget.c:610
msgid "No show all"
msgstr ""
#: gtk/gtkwidget.c:610
#: gtk/gtkwidget.c:611
msgid "Whether gtk_widget_show_all() should not affect this widget"
msgstr ""
#: gtk/gtkwidget.c:633
#: gtk/gtkwidget.c:634
#, fuzzy
msgid "Whether this widget has a tooltip"
msgstr "Ці мае гэты віджэт засяроджаньне для ўводу"
#: gtk/gtkwidget.c:689
#: gtk/gtkwidget.c:690
#, fuzzy
msgid "Window"
msgstr "Тып акна"
#: gtk/gtkwidget.c:690
#: gtk/gtkwidget.c:691
msgid "The widget's window if it is realized"
msgstr ""
#: gtk/gtkwidget.c:2212
#: gtk/gtkwidget.c:2213
msgid "Interior Focus"
msgstr "Унутранае засяроджаньне"
#: gtk/gtkwidget.c:2213
#: gtk/gtkwidget.c:2214
msgid "Whether to draw the focus indicator inside widgets"
msgstr "Ці будзе адлюстроўвацца паказальнік засяроджаньня ўнутры віджэтаў."
#: gtk/gtkwidget.c:2219
#: gtk/gtkwidget.c:2220
msgid "Focus linewidth"
msgstr "Шырыня лініі засяроджаньня"
#: gtk/gtkwidget.c:2220
#: gtk/gtkwidget.c:2221
msgid "Width, in pixels, of the focus indicator line"
msgstr "Шырыня, у піксэлях, лініі засяроджаньня."
#: gtk/gtkwidget.c:2226
#: gtk/gtkwidget.c:2227
msgid "Focus line dash pattern"
msgstr "Узор лініі засяроджаньня"
#: gtk/gtkwidget.c:2227
#: gtk/gtkwidget.c:2228
msgid "Dash pattern used to draw the focus indicator"
msgstr "Узор штрыхоў для адлюстраваньня засяроджаньня."
#: gtk/gtkwidget.c:2232
#: gtk/gtkwidget.c:2233
msgid "Focus padding"
msgstr "Спад засяроджаньня"
#: gtk/gtkwidget.c:2233
#: gtk/gtkwidget.c:2234
msgid "Width, in pixels, between focus indicator and the widget 'box'"
msgstr ""
"Шырыня, у піксалях, паміж паказальнікам засяроджаньня й віджэтам \"box\"."
#: gtk/gtkwidget.c:2238
#: gtk/gtkwidget.c:2239
msgid "Cursor color"
msgstr "Колер курсора"
#: gtk/gtkwidget.c:2239
#: gtk/gtkwidget.c:2240
msgid "Color with which to draw insertion cursor"
msgstr "Колер, выкарыстоўвываемы для адлюстраваньня курсору"
#: gtk/gtkwidget.c:2244
#: gtk/gtkwidget.c:2245
msgid "Secondary cursor color"
msgstr "Колер другога курсору"
#: gtk/gtkwidget.c:2245
#: gtk/gtkwidget.c:2246
msgid ""
"Color with which to draw the secondary insertion cursor when editing mixed "
"right-to-left and left-to-right text"
@@ -7241,88 +7241,88 @@ msgstr ""
"Колер для адлюстраваньня другога курсору, калі выкарыстоўвываецца зьмешаны"
"(зьлева направа й справа налева) ўвод тэксту."
#: gtk/gtkwidget.c:2250
#: gtk/gtkwidget.c:2251
msgid "Cursor line aspect ratio"
msgstr "Прапорцыі курсору"
#: gtk/gtkwidget.c:2251
#: gtk/gtkwidget.c:2252
msgid "Aspect ratio with which to draw insertion cursor"
msgstr "Прапорцыі курсору"
#: gtk/gtkwidget.c:2265
#: gtk/gtkwidget.c:2266
#, fuzzy
msgid "Draw Border"
msgstr "Мяжы лычкі"
#: gtk/gtkwidget.c:2266
#: gtk/gtkwidget.c:2267
msgid "Size of areas outside the widget's allocation to draw"
msgstr ""
#: gtk/gtkwidget.c:2279
#: gtk/gtkwidget.c:2280
#, fuzzy
msgid "Unvisited Link Color"
msgstr "Бягучы колер"
#: gtk/gtkwidget.c:2280
#: gtk/gtkwidget.c:2281
#, fuzzy
msgid "Color of unvisited links"
msgstr "Назоў гэтага акна"
#: gtk/gtkwidget.c:2293
#: gtk/gtkwidget.c:2294
#, fuzzy
msgid "Visited Link Color"
msgstr "Бягучы колер"
#: gtk/gtkwidget.c:2294
#: gtk/gtkwidget.c:2295
#, fuzzy
msgid "Color of visited links"
msgstr "Назоў гэтага акна"
#: gtk/gtkwidget.c:2308
#: gtk/gtkwidget.c:2309
#, fuzzy
msgid "Wide Separators"
msgstr "Мае падзяляльнік"
#: gtk/gtkwidget.c:2309
#: gtk/gtkwidget.c:2310
msgid ""
"Whether separators have configurable width and should be drawn using a box "
"instead of a line"
msgstr ""
#: gtk/gtkwidget.c:2323
#: gtk/gtkwidget.c:2324
#, fuzzy
msgid "Separator Width"
msgstr "Шырыня вэртыкальнага падзяляльніку"
#: gtk/gtkwidget.c:2324
#: gtk/gtkwidget.c:2325
msgid "The width of separators if wide-separators is TRUE"
msgstr ""
#: gtk/gtkwidget.c:2338
#: gtk/gtkwidget.c:2339
#, fuzzy
msgid "Separator Height"
msgstr "Дапомная вышыня"
#: gtk/gtkwidget.c:2339
#: gtk/gtkwidget.c:2340
msgid "The height of separators if \"wide-separators\" is TRUE"
msgstr ""
#: gtk/gtkwidget.c:2353
#: gtk/gtkwidget.c:2354
#, fuzzy
msgid "Horizontal Scroll Arrow Length"
msgstr "Гарызантальная пракрутка"
#: gtk/gtkwidget.c:2354
#: gtk/gtkwidget.c:2355
#, fuzzy
msgid "The length of horizontal scroll arrows"
msgstr "Калі будзе адлюстроўвацца гарызантальная паласа пракруткі"
#: gtk/gtkwidget.c:2368
#: gtk/gtkwidget.c:2369
#, fuzzy
msgid "Vertical Scroll Arrow Length"
msgstr "Вэртыкальная пракрутка"
#: gtk/gtkwidget.c:2369
#: gtk/gtkwidget.c:2370
#, fuzzy
msgid "The length of vertical scroll arrows"
msgstr "Калі будзе адлюстроўвацца вэртыкальная паласа пракруткі"
+88 -88
View File
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
"POT-Creation-Date: 2009-08-29 00:07-0400\n"
"PO-Revision-Date: 2007-12-09 14:44+0200\n"
"Last-Translator: Alaksandar Navicki <zolak@lacinka.org>\n"
"Language-Team: i18n@mova.org <i18n@mova.org>\n"
@@ -262,7 +262,7 @@ msgid "A unique name for the action."
msgstr "Unikalnaja nazva dla aperacyi."
#: gtk/gtkaction.c:198 gtk/gtkbutton.c:219 gtk/gtkexpander.c:195
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:300
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:305
#: gtk/gtktoolbutton.c:202
msgid "Label"
msgstr "Etykietka"
@@ -378,7 +378,7 @@ msgstr ""
"buduć schavanyja."
#: gtk/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193
#: gtk/gtkwidget.c:523
#: gtk/gtkwidget.c:524
msgid "Sensitive"
msgstr "Adčuvalny"
@@ -387,7 +387,7 @@ msgid "Whether the action is enabled."
msgstr "Akreślivaje, ci aperacyja dastupnaja."
#: gtk/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:517
msgid "Visible"
msgstr "Bačnaja"
@@ -565,7 +565,7 @@ msgstr "Cień strełki"
msgid "Appearance of the shadow surrounding the arrow"
msgstr "Vyhlad cieniu vakoł strełki"
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:363
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:368
msgid "Arrow Scaling"
msgstr "Skalowanie strełak"
@@ -807,12 +807,12 @@ msgid ""
msgstr "Tekst etykiety ŭnutry knopki, kali knopka maje ŭ sabie widget etykiety"
#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388
#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209
#: gtk/gtkmenuitem.c:320 gtk/gtktoolbutton.c:209
msgid "Use underline"
msgstr "Užyvańnie padkreśleńnia"
#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389
#: gtk/gtkmenuitem.c:316
#: gtk/gtkmenuitem.c:321
msgid ""
"If set, an underline in the text indicates the next character should be used "
"for the mnemonic accelerator key"
@@ -3403,7 +3403,7 @@ msgstr "Abranaja dziejna nazva fajłu"
msgid "The accel group holding accelerators for the menu"
msgstr "Klaviša mnemonika, źviazanaja z etykietaj"
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:285
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:290
msgid "Accel Path"
msgstr ""
@@ -3607,44 +3607,44 @@ msgstr "Spaźnieńnie pajaŭleńnia razhortvalnaha menu"
msgid "Delay before the submenus of a menu bar appear"
msgstr "Spaźnieńnie pajaŭleńnia padmenu paneli menu"
#: gtk/gtkmenuitem.c:252
#: gtk/gtkmenuitem.c:257
msgid "Right Justified"
msgstr ""
#: gtk/gtkmenuitem.c:253
#: gtk/gtkmenuitem.c:258
msgid ""
"Sets whether the menu item appears justified at the right side of a menu bar"
msgstr ""
#: gtk/gtkmenuitem.c:267
#: gtk/gtkmenuitem.c:272
msgid "Submenu"
msgstr "Submenu"
#: gtk/gtkmenuitem.c:268
#: gtk/gtkmenuitem.c:273
msgid "The submenu attached to the menu item, or NULL if it has none"
msgstr "Submenu, prypisanaje elementu menu albo NULL, kali niama submenu"
#: gtk/gtkmenuitem.c:286
#: gtk/gtkmenuitem.c:291
msgid "Sets the accelerator path of the menu item"
msgstr ""
#: gtk/gtkmenuitem.c:301
#: gtk/gtkmenuitem.c:306
#, fuzzy
msgid "The text for the child label"
msgstr "Tekst etykiety"
#: gtk/gtkmenuitem.c:364
#: gtk/gtkmenuitem.c:369
msgid "Amount of space used up by arrow, relative to the menu item's font size"
msgstr ""
"Kolkaść miesca, zaniataha strełkaj, adnosna pamieraŭ šryftu dla elementaŭ "
"menu"
#: gtk/gtkmenuitem.c:377
#: gtk/gtkmenuitem.c:382
#, fuzzy
msgid "Width in Characters"
msgstr "Šyrynia ŭ znakach"
#: gtk/gtkmenuitem.c:378
#: gtk/gtkmenuitem.c:383
#, fuzzy
msgid "The minimum desired width of the menu item in characters"
msgstr "Žadanaja šyrynia etykiety ŭ znakach"
@@ -5616,7 +5616,7 @@ msgstr "Akreślivaje, паказваć ikonu ci nie"
msgid "The orientation of the tray"
msgstr "Pałažeńnie paneli pryładździa"
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:633
msgid "Has tooltip"
msgstr "Jość padkazka"
@@ -5625,15 +5625,15 @@ msgstr "Jość padkazka"
msgid "Whether this tray icon has a tooltip"
msgstr "Akreślivaje, ci hety widget maje padkazku"
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:654
msgid "Tooltip Text"
msgstr "Tekst padkazki"
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:655 gtk/gtkwidget.c:676
msgid "The contents of the tooltip for this widget"
msgstr "Tekst padkazki dla hetaha widgetu"
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:674
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:675
msgid "Tooltip markup"
msgstr "Značnik padkazki"
@@ -6783,27 +6783,27 @@ msgid "Determines how the shadowed box around the viewport is drawn"
msgstr ""
"Akreślivaje, jak rysujecca pramavuholnik ź cieniem vakoł abšaru vyśviatleńnia"
#: gtk/gtkwidget.c:483
#: gtk/gtkwidget.c:484
msgid "Widget name"
msgstr "Nazva widgetu"
#: gtk/gtkwidget.c:484
#: gtk/gtkwidget.c:485
msgid "The name of the widget"
msgstr "Nazva widgetu"
#: gtk/gtkwidget.c:490
#: gtk/gtkwidget.c:491
msgid "Parent widget"
msgstr "Widget vyšejšaha ŭzroŭniu"
#: gtk/gtkwidget.c:491
#: gtk/gtkwidget.c:492
msgid "The parent widget of this widget. Must be a Container widget"
msgstr "Widget vyšejšaha ŭzroŭniu hetaha widgetu. Jon musić być kantejneram"
#: gtk/gtkwidget.c:498
#: gtk/gtkwidget.c:499
msgid "Width request"
msgstr "Patrabavańnie ŭstalić šyryniu"
#: gtk/gtkwidget.c:499
#: gtk/gtkwidget.c:500
msgid ""
"Override for width request of the widget, or -1 if natural request should be "
"used"
@@ -6811,11 +6811,11 @@ msgstr ""
"Patrabavańnie ŭstalić šyryniu widgetu, vartaść -1 aznačaje ŭžyćcio "
"naturalnaha parametru"
#: gtk/gtkwidget.c:507
#: gtk/gtkwidget.c:508
msgid "Height request"
msgstr "Patrabavańnie ŭstalić vyšyniu"
#: gtk/gtkwidget.c:508
#: gtk/gtkwidget.c:509
msgid ""
"Override for height request of the widget, or -1 if natural request should "
"be used"
@@ -6823,179 +6823,179 @@ msgstr ""
"Patrabavańnie ŭstalić vyšyniu widgetu, vartaść -1 aznačaje ŭžyćcio "
"naturalnaha parametru"
#: gtk/gtkwidget.c:517
#: gtk/gtkwidget.c:518
msgid "Whether the widget is visible"
msgstr "Akreślivaje, ci widget bačny"
#: gtk/gtkwidget.c:524
#: gtk/gtkwidget.c:525
msgid "Whether the widget responds to input"
msgstr "Akreślivaje, ci widget adkazvaje na zdareńni ŭvodu"
#: gtk/gtkwidget.c:530
#: gtk/gtkwidget.c:531
msgid "Application paintable"
msgstr "Rysavanaje prahramaj"
#: gtk/gtkwidget.c:531
#: gtk/gtkwidget.c:532
msgid "Whether the application will paint directly on the widget"
msgstr "Akreślivaje, ci aplikacyja budzie rysavać niepasredna pa widgecie."
#: gtk/gtkwidget.c:537
#: gtk/gtkwidget.c:538
msgid "Can focus"
msgstr "Pryjmaje fokus"
#: gtk/gtkwidget.c:538
#: gtk/gtkwidget.c:539
msgid "Whether the widget can accept the input focus"
msgstr "Akreślivaje, ci widget pryjmaje fokus uvodu"
#: gtk/gtkwidget.c:544
#: gtk/gtkwidget.c:545
msgid "Has focus"
msgstr "Z fokusam"
#: gtk/gtkwidget.c:545
#: gtk/gtkwidget.c:546
msgid "Whether the widget has the input focus"
msgstr "Akreślivaje, ci na widgecie sfakusavany ŭvod"
#: gtk/gtkwidget.c:551
#: gtk/gtkwidget.c:552
msgid "Is focus"
msgstr "Fakusavańnie"
#: gtk/gtkwidget.c:552
#: gtk/gtkwidget.c:553
msgid "Whether the widget is the focus widget within the toplevel"
msgstr "Akreślivaje, ci widget u vaknie vyšejšaha ŭzroŭniu zmoŭčany"
#: gtk/gtkwidget.c:558
#: gtk/gtkwidget.c:559
msgid "Can default"
msgstr "Moža być zmoŭčany"
#: gtk/gtkwidget.c:559
#: gtk/gtkwidget.c:560
msgid "Whether the widget can be the default widget"
msgstr "Akreślivaje, ci widget moža być zmoŭčany"
#: gtk/gtkwidget.c:565
#: gtk/gtkwidget.c:566
msgid "Has default"
msgstr "Zmoŭčany"
#: gtk/gtkwidget.c:566
#: gtk/gtkwidget.c:567
msgid "Whether the widget is the default widget"
msgstr "Akreślivaje, ci widget zmoŭčany"
#: gtk/gtkwidget.c:572
#: gtk/gtkwidget.c:573
msgid "Receives default"
msgstr "Pryjmaje zmoŭčanaje"
#: gtk/gtkwidget.c:573
#: gtk/gtkwidget.c:574
msgid "If TRUE, the widget will receive the default action when it is focused"
msgstr ""
"Akreślivaje, ci widget pryjmaje zmoŭčanaje dziejańnie, kali fokus na im"
#: gtk/gtkwidget.c:579
#: gtk/gtkwidget.c:580
msgid "Composite child"
msgstr "Naščadak składanaha"
#: gtk/gtkwidget.c:580
#: gtk/gtkwidget.c:581
msgid "Whether the widget is part of a composite widget"
msgstr "Akreślivaje, ci widget źjaŭlajecca častkaj składanaha widgetu"
#: gtk/gtkwidget.c:586
#: gtk/gtkwidget.c:587
msgid "Style"
msgstr "Styl"
#: gtk/gtkwidget.c:587
#: gtk/gtkwidget.c:588
msgid ""
"The style of the widget, which contains information about how it will look "
"(colors etc)"
msgstr "Styl widgetu, z infarmacyjaj ab jahonym vyhladzie (kolery i inšaje)"
#: gtk/gtkwidget.c:593
#: gtk/gtkwidget.c:594
msgid "Events"
msgstr "Zdareńni"
#: gtk/gtkwidget.c:594
#: gtk/gtkwidget.c:595
msgid "The event mask that decides what kind of GdkEvents this widget gets"
msgstr ""
"Maska zdareńniaŭ, jakaja akreślivaje, jakija typy zdareńniaŭ GdkEvents "
"atrymvaje hety widget"
#: gtk/gtkwidget.c:601
#: gtk/gtkwidget.c:602
msgid "Extension events"
msgstr "Zdareńni pašyreńnia"
#: gtk/gtkwidget.c:602
#: gtk/gtkwidget.c:603
msgid "The mask that decides what kind of extension events this widget gets"
msgstr ""
"Maska zdareńniaŭ, jakaja akreślivaje, jakija typy zdareńniaŭ atrymvaje hety "
"widget"
#: gtk/gtkwidget.c:609
#: gtk/gtkwidget.c:610
msgid "No show all"
msgstr "Nie pakazvaj usich"
#: gtk/gtkwidget.c:610
#: gtk/gtkwidget.c:611
msgid "Whether gtk_widget_show_all() should not affect this widget"
msgstr ""
"Akreślivaje, ci funkcyja gtk_widget_show_all() pavinna mieć upłyŭ na hety "
"widget"
#: gtk/gtkwidget.c:633
#: gtk/gtkwidget.c:634
msgid "Whether this widget has a tooltip"
msgstr "Akreślivaje, ci hety widget maje padkazku"
#: gtk/gtkwidget.c:689
#: gtk/gtkwidget.c:690
#, fuzzy
msgid "Window"
msgstr "Typ akna"
#: gtk/gtkwidget.c:690
#: gtk/gtkwidget.c:691
msgid "The widget's window if it is realized"
msgstr ""
#: gtk/gtkwidget.c:2212
#: gtk/gtkwidget.c:2213
msgid "Interior Focus"
msgstr "Unutrany fokus"
#: gtk/gtkwidget.c:2213
#: gtk/gtkwidget.c:2214
msgid "Whether to draw the focus indicator inside widgets"
msgstr "Akreślivaje, treba rysavać pakaźnik fokusu ŭnutry widgetaŭ"
#: gtk/gtkwidget.c:2219
#: gtk/gtkwidget.c:2220
msgid "Focus linewidth"
msgstr "Šyrynia linii fokusu"
#: gtk/gtkwidget.c:2220
#: gtk/gtkwidget.c:2221
msgid "Width, in pixels, of the focus indicator line"
msgstr "Šyrynia linii, jakaja pakazvaje fokus, u pikselach"
#: gtk/gtkwidget.c:2226
#: gtk/gtkwidget.c:2227
msgid "Focus line dash pattern"
msgstr "Uzor linii fokusu"
#: gtk/gtkwidget.c:2227
#: gtk/gtkwidget.c:2228
msgid "Dash pattern used to draw the focus indicator"
msgstr "Uzor linii, užyvanaj pry rysavańni fokusu"
#: gtk/gtkwidget.c:2232
#: gtk/gtkwidget.c:2233
msgid "Focus padding"
msgstr "Zapaŭnieńnie fokusu"
#: gtk/gtkwidget.c:2233
#: gtk/gtkwidget.c:2234
msgid "Width, in pixels, between focus indicator and the widget 'box'"
msgstr ""
"Šyrynia vodstupu pamiž pakaźnikam fokusu i pramavuholnikam, jaki aznačaje "
"fokus, u pikselach"
#: gtk/gtkwidget.c:2238
#: gtk/gtkwidget.c:2239
msgid "Cursor color"
msgstr "Koler kursora"
#: gtk/gtkwidget.c:2239
#: gtk/gtkwidget.c:2240
msgid "Color with which to draw insertion cursor"
msgstr "Koler, pry vykarystańni jakoha pavinien być rysavany kursor ustaŭki"
#: gtk/gtkwidget.c:2244
#: gtk/gtkwidget.c:2245
msgid "Secondary cursor color"
msgstr "Druhi koler kursora"
#: gtk/gtkwidget.c:2245
#: gtk/gtkwidget.c:2246
msgid ""
"Color with which to draw the secondary insertion cursor when editing mixed "
"right-to-left and left-to-right text"
@@ -7003,43 +7003,43 @@ msgstr ""
"Koler dapamožnaha kursora ŭstaŭki, užyvanaha pry redahavańni tekstu ź "
"pieramiašanymi frahmentami, pisanymi źleva naprava i sprava naleva."
#: gtk/gtkwidget.c:2250
#: gtk/gtkwidget.c:2251
msgid "Cursor line aspect ratio"
msgstr "Praporcyi pramavuholnika kursora"
#: gtk/gtkwidget.c:2251
#: gtk/gtkwidget.c:2252
msgid "Aspect ratio with which to draw insertion cursor"
msgstr "Kaeficyjent praporcyjaŭ kursora ŭstaŭki"
#: gtk/gtkwidget.c:2265
#: gtk/gtkwidget.c:2266
msgid "Draw Border"
msgstr "Rysavańnie krajoŭ"
#: gtk/gtkwidget.c:2266
#: gtk/gtkwidget.c:2267
msgid "Size of areas outside the widget's allocation to draw"
msgstr "Pamier abšaraŭ rysavać pa-za abšaram, zaniatym widgetam"
#: gtk/gtkwidget.c:2279
#: gtk/gtkwidget.c:2280
msgid "Unvisited Link Color"
msgstr "Koler nienaviedanaj spasyłki"
#: gtk/gtkwidget.c:2280
#: gtk/gtkwidget.c:2281
msgid "Color of unvisited links"
msgstr "Koler nienaviedanych spasyłak"
#: gtk/gtkwidget.c:2293
#: gtk/gtkwidget.c:2294
msgid "Visited Link Color"
msgstr "Koler naviedanaj spasyłki"
#: gtk/gtkwidget.c:2294
#: gtk/gtkwidget.c:2295
msgid "Color of visited links"
msgstr "Koler naviedanych spasyłak"
#: gtk/gtkwidget.c:2308
#: gtk/gtkwidget.c:2309
msgid "Wide Separators"
msgstr "Šyrynia separatara"
#: gtk/gtkwidget.c:2309
#: gtk/gtkwidget.c:2310
msgid ""
"Whether separators have configurable width and should be drawn using a box "
"instead of a line"
@@ -7047,35 +7047,35 @@ msgstr ""
"Ci separatary majuć kanfihuravalnuju šyryniu, i ci pavinny jany być "
"rysavanyja pry dapamozie pramavuholnikaŭ, a nia linijaŭ"
#: gtk/gtkwidget.c:2323
#: gtk/gtkwidget.c:2324
msgid "Separator Width"
msgstr "Šyrynia separatara"
#: gtk/gtkwidget.c:2324
#: gtk/gtkwidget.c:2325
msgid "The width of separators if wide-separators is TRUE"
msgstr "Šyrynia separataraŭ, kali hetaja vartaść PRAŬDZIVAJA"
#: gtk/gtkwidget.c:2338
#: gtk/gtkwidget.c:2339
msgid "Separator Height"
msgstr "Separatar vyšyni"
#: gtk/gtkwidget.c:2339
#: gtk/gtkwidget.c:2340
msgid "The height of separators if \"wide-separators\" is TRUE"
msgstr "Vyšynia separataraŭ, kali vartaść \"wide-separators\" PRAŬDZIVAJA"
#: gtk/gtkwidget.c:2353
#: gtk/gtkwidget.c:2354
msgid "Horizontal Scroll Arrow Length"
msgstr "Daŭžynia haryzantalnaj strełki prakrutki"
#: gtk/gtkwidget.c:2354
#: gtk/gtkwidget.c:2355
msgid "The length of horizontal scroll arrows"
msgstr "Daŭžynia haryzantalnych strełak prakrutki"
#: gtk/gtkwidget.c:2368
#: gtk/gtkwidget.c:2369
msgid "Vertical Scroll Arrow Length"
msgstr "Daŭžynia vertykalnaj strełki prakrutki"
#: gtk/gtkwidget.c:2369
#: gtk/gtkwidget.c:2370
msgid "The length of vertical scroll arrows"
msgstr "Daŭžynia vertykalnaj strełki prakrutki"
+88 -88
View File
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties trunk\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
"POT-Creation-Date: 2009-08-29 00:07-0400\n"
"PO-Revision-Date: 2009-03-16 13:18+0200\n"
"Last-Translator: Alexander Shopov <ash@contact.bg>\n"
"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
@@ -264,7 +264,7 @@ msgid "A unique name for the action."
msgstr "Уникално име за действието."
#: gtk/gtkaction.c:198 gtk/gtkbutton.c:219 gtk/gtkexpander.c:195
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:300
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:305
#: gtk/gtktoolbutton.c:202
msgid "Label"
msgstr "Етикет"
@@ -377,7 +377,7 @@ msgid "When TRUE, empty menu proxies for this action are hidden."
msgstr "Ако е истина, празните представяния на това действие са скрити."
#: gtk/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193
#: gtk/gtkwidget.c:523
#: gtk/gtkwidget.c:524
msgid "Sensitive"
msgstr "Действащо"
@@ -386,7 +386,7 @@ msgid "Whether the action is enabled."
msgstr "Дали действието е включено."
#: gtk/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:517
msgid "Visible"
msgstr "Видимо"
@@ -565,7 +565,7 @@ msgstr "Сянка на стрелката"
msgid "Appearance of the shadow surrounding the arrow"
msgstr "Поява на сянка около стрелката"
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:363
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:368
msgid "Arrow Scaling"
msgstr "Размер на стрелката"
@@ -806,12 +806,12 @@ msgstr ""
"Текстът на елемента етикет вътре в бутона, ако той съдържа елемент етикет"
#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388
#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209
#: gtk/gtkmenuitem.c:320 gtk/gtktoolbutton.c:209
msgid "Use underline"
msgstr "Използване на „_“"
#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389
#: gtk/gtkmenuitem.c:316
#: gtk/gtkmenuitem.c:321
msgid ""
"If set, an underline in the text indicates the next character should be used "
"for the mnemonic accelerator key"
@@ -3328,7 +3328,7 @@ msgstr "Текущо избраният елемент от меню"
msgid "The accel group holding accelerators for the menu"
msgstr "Група с клавишни комбинации за менюто"
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:285
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:290
msgid "Accel Path"
msgstr "Път за клавишна комбинация"
@@ -3537,45 +3537,45 @@ msgstr "Закъснение преди появяване на падащи м
msgid "Delay before the submenus of a menu bar appear"
msgstr "Закъснението преди появяване на подменютата"
#: gtk/gtkmenuitem.c:252
#: gtk/gtkmenuitem.c:257
msgid "Right Justified"
msgstr "Подравняване надясно"
#: gtk/gtkmenuitem.c:253
#: gtk/gtkmenuitem.c:258
msgid ""
"Sets whether the menu item appears justified at the right side of a menu bar"
msgstr ""
"Задаване дали елементът на менюто да бъде подравнено надясно спрямо лентата "
"за менюта"
#: gtk/gtkmenuitem.c:267
#: gtk/gtkmenuitem.c:272
msgid "Submenu"
msgstr "Подменю"
#: gtk/gtkmenuitem.c:268
#: gtk/gtkmenuitem.c:273
msgid "The submenu attached to the menu item, or NULL if it has none"
msgstr ""
"Подменюто, което е закачено към този елемент от менюто. Ако няма, е NULL"
#: gtk/gtkmenuitem.c:286
#: gtk/gtkmenuitem.c:291
msgid "Sets the accelerator path of the menu item"
msgstr "Задава клавишната комбинация за елемента на менюто"
#: gtk/gtkmenuitem.c:301
#: gtk/gtkmenuitem.c:306
msgid "The text for the child label"
msgstr "Текстът на дъщерния етикет"
#: gtk/gtkmenuitem.c:364
#: gtk/gtkmenuitem.c:369
msgid "Amount of space used up by arrow, relative to the menu item's font size"
msgstr ""
"Пространството заемано от стрелката спрямо размера на шрифта на елемента от "
"менюто"
#: gtk/gtkmenuitem.c:377
#: gtk/gtkmenuitem.c:382
msgid "Width in Characters"
msgstr "Широчина в знаци"
#: gtk/gtkmenuitem.c:378
#: gtk/gtkmenuitem.c:383
msgid "The minimum desired width of the menu item in characters"
msgstr "Минималната желана широчина на елемента от менюто в знаци"
@@ -5524,7 +5524,7 @@ msgstr "Дали иконата за състоянието да е вграде
msgid "The orientation of the tray"
msgstr "Ориентация на тавата"
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:633
msgid "Has tooltip"
msgstr "С подсказка"
@@ -5532,15 +5532,15 @@ msgstr "С подсказка"
msgid "Whether this tray icon has a tooltip"
msgstr "Дали тази икона за панела има подсказка"
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:654
msgid "Tooltip Text"
msgstr "Текстът на подсказка"
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:655 gtk/gtkwidget.c:676
msgid "The contents of the tooltip for this widget"
msgstr "Съдържание на подсказката за този графичен обект"
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:674
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:675
msgid "Tooltip markup"
msgstr "Съдържание на подсказката"
@@ -6672,27 +6672,27 @@ msgstr ""
msgid "Determines how the shadowed box around the viewport is drawn"
msgstr "Определяне на изчертаването на засенчващата кутия около изгледа"
#: gtk/gtkwidget.c:483
#: gtk/gtkwidget.c:484
msgid "Widget name"
msgstr "Име на графичен обект"
#: gtk/gtkwidget.c:484
#: gtk/gtkwidget.c:485
msgid "The name of the widget"
msgstr "Името на графичния обект"
#: gtk/gtkwidget.c:490
#: gtk/gtkwidget.c:491
msgid "Parent widget"
msgstr "Родителски графичен обект"
#: gtk/gtkwidget.c:491
#: gtk/gtkwidget.c:492
msgid "The parent widget of this widget. Must be a Container widget"
msgstr "Родителски елемент на този елемент. Трябва да бъде елемент-контейнер"
#: gtk/gtkwidget.c:498
#: gtk/gtkwidget.c:499
msgid "Width request"
msgstr "Заявена широчина"
#: gtk/gtkwidget.c:499
#: gtk/gtkwidget.c:500
msgid ""
"Override for width request of the widget, or -1 if natural request should be "
"used"
@@ -6700,11 +6700,11 @@ msgstr ""
"Игнориране на заявката за широчина на елемента или -1, ако трябва да бъде "
"използвана естествено заявената широчина"
#: gtk/gtkwidget.c:507
#: gtk/gtkwidget.c:508
msgid "Height request"
msgstr "Заявена височина"
#: gtk/gtkwidget.c:508
#: gtk/gtkwidget.c:509
msgid ""
"Override for height request of the widget, or -1 if natural request should "
"be used"
@@ -6712,176 +6712,176 @@ msgstr ""
"Игнориране на заявката за височина на елемента или -1, ако трябва да бъде "
"използвана естествено заявената височина"
#: gtk/gtkwidget.c:517
#: gtk/gtkwidget.c:518
msgid "Whether the widget is visible"
msgstr "Дали графичният обект е видим"
#: gtk/gtkwidget.c:524
#: gtk/gtkwidget.c:525
msgid "Whether the widget responds to input"
msgstr "Дали графичният обект ще отговаря на входа"
#: gtk/gtkwidget.c:530
#: gtk/gtkwidget.c:531
msgid "Application paintable"
msgstr "Изчертава се от програмата"
#: gtk/gtkwidget.c:531
#: gtk/gtkwidget.c:532
msgid "Whether the application will paint directly on the widget"
msgstr "Дали програмата ще чертае директно в графичния обект"
#: gtk/gtkwidget.c:537
#: gtk/gtkwidget.c:538
msgid "Can focus"
msgstr "Може да има фокус"
#: gtk/gtkwidget.c:538
#: gtk/gtkwidget.c:539
msgid "Whether the widget can accept the input focus"
msgstr "Дали графичният обект може да приема входен фокус"
#: gtk/gtkwidget.c:544
#: gtk/gtkwidget.c:545
msgid "Has focus"
msgstr "С фокус"
#: gtk/gtkwidget.c:545
#: gtk/gtkwidget.c:546
msgid "Whether the widget has the input focus"
msgstr "Дали графичният обект има входен фокус"
#: gtk/gtkwidget.c:551
#: gtk/gtkwidget.c:552
msgid "Is focus"
msgstr "E фокус"
#: gtk/gtkwidget.c:552
#: gtk/gtkwidget.c:553
msgid "Whether the widget is the focus widget within the toplevel"
msgstr "Дали графичният обект е фокус в прозореца отгоре"
#: gtk/gtkwidget.c:558
#: gtk/gtkwidget.c:559
msgid "Can default"
msgstr "Може да е стандартен"
#: gtk/gtkwidget.c:559
#: gtk/gtkwidget.c:560
msgid "Whether the widget can be the default widget"
msgstr "Дали графичният обект може да бъде стандартния"
#: gtk/gtkwidget.c:565
#: gtk/gtkwidget.c:566
msgid "Has default"
msgstr "Е стандартния"
#: gtk/gtkwidget.c:566
#: gtk/gtkwidget.c:567
msgid "Whether the widget is the default widget"
msgstr "Дали графичният обект е стандартният"
#: gtk/gtkwidget.c:572
#: gtk/gtkwidget.c:573
msgid "Receives default"
msgstr "Получава стандартното"
#: gtk/gtkwidget.c:573
#: gtk/gtkwidget.c:574
msgid "If TRUE, the widget will receive the default action when it is focused"
msgstr ""
"Ако е истина, графичният обект ще получи стандартното действие, когато е "
"фокусиран"
#: gtk/gtkwidget.c:579
#: gtk/gtkwidget.c:580
msgid "Composite child"
msgstr "Съставен дъщерен елемент"
#: gtk/gtkwidget.c:580
#: gtk/gtkwidget.c:581
msgid "Whether the widget is part of a composite widget"
msgstr "Дали графичният обект е част от друг съставен графичен обект"
#: gtk/gtkwidget.c:586
#: gtk/gtkwidget.c:587
msgid "Style"
msgstr "Стил"
#: gtk/gtkwidget.c:587
#: gtk/gtkwidget.c:588
msgid ""
"The style of the widget, which contains information about how it will look "
"(colors etc)"
msgstr ""
"Стилът на графичния обект — информация за това как ще изглежда (цвят и др.)"
#: gtk/gtkwidget.c:593
#: gtk/gtkwidget.c:594
msgid "Events"
msgstr "Събития"
#: gtk/gtkwidget.c:594
#: gtk/gtkwidget.c:595
msgid "The event mask that decides what kind of GdkEvents this widget gets"
msgstr ""
"Маската на събития, които определят видовете GdkEvents, които този графичен "
"обект получава"
#: gtk/gtkwidget.c:601
#: gtk/gtkwidget.c:602
msgid "Extension events"
msgstr "Разширени събития"
#: gtk/gtkwidget.c:602
#: gtk/gtkwidget.c:603
msgid "The mask that decides what kind of extension events this widget gets"
msgstr ""
"Маската, която определя какъв вид разширени събития получава този обект"
#: gtk/gtkwidget.c:609
#: gtk/gtkwidget.c:610
msgid "No show all"
msgstr "Да не се показват всички"
#: gtk/gtkwidget.c:610
#: gtk/gtkwidget.c:611
msgid "Whether gtk_widget_show_all() should not affect this widget"
msgstr "Дали gtk_widget_show_all() да не влияе на този обект"
#: gtk/gtkwidget.c:633
#: gtk/gtkwidget.c:634
msgid "Whether this widget has a tooltip"
msgstr "Дали графичният обект има подсказка"
#: gtk/gtkwidget.c:689
#: gtk/gtkwidget.c:690
msgid "Window"
msgstr "Прозорец"
#: gtk/gtkwidget.c:690
#: gtk/gtkwidget.c:691
msgid "The widget's window if it is realized"
msgstr "Прозорец на графичния обект, ако го има"
#: gtk/gtkwidget.c:2212
#: gtk/gtkwidget.c:2213
msgid "Interior Focus"
msgstr "Вътрешен фокус"
#: gtk/gtkwidget.c:2213
#: gtk/gtkwidget.c:2214
msgid "Whether to draw the focus indicator inside widgets"
msgstr "Дали да се изчертава индикатор за фокус вътре в графични обекти"
#: gtk/gtkwidget.c:2219
#: gtk/gtkwidget.c:2220
msgid "Focus linewidth"
msgstr "Широчина на линията за фокус"
#: gtk/gtkwidget.c:2220
#: gtk/gtkwidget.c:2221
msgid "Width, in pixels, of the focus indicator line"
msgstr "Широчина, в пиксели, за линията на индикатора на фокус"
#: gtk/gtkwidget.c:2226
#: gtk/gtkwidget.c:2227
msgid "Focus line dash pattern"
msgstr "Шаблон за пунктира на фокуса"
#: gtk/gtkwidget.c:2227
#: gtk/gtkwidget.c:2228
msgid "Dash pattern used to draw the focus indicator"
msgstr "Пунктир използван за изчертаване на индикатор за фокус"
#: gtk/gtkwidget.c:2232
#: gtk/gtkwidget.c:2233
msgid "Focus padding"
msgstr "Рамка на фокуса"
#: gtk/gtkwidget.c:2233
#: gtk/gtkwidget.c:2234
msgid "Width, in pixels, between focus indicator and the widget 'box'"
msgstr ""
"Широчина в пиксели между индикатора за фокус и кутията на графичния обект"
#: gtk/gtkwidget.c:2238
#: gtk/gtkwidget.c:2239
msgid "Cursor color"
msgstr "Цвят на курсор"
#: gtk/gtkwidget.c:2239
#: gtk/gtkwidget.c:2240
msgid "Color with which to draw insertion cursor"
msgstr "Цвят, с който ще се изчертава курсора за вмъкване"
#: gtk/gtkwidget.c:2244
#: gtk/gtkwidget.c:2245
msgid "Secondary cursor color"
msgstr "Цвят на допълнителния курсор"
#: gtk/gtkwidget.c:2245
#: gtk/gtkwidget.c:2246
msgid ""
"Color with which to draw the secondary insertion cursor when editing mixed "
"right-to-left and left-to-right text"
@@ -6889,43 +6889,43 @@ msgstr ""
"Цвят, с който ще се изчертава допълнителният курсор за вмъкване при "
"редактиране на текст с различни посоки на писане"
#: gtk/gtkwidget.c:2250
#: gtk/gtkwidget.c:2251
msgid "Cursor line aspect ratio"
msgstr "Пропорция на линията на курсора"
#: gtk/gtkwidget.c:2251
#: gtk/gtkwidget.c:2252
msgid "Aspect ratio with which to draw insertion cursor"
msgstr "Пропорция на курсора при вмъкване"
#: gtk/gtkwidget.c:2265
#: gtk/gtkwidget.c:2266
msgid "Draw Border"
msgstr "Рамка на изчертаването"
#: gtk/gtkwidget.c:2266
#: gtk/gtkwidget.c:2267
msgid "Size of areas outside the widget's allocation to draw"
msgstr "Размер на зоната, извън заделената за обекта, в която ще се чертае"
#: gtk/gtkwidget.c:2279
#: gtk/gtkwidget.c:2280
msgid "Unvisited Link Color"
msgstr "Цвят на непосетена връзка"
#: gtk/gtkwidget.c:2280
#: gtk/gtkwidget.c:2281
msgid "Color of unvisited links"
msgstr "Цветът на непосетените връзки"
#: gtk/gtkwidget.c:2293
#: gtk/gtkwidget.c:2294
msgid "Visited Link Color"
msgstr "Цвят на посетена връзка"
#: gtk/gtkwidget.c:2294
#: gtk/gtkwidget.c:2295
msgid "Color of visited links"
msgstr "Цветът на посетените връзки"
#: gtk/gtkwidget.c:2308
#: gtk/gtkwidget.c:2309
msgid "Wide Separators"
msgstr "Широки разделители"
#: gtk/gtkwidget.c:2309
#: gtk/gtkwidget.c:2310
msgid ""
"Whether separators have configurable width and should be drawn using a box "
"instead of a line"
@@ -6933,35 +6933,35 @@ msgstr ""
"Дали разделителите са с ширина, която може да се настройва, за да се "
"изчертаят като правоъгълници вместо линии"
#: gtk/gtkwidget.c:2323
#: gtk/gtkwidget.c:2324
msgid "Separator Width"
msgstr "Широчина на разделител"
#: gtk/gtkwidget.c:2324
#: gtk/gtkwidget.c:2325
msgid "The width of separators if wide-separators is TRUE"
msgstr "Широчина на разделители, ако е зададено да са широки"
#: gtk/gtkwidget.c:2338
#: gtk/gtkwidget.c:2339
msgid "Separator Height"
msgstr "Височина на разделител"
#: gtk/gtkwidget.c:2339
#: gtk/gtkwidget.c:2340
msgid "The height of separators if \"wide-separators\" is TRUE"
msgstr "Височина на разделители, ако е зададено да са широки"
#: gtk/gtkwidget.c:2353
#: gtk/gtkwidget.c:2354
msgid "Horizontal Scroll Arrow Length"
msgstr "Дължина на хоризонтална стрелка за предвижване"
#: gtk/gtkwidget.c:2354
#: gtk/gtkwidget.c:2355
msgid "The length of horizontal scroll arrows"
msgstr "Дължината на хоризонталната стрелка за предвижване"
#: gtk/gtkwidget.c:2368
#: gtk/gtkwidget.c:2369
msgid "Vertical Scroll Arrow Length"
msgstr "Височина на вертикална стрелка за предвижване"
#: gtk/gtkwidget.c:2369
#: gtk/gtkwidget.c:2370
msgid "The length of vertical scroll arrows"
msgstr "Височината на вертикалната стрелка за предвижване"
+88 -88
View File
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
"POT-Creation-Date: 2009-08-29 00:07-0400\n"
"PO-Revision-Date: 2006-09-03 15:50+0600\n"
"Last-Translator: Khandakar Mujahidul Islam <suzan@bengalinux.org>\n"
"Language-Team: Bangla <gnome-translation@BengaLinux.Org>\n"
@@ -260,7 +260,7 @@ msgid "A unique name for the action."
msgstr "শুধুমাত্র এ কাজটির জন্য একটি নাম।"
#: gtk/gtkaction.c:198 gtk/gtkbutton.c:219 gtk/gtkexpander.c:195
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:300
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:305
#: gtk/gtktoolbutton.c:202
msgid "Label"
msgstr "লেবেল"
@@ -371,7 +371,7 @@ msgid "When TRUE, empty menu proxies for this action are hidden."
msgstr "এর মান সত্য (TRUE) হলে এই কাজটির ফাঁকা মেনু প্রক্সিকে লুকিয়ে রাখা হয়।"
#: gtk/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193
#: gtk/gtkwidget.c:523
#: gtk/gtkwidget.c:524
msgid "Sensitive"
msgstr "স্পর্শকাতর"
@@ -380,7 +380,7 @@ msgid "Whether the action is enabled."
msgstr "কাজটি সক্রিয় কিনা"
#: gtk/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:517
msgid "Visible"
msgstr "দৃশ্যমান"
@@ -560,7 +560,7 @@ msgid "Appearance of the shadow surrounding the arrow"
msgstr "তীর চিহ্নকে ঘিরে থাকা ছায়ার চেহারা"
# FIXME: এটা মনে হয় ভুল হইছে ;-(
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:363
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:368
#, fuzzy
msgid "Arrow Scaling"
msgstr "সারির স্পেস-এর সংখ্যা"
@@ -808,12 +808,12 @@ msgid ""
msgstr "যদি বাটনটি কোন লেবেল উইজেট ধারন করে তবে ঐ উইজেটে লিখিত টেক্সট"
#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388
#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209
#: gtk/gtkmenuitem.c:320 gtk/gtktoolbutton.c:209
msgid "Use underline"
msgstr "নিম্নরেখা আঁকা হোক"
#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389
#: gtk/gtkmenuitem.c:316
#: gtk/gtkmenuitem.c:321
msgid ""
"If set, an underline in the text indicates the next character should be used "
"for the mnemonic accelerator key"
@@ -3434,7 +3434,7 @@ msgstr "বর্তমানে বাছাইকৃত ফাইলনাম"
msgid "The accel group holding accelerators for the menu"
msgstr "এই লেবেলের নেমোনিক গতিবর্ধক কী (Key)"
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:285
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:290
msgid "Accel Path"
msgstr ""
@@ -3636,42 +3636,42 @@ msgstr "ড্রপ ড্রাউন মেনু দেখা দেয়া
msgid "Delay before the submenus of a menu bar appear"
msgstr "মেনুবার থেকে কোন সাবমেনু দেখা দেয়ার পূর্বে বিলম্ব"
#: gtk/gtkmenuitem.c:252
#: gtk/gtkmenuitem.c:257
msgid "Right Justified"
msgstr ""
#: gtk/gtkmenuitem.c:253
#: gtk/gtkmenuitem.c:258
msgid ""
"Sets whether the menu item appears justified at the right side of a menu bar"
msgstr ""
#: gtk/gtkmenuitem.c:267
#: gtk/gtkmenuitem.c:272
msgid "Submenu"
msgstr ""
#: gtk/gtkmenuitem.c:268
#: gtk/gtkmenuitem.c:273
msgid "The submenu attached to the menu item, or NULL if it has none"
msgstr ""
#: gtk/gtkmenuitem.c:286
#: gtk/gtkmenuitem.c:291
msgid "Sets the accelerator path of the menu item"
msgstr ""
#: gtk/gtkmenuitem.c:301
#: gtk/gtkmenuitem.c:306
#, fuzzy
msgid "The text for the child label"
msgstr "লেবেলের টেক্সট"
#: gtk/gtkmenuitem.c:364
#: gtk/gtkmenuitem.c:369
msgid "Amount of space used up by arrow, relative to the menu item's font size"
msgstr ""
#: gtk/gtkmenuitem.c:377
#: gtk/gtkmenuitem.c:382
#, fuzzy
msgid "Width in Characters"
msgstr "অক্ষর হিসেবে প্রস্থ"
#: gtk/gtkmenuitem.c:378
#: gtk/gtkmenuitem.c:383
#, fuzzy
msgid "The minimum desired width of the menu item in characters"
msgstr "অক্ষর হিসেবে লেবেলের আকাঙ্খিত প্রস্থ"
@@ -5687,7 +5687,7 @@ msgstr "কাজটি দৃশ্যমান কিনা।"
msgid "The orientation of the tray"
msgstr "টুলবারের দিক"
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:633
#, fuzzy
msgid "Has tooltip"
msgstr "টুলটিপ"
@@ -5697,17 +5697,17 @@ msgstr "টুলটিপ"
msgid "Whether this tray icon has a tooltip"
msgstr "উইজেটটির ইনপুট ফোকাস আছে কিনা"
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:654
#, fuzzy
msgid "Tooltip Text"
msgstr "টুলটিপ"
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:655 gtk/gtkwidget.c:676
#, fuzzy
msgid "The contents of the tooltip for this widget"
msgstr "অন্তর্ভুক্তির (Entry) অভ্যন্তরীণ বস্তু"
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:674
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:675
#, fuzzy
msgid "Tooltip markup"
msgstr "টুলটিপ"
@@ -6857,28 +6857,28 @@ msgstr "ভিউপোর্টের উলম্ব অবস্থান ন
msgid "Determines how the shadowed box around the viewport is drawn"
msgstr "শ্যাডো বাক্স'র চারপাশে কিভাবে ভিউপোর্ট আঁকা হবে তা নির্ধারণ করে"
#: gtk/gtkwidget.c:483
#: gtk/gtkwidget.c:484
msgid "Widget name"
msgstr "উইজেটের নাম"
#: gtk/gtkwidget.c:484
#: gtk/gtkwidget.c:485
msgid "The name of the widget"
msgstr "উইজেটের নাম"
#: gtk/gtkwidget.c:490
#: gtk/gtkwidget.c:491
msgid "Parent widget"
msgstr "প্যারেন্ট উইজেট"
#: gtk/gtkwidget.c:491
#: gtk/gtkwidget.c:492
msgid "The parent widget of this widget. Must be a Container widget"
msgstr "এই উইজেটের প্যারেন্ট উইজেট। এটিকে অবশ্যই একটি কনটেইনার উইজেট হতে হবে"
#: gtk/gtkwidget.c:498
#: gtk/gtkwidget.c:499
msgid "Width request"
msgstr "প্রস্থের জন্য অনুরোধ"
# FIXME
#: gtk/gtkwidget.c:499
#: gtk/gtkwidget.c:500
msgid ""
"Override for width request of the widget, or -1 if natural request should be "
"used"
@@ -6886,11 +6886,11 @@ msgstr ""
"উইজেটের প্রস্থ বিষয়ক আবেদন অগ্রাহ্যকারী মান; এর মান -১ হলে স্বাভাবিক আবেদন অনুমোদন "
"করা হবে"
#: gtk/gtkwidget.c:507
#: gtk/gtkwidget.c:508
msgid "Height request"
msgstr "উচ্চতার জন্য অনুরোধ"
#: gtk/gtkwidget.c:508
#: gtk/gtkwidget.c:509
msgid ""
"Override for height request of the widget, or -1 if natural request should "
"be used"
@@ -6898,172 +6898,172 @@ msgstr ""
"উইজেটের দৈর্ঘ্য বিষয়ক আবেদন অগ্রাহ্যকারী মান; এর মান -১ হলে স্বাভাবিক আবেদন "
"অনুমোদন করা হবে"
#: gtk/gtkwidget.c:517
#: gtk/gtkwidget.c:518
msgid "Whether the widget is visible"
msgstr "উইজেট দৃশ্যমান কিনা"
#: gtk/gtkwidget.c:524
#: gtk/gtkwidget.c:525
msgid "Whether the widget responds to input"
msgstr "ইনপুটের প্রতি উইজেট সাড়া দেয় কিনা"
#: gtk/gtkwidget.c:530
#: gtk/gtkwidget.c:531
msgid "Application paintable"
msgstr "আঁকারযোগ্য অ্যাপলিকেশন"
#: gtk/gtkwidget.c:531
#: gtk/gtkwidget.c:532
msgid "Whether the application will paint directly on the widget"
msgstr "অ্যাপলিকেশনটি সরাসরি উইজেটে আঁকবে কিনা"
#: gtk/gtkwidget.c:537
#: gtk/gtkwidget.c:538
msgid "Can focus"
msgstr "ফোকাস করতে পারে"
#: gtk/gtkwidget.c:538
#: gtk/gtkwidget.c:539
msgid "Whether the widget can accept the input focus"
msgstr "উইজেটটি ইনপুটের ফোকাস গ্রহণ করতে পারে কিনা"
#: gtk/gtkwidget.c:544
#: gtk/gtkwidget.c:545
msgid "Has focus"
msgstr "ফোকাস আছে"
#: gtk/gtkwidget.c:545
#: gtk/gtkwidget.c:546
msgid "Whether the widget has the input focus"
msgstr "উইজেটটির ইনপুট ফোকাস আছে কিনা"
#: gtk/gtkwidget.c:551
#: gtk/gtkwidget.c:552
msgid "Is focus"
msgstr "ফোকাস"
#: gtk/gtkwidget.c:552
#: gtk/gtkwidget.c:553
msgid "Whether the widget is the focus widget within the toplevel"
msgstr "উইজেটটি সর্বোচ্চ স্তরের ফোকাস উইজেট কিনা"
#: gtk/gtkwidget.c:558
#: gtk/gtkwidget.c:559
msgid "Can default"
msgstr "ডিফল্ট হতে পারে"
#: gtk/gtkwidget.c:559
#: gtk/gtkwidget.c:560
msgid "Whether the widget can be the default widget"
msgstr "উইজেটটি ডিফল্ট উইজেট হতে পারবে কিনা"
#: gtk/gtkwidget.c:565
#: gtk/gtkwidget.c:566
msgid "Has default"
msgstr "ডিফল্ট আছে"
#: gtk/gtkwidget.c:566
#: gtk/gtkwidget.c:567
msgid "Whether the widget is the default widget"
msgstr "উইজেটটি ডিফল্ট উইজেট কিনা"
#: gtk/gtkwidget.c:572
#: gtk/gtkwidget.c:573
msgid "Receives default"
msgstr "ডিফল্ট গ্রহণ করে"
#: gtk/gtkwidget.c:573
#: gtk/gtkwidget.c:574
msgid "If TRUE, the widget will receive the default action when it is focused"
msgstr "যদি TRUE হয় তবে ফোকাসকৃত অবস্থায় উইজেটটি ডিফল্ট অ্যাকশন গ্রহণ করবে"
#: gtk/gtkwidget.c:579
#: gtk/gtkwidget.c:580
msgid "Composite child"
msgstr "কম্পোসিট চাইল্ড"
#: gtk/gtkwidget.c:580
#: gtk/gtkwidget.c:581
msgid "Whether the widget is part of a composite widget"
msgstr "উইজেটটি কোন কম্পোসিট চাইল্ডের অংশ কিনা"
#: gtk/gtkwidget.c:586
#: gtk/gtkwidget.c:587
msgid "Style"
msgstr "ধরন"
#: gtk/gtkwidget.c:587
#: gtk/gtkwidget.c:588
msgid ""
"The style of the widget, which contains information about how it will look "
"(colors etc)"
msgstr "উইজেটের ধরন, যা উইজেটের চেহারা সংক্রান্ত তথ্য ধারণ করে (রং ইত্যাদি)"
#: gtk/gtkwidget.c:593
#: gtk/gtkwidget.c:594
msgid "Events"
msgstr "ঘটনাসমূহ "
#: gtk/gtkwidget.c:594
#: gtk/gtkwidget.c:595
msgid "The event mask that decides what kind of GdkEvents this widget gets"
msgstr ""
"যে ইভেন্ট মাস্কটি নির্ধারণ করে এই উইজেটটি কি ধরনের GdkEvents গ্রহণ করতে পারে"
#: gtk/gtkwidget.c:601
#: gtk/gtkwidget.c:602
msgid "Extension events"
msgstr "বর্ধিত ইভেন্ট"
#: gtk/gtkwidget.c:602
#: gtk/gtkwidget.c:603
msgid "The mask that decides what kind of extension events this widget gets"
msgstr "যে মাস্কটি নির্ধারণ করে এই উইজেটটি কি ধরনের বর্ধিত ইভেন্ট গ্রহণ করতে পারে"
#: gtk/gtkwidget.c:609
#: gtk/gtkwidget.c:610
msgid "No show all"
msgstr "সবকিছু দেখাও অকেজো"
#: gtk/gtkwidget.c:610
#: gtk/gtkwidget.c:611
msgid "Whether gtk_widget_show_all() should not affect this widget"
msgstr "gtk_widget_show_all() এই উইজেটকে প্রভাবিত করবে না কিনা"
#: gtk/gtkwidget.c:633
#: gtk/gtkwidget.c:634
#, fuzzy
msgid "Whether this widget has a tooltip"
msgstr "উইজেটটির ইনপুট ফোকাস আছে কিনা"
#: gtk/gtkwidget.c:689
#: gtk/gtkwidget.c:690
#, fuzzy
msgid "Window"
msgstr "উইন্ডোর ধরন"
#: gtk/gtkwidget.c:690
#: gtk/gtkwidget.c:691
msgid "The widget's window if it is realized"
msgstr ""
#: gtk/gtkwidget.c:2212
#: gtk/gtkwidget.c:2213
msgid "Interior Focus"
msgstr "অভ্যন্তরীণ ফোকাস"
#: gtk/gtkwidget.c:2213
#: gtk/gtkwidget.c:2214
msgid "Whether to draw the focus indicator inside widgets"
msgstr "ফোকাস নির্দেশকটি উইজেটের ভেতর আঁকা হবে কিনা"
#: gtk/gtkwidget.c:2219
#: gtk/gtkwidget.c:2220
msgid "Focus linewidth"
msgstr "ফোকাসের লাইনব্যাপ্তি"
#: gtk/gtkwidget.c:2220
#: gtk/gtkwidget.c:2221
msgid "Width, in pixels, of the focus indicator line"
msgstr "পিক্সেল হিসেবে ফোকাস নির্দেশক লাইনের প্রস্থ"
#: gtk/gtkwidget.c:2226
#: gtk/gtkwidget.c:2227
msgid "Focus line dash pattern"
msgstr "ফোকাস লাইনের ড্যাশ প্যাটার্ন"
#: gtk/gtkwidget.c:2227
#: gtk/gtkwidget.c:2228
msgid "Dash pattern used to draw the focus indicator"
msgstr "ফোকাস নির্দেশক আঁকতে যে ধরনের ড্যাশ প্যাটার্ন আঁকতে হবে"
#: gtk/gtkwidget.c:2232
#: gtk/gtkwidget.c:2233
msgid "Focus padding"
msgstr "ফোকাস প্যাডিং"
#: gtk/gtkwidget.c:2233
#: gtk/gtkwidget.c:2234
msgid "Width, in pixels, between focus indicator and the widget 'box'"
msgstr "পিক্সেল হিসেবে ফোকাস নির্দেশক ও উইজেট 'বাক্সের' মধ্যবর্তী স্থানের প্রস্থ"
#: gtk/gtkwidget.c:2238
#: gtk/gtkwidget.c:2239
msgid "Cursor color"
msgstr "কার্সারের রং "
#: gtk/gtkwidget.c:2239
#: gtk/gtkwidget.c:2240
msgid "Color with which to draw insertion cursor"
msgstr "অক্ষর ঢোকানোর (Insertion) কার্সার আঁকতে যে রং ব্যবহৃত হবে"
#: gtk/gtkwidget.c:2244
#: gtk/gtkwidget.c:2245
msgid "Secondary cursor color"
msgstr "কার্সার আঁকায় ব্যবহৃত দ্বিতীয় রং"
#: gtk/gtkwidget.c:2245
#: gtk/gtkwidget.c:2246
msgid ""
"Color with which to draw the secondary insertion cursor when editing mixed "
"right-to-left and left-to-right text"
@@ -7071,88 +7071,88 @@ msgstr ""
"ডান-থেকে-বাম এবং বাম-থেকে-ডান এ লেখায় হয় এরকম টেক্সটের মিশ্রণ এডিট করার সময় "
"অক্ষর ঢোকানোর (Insertion) কার্সার আঁকতে যে রং ব্যবহৃত হবে"
#: gtk/gtkwidget.c:2250
#: gtk/gtkwidget.c:2251
msgid "Cursor line aspect ratio"
msgstr "কার্সার লাইনের আবয়ব অনুপাত"
# বোঝা যাচ্ছে না
#: gtk/gtkwidget.c:2251
#: gtk/gtkwidget.c:2252
msgid "Aspect ratio with which to draw insertion cursor"
msgstr "যে আবয়ব অনুপাতে অক্ষর ঢোকানোর (Insertion) কার্সার আঁকা হবে"
#: gtk/gtkwidget.c:2265
#: gtk/gtkwidget.c:2266
msgid "Draw Border"
msgstr "প্রান্ত আঁকো"
#: gtk/gtkwidget.c:2266
#: gtk/gtkwidget.c:2267
msgid "Size of areas outside the widget's allocation to draw"
msgstr "উইজেটের বরাদ্দকৃত অংশের বাইরে যেখানে আঁকা হবে তার আকার"
#: gtk/gtkwidget.c:2279
#: gtk/gtkwidget.c:2280
#, fuzzy
msgid "Unvisited Link Color"
msgstr "লিঙ্কের রং"
#: gtk/gtkwidget.c:2280
#: gtk/gtkwidget.c:2281
#, fuzzy
msgid "Color of unvisited links"
msgstr "হাইপারলিঙ্কের রং"
#: gtk/gtkwidget.c:2293
#: gtk/gtkwidget.c:2294
#, fuzzy
msgid "Visited Link Color"
msgstr "লিঙ্কের রং"
#: gtk/gtkwidget.c:2294
#: gtk/gtkwidget.c:2295
#, fuzzy
msgid "Color of visited links"
msgstr "হাইপারলিঙ্কের রং"
#: gtk/gtkwidget.c:2308
#: gtk/gtkwidget.c:2309
#, fuzzy
msgid "Wide Separators"
msgstr "বিভাজক ব্যবহার করো"
#: gtk/gtkwidget.c:2309
#: gtk/gtkwidget.c:2310
msgid ""
"Whether separators have configurable width and should be drawn using a box "
"instead of a line"
msgstr ""
#: gtk/gtkwidget.c:2323
#: gtk/gtkwidget.c:2324
#, fuzzy
msgid "Separator Width"
msgstr "উলম্ব বিভাজকের প্রস্থ"
#: gtk/gtkwidget.c:2324
#: gtk/gtkwidget.c:2325
msgid "The width of separators if wide-separators is TRUE"
msgstr ""
#: gtk/gtkwidget.c:2338
#: gtk/gtkwidget.c:2339
#, fuzzy
msgid "Separator Height"
msgstr "ডিফল্ট উচ্চতা"
#: gtk/gtkwidget.c:2339
#: gtk/gtkwidget.c:2340
msgid "The height of separators if \"wide-separators\" is TRUE"
msgstr ""
#: gtk/gtkwidget.c:2353
#: gtk/gtkwidget.c:2354
#, fuzzy
msgid "Horizontal Scroll Arrow Length"
msgstr "অনুভূমিক স্ক্রলবারের নীতি"
#: gtk/gtkwidget.c:2354
#: gtk/gtkwidget.c:2355
#, fuzzy
msgid "The length of horizontal scroll arrows"
msgstr "যখন অনুভূমিক স্ক্রলবার প্রদর্শিত হবে"
#: gtk/gtkwidget.c:2368
#: gtk/gtkwidget.c:2369
#, fuzzy
msgid "Vertical Scroll Arrow Length"
msgstr "উলম্ব স্ক্রলবারের নীতি"
#: gtk/gtkwidget.c:2369
#: gtk/gtkwidget.c:2370
#, fuzzy
msgid "The length of vertical scroll arrows"
msgstr "যখন উলম্ব স্ক্রলবার প্রদর্শিত হবে"
+88 -88
View File
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: bn_IN\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
"POT-Creation-Date: 2009-08-29 00:07-0400\n"
"PO-Revision-Date: 2009-03-06 18:20+0530\n"
"Last-Translator: Runa Bhattacharjee <runab@redhat.com>\n"
"Language-Team: Bengali INDIA <discuss@lists.ankur.org.in>\n"
@@ -262,7 +262,7 @@ msgid "A unique name for the action."
msgstr "শুধুমাত্র এ কাজটির জন্য একটি নাম।"
#: gtk/gtkaction.c:198 gtk/gtkbutton.c:219 gtk/gtkexpander.c:195
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:300
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:305
#: gtk/gtktoolbutton.c:202
msgid "Label"
msgstr "লেবেল"
@@ -371,7 +371,7 @@ msgid "When TRUE, empty menu proxies for this action are hidden."
msgstr "এর মান সত্য (TRUE) হলে এই কাজটির ফাঁকা মেনু প্রক্সিকে লুকিয়ে রাখা হয়।"
#: gtk/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193
#: gtk/gtkwidget.c:523
#: gtk/gtkwidget.c:524
msgid "Sensitive"
msgstr "স্পর্শকাতর"
@@ -380,7 +380,7 @@ msgid "Whether the action is enabled."
msgstr "কাজটি সক্রিয় কিনা"
#: gtk/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:517
msgid "Visible"
msgstr "দৃশ্যমান"
@@ -560,7 +560,7 @@ msgid "Appearance of the shadow surrounding the arrow"
msgstr "তীর চিহ্নকে ঘিরে থাকা ছায়ার চেহারা"
# FIXME: এটা মনে হয় ভুল হইছে ;-(
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:363
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:368
msgid "Arrow Scaling"
msgstr ""
@@ -795,12 +795,12 @@ msgid ""
msgstr "যদি বাটনটি কোন লেবেল উইজেট ধারন করে তবে ঐ উইজেটে লিখিত টেক্সট"
#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388
#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209
#: gtk/gtkmenuitem.c:320 gtk/gtktoolbutton.c:209
msgid "Use underline"
msgstr "নিম্নরেখা আঁকা হোক"
#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389
#: gtk/gtkmenuitem.c:316
#: gtk/gtkmenuitem.c:321
msgid ""
"If set, an underline in the text indicates the next character should be used "
"for the mnemonic accelerator key"
@@ -3304,7 +3304,7 @@ msgstr ""
msgid "The accel group holding accelerators for the menu"
msgstr ""
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:285
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:290
msgid "Accel Path"
msgstr ""
@@ -3499,40 +3499,40 @@ msgstr "ড্রপ ড্রাউন মেনু দেখা দেয়া
msgid "Delay before the submenus of a menu bar appear"
msgstr "মেনুবার থেকে কোন সাবমেনু দেখা দেয়ার পূর্বে বিলম্ব"
#: gtk/gtkmenuitem.c:252
#: gtk/gtkmenuitem.c:257
msgid "Right Justified"
msgstr ""
#: gtk/gtkmenuitem.c:253
#: gtk/gtkmenuitem.c:258
msgid ""
"Sets whether the menu item appears justified at the right side of a menu bar"
msgstr ""
#: gtk/gtkmenuitem.c:267
#: gtk/gtkmenuitem.c:272
msgid "Submenu"
msgstr ""
#: gtk/gtkmenuitem.c:268
#: gtk/gtkmenuitem.c:273
msgid "The submenu attached to the menu item, or NULL if it has none"
msgstr ""
#: gtk/gtkmenuitem.c:286
#: gtk/gtkmenuitem.c:291
msgid "Sets the accelerator path of the menu item"
msgstr ""
#: gtk/gtkmenuitem.c:301
#: gtk/gtkmenuitem.c:306
msgid "The text for the child label"
msgstr ""
#: gtk/gtkmenuitem.c:364
#: gtk/gtkmenuitem.c:369
msgid "Amount of space used up by arrow, relative to the menu item's font size"
msgstr ""
#: gtk/gtkmenuitem.c:377
#: gtk/gtkmenuitem.c:382
msgid "Width in Characters"
msgstr ""
#: gtk/gtkmenuitem.c:378
#: gtk/gtkmenuitem.c:383
msgid "The minimum desired width of the menu item in characters"
msgstr ""
@@ -5409,7 +5409,7 @@ msgstr ""
msgid "The orientation of the tray"
msgstr ""
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:633
msgid "Has tooltip"
msgstr ""
@@ -5417,15 +5417,15 @@ msgstr ""
msgid "Whether this tray icon has a tooltip"
msgstr ""
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:654
msgid "Tooltip Text"
msgstr ""
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:655 gtk/gtkwidget.c:676
msgid "The contents of the tooltip for this widget"
msgstr ""
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:674
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:675
msgid "Tooltip markup"
msgstr ""
@@ -6541,28 +6541,28 @@ msgstr "ভিউপোর্টের উলম্ব অবস্থান ন
msgid "Determines how the shadowed box around the viewport is drawn"
msgstr "শ্যাডো বাক্স'র চারপাশে কিভাবে ভিউপোর্ট আঁকা হবে তা নির্ধারণ করে"
#: gtk/gtkwidget.c:483
#: gtk/gtkwidget.c:484
msgid "Widget name"
msgstr "উইজেটের নাম"
#: gtk/gtkwidget.c:484
#: gtk/gtkwidget.c:485
msgid "The name of the widget"
msgstr "উইজেটের নাম"
#: gtk/gtkwidget.c:490
#: gtk/gtkwidget.c:491
msgid "Parent widget"
msgstr "প্যারেন্ট উইজেট"
#: gtk/gtkwidget.c:491
#: gtk/gtkwidget.c:492
msgid "The parent widget of this widget. Must be a Container widget"
msgstr "এই উইজেটের প্যারেন্ট উইজেট। এটিকে অবশ্যই একটি কনটেইনার উইজেট হতে হবে"
#: gtk/gtkwidget.c:498
#: gtk/gtkwidget.c:499
msgid "Width request"
msgstr "প্রস্থের জন্য অনুরোধ"
# FIXME
#: gtk/gtkwidget.c:499
#: gtk/gtkwidget.c:500
msgid ""
"Override for width request of the widget, or -1 if natural request should be "
"used"
@@ -6570,11 +6570,11 @@ msgstr ""
"উইজেটের প্রস্থ বিষয়ক আবেদন অগ্রাহ্যকারী মান; এর মান -১ হলে স্বাভাবিক আবেদন অনুমোদন "
"করা হবে"
#: gtk/gtkwidget.c:507
#: gtk/gtkwidget.c:508
msgid "Height request"
msgstr "উচ্চতার জন্য অনুরোধ"
#: gtk/gtkwidget.c:508
#: gtk/gtkwidget.c:509
msgid ""
"Override for height request of the widget, or -1 if natural request should "
"be used"
@@ -6582,170 +6582,170 @@ msgstr ""
"উইজেটের দৈর্ঘ্য বিষয়ক আবেদন অগ্রাহ্যকারী মান; এর মান -১ হলে স্বাভাবিক আবেদন "
"অনুমোদন করা হবে"
#: gtk/gtkwidget.c:517
#: gtk/gtkwidget.c:518
msgid "Whether the widget is visible"
msgstr "উইজেট দৃশ্যমান কিনা"
#: gtk/gtkwidget.c:524
#: gtk/gtkwidget.c:525
msgid "Whether the widget responds to input"
msgstr "ইনপুটের প্রতি উইজেট সাড়া দেয় কিনা"
#: gtk/gtkwidget.c:530
#: gtk/gtkwidget.c:531
msgid "Application paintable"
msgstr "আঁকারযোগ্য অ্যাপলিকেশন"
#: gtk/gtkwidget.c:531
#: gtk/gtkwidget.c:532
msgid "Whether the application will paint directly on the widget"
msgstr "অ্যাপলিকেশনটি সরাসরি উইজেটে আঁকবে কিনা"
#: gtk/gtkwidget.c:537
#: gtk/gtkwidget.c:538
msgid "Can focus"
msgstr "ফোকাস করতে পারে"
#: gtk/gtkwidget.c:538
#: gtk/gtkwidget.c:539
msgid "Whether the widget can accept the input focus"
msgstr "উইজেটটি ইনপুটের ফোকাস গ্রহণ করতে পারে কিনা"
#: gtk/gtkwidget.c:544
#: gtk/gtkwidget.c:545
msgid "Has focus"
msgstr "ফোকাস আছে"
#: gtk/gtkwidget.c:545
#: gtk/gtkwidget.c:546
msgid "Whether the widget has the input focus"
msgstr "উইজেটটির ইনপুট ফোকাস আছে কিনা"
#: gtk/gtkwidget.c:551
#: gtk/gtkwidget.c:552
msgid "Is focus"
msgstr "ফোকাস"
#: gtk/gtkwidget.c:552
#: gtk/gtkwidget.c:553
msgid "Whether the widget is the focus widget within the toplevel"
msgstr "উইজেটটি সর্বোচ্চ স্তরের ফোকাস উইজেট কিনা"
#: gtk/gtkwidget.c:558
#: gtk/gtkwidget.c:559
msgid "Can default"
msgstr "ডিফল্ট হতে পারে"
#: gtk/gtkwidget.c:559
#: gtk/gtkwidget.c:560
msgid "Whether the widget can be the default widget"
msgstr "উইজেটটি ডিফল্ট উইজেট হতে পারবে কিনা"
#: gtk/gtkwidget.c:565
#: gtk/gtkwidget.c:566
msgid "Has default"
msgstr "ডিফল্ট আছে"
#: gtk/gtkwidget.c:566
#: gtk/gtkwidget.c:567
msgid "Whether the widget is the default widget"
msgstr "উইজেটটি ডিফল্ট উইজেট কিনা"
#: gtk/gtkwidget.c:572
#: gtk/gtkwidget.c:573
msgid "Receives default"
msgstr "ডিফল্ট গ্রহণ করে"
#: gtk/gtkwidget.c:573
#: gtk/gtkwidget.c:574
msgid "If TRUE, the widget will receive the default action when it is focused"
msgstr "যদি TRUE হয় তবে ফোকাসকৃত অবস্থায় উইজেটটি ডিফল্ট অ্যাকশন গ্রহণ করবে"
#: gtk/gtkwidget.c:579
#: gtk/gtkwidget.c:580
msgid "Composite child"
msgstr "কম্পোসিট চাইল্ড"
#: gtk/gtkwidget.c:580
#: gtk/gtkwidget.c:581
msgid "Whether the widget is part of a composite widget"
msgstr "উইজেটটি কোন কম্পোসিট চাইল্ডের অংশ কিনা"
#: gtk/gtkwidget.c:586
#: gtk/gtkwidget.c:587
msgid "Style"
msgstr "ধরন"
#: gtk/gtkwidget.c:587
#: gtk/gtkwidget.c:588
msgid ""
"The style of the widget, which contains information about how it will look "
"(colors etc)"
msgstr "উইজেটের ধরন, যা উইজেটের চেহারা সংক্রান্ত তথ্য ধারণ করে (রং ইত্যাদি)"
#: gtk/gtkwidget.c:593
#: gtk/gtkwidget.c:594
msgid "Events"
msgstr "ঘটনাসমূহ "
#: gtk/gtkwidget.c:594
#: gtk/gtkwidget.c:595
msgid "The event mask that decides what kind of GdkEvents this widget gets"
msgstr ""
"যে ইভেন্ট মাস্কটি নির্ধারণ করে এই উইজেটটি কি ধরনের GdkEvents গ্রহণ করতে পারে"
#: gtk/gtkwidget.c:601
#: gtk/gtkwidget.c:602
msgid "Extension events"
msgstr "বর্ধিত ইভেন্ট"
#: gtk/gtkwidget.c:602
#: gtk/gtkwidget.c:603
msgid "The mask that decides what kind of extension events this widget gets"
msgstr "যে মাস্কটি নির্ধারণ করে এই উইজেটটি কি ধরনের বর্ধিত ইভেন্ট গ্রহণ করতে পারে"
#: gtk/gtkwidget.c:609
#: gtk/gtkwidget.c:610
msgid "No show all"
msgstr "সবকিছু দেখাও অকেজো"
#: gtk/gtkwidget.c:610
#: gtk/gtkwidget.c:611
msgid "Whether gtk_widget_show_all() should not affect this widget"
msgstr "gtk_widget_show_all() এই উইজেটকে প্রভাবিত করবে না কিনা"
#: gtk/gtkwidget.c:633
#: gtk/gtkwidget.c:634
msgid "Whether this widget has a tooltip"
msgstr ""
#: gtk/gtkwidget.c:689
#: gtk/gtkwidget.c:690
msgid "Window"
msgstr "উইন্ডো"
#: gtk/gtkwidget.c:690
#: gtk/gtkwidget.c:691
msgid "The widget's window if it is realized"
msgstr ""
#: gtk/gtkwidget.c:2212
#: gtk/gtkwidget.c:2213
msgid "Interior Focus"
msgstr "অভ্যন্তরীণ ফোকাস"
#: gtk/gtkwidget.c:2213
#: gtk/gtkwidget.c:2214
msgid "Whether to draw the focus indicator inside widgets"
msgstr "ফোকাস নির্দেশকটি উইজেটের ভেতর আঁকা হবে কিনা"
#: gtk/gtkwidget.c:2219
#: gtk/gtkwidget.c:2220
msgid "Focus linewidth"
msgstr "ফোকাসের লাইনব্যাপ্তি"
#: gtk/gtkwidget.c:2220
#: gtk/gtkwidget.c:2221
msgid "Width, in pixels, of the focus indicator line"
msgstr "পিক্সেল হিসেবে ফোকাস নির্দেশক লাইনের প্রস্থ"
#: gtk/gtkwidget.c:2226
#: gtk/gtkwidget.c:2227
msgid "Focus line dash pattern"
msgstr "ফোকাস লাইনের ড্যাশ প্যাটার্ন"
#: gtk/gtkwidget.c:2227
#: gtk/gtkwidget.c:2228
msgid "Dash pattern used to draw the focus indicator"
msgstr "ফোকাস নির্দেশক আঁকতে যে ধরনের ড্যাশ প্যাটার্ন আঁকতে হবে"
#: gtk/gtkwidget.c:2232
#: gtk/gtkwidget.c:2233
msgid "Focus padding"
msgstr "ফোকাস প্যাডিং"
#: gtk/gtkwidget.c:2233
#: gtk/gtkwidget.c:2234
msgid "Width, in pixels, between focus indicator and the widget 'box'"
msgstr "পিক্সেল হিসেবে ফোকাস নির্দেশক ও উইজেট 'বাক্সের' মধ্যবর্তী স্থানের প্রস্থ"
#: gtk/gtkwidget.c:2238
#: gtk/gtkwidget.c:2239
msgid "Cursor color"
msgstr "কার্সারের রং "
#: gtk/gtkwidget.c:2239
#: gtk/gtkwidget.c:2240
msgid "Color with which to draw insertion cursor"
msgstr "অক্ষর ঢোকানোর (Insertion) কার্সার আঁকতে যে রং ব্যবহৃত হবে"
#: gtk/gtkwidget.c:2244
#: gtk/gtkwidget.c:2245
msgid "Secondary cursor color"
msgstr "কার্সার আঁকায় ব্যবহৃত দ্বিতীয় রং"
#: gtk/gtkwidget.c:2245
#: gtk/gtkwidget.c:2246
msgid ""
"Color with which to draw the secondary insertion cursor when editing mixed "
"right-to-left and left-to-right text"
@@ -6753,78 +6753,78 @@ msgstr ""
"ডান-থেকে-বাম এবং বাম-থেকে-ডান এ লেখায় হয় এরকম টেক্সটের মিশ্রণ এডিট করার সময় "
"অক্ষর ঢোকানোর (Insertion) কার্সার আঁকতে যে রং ব্যবহৃত হবে"
#: gtk/gtkwidget.c:2250
#: gtk/gtkwidget.c:2251
msgid "Cursor line aspect ratio"
msgstr "কার্সার লাইনের আবয়ব অনুপাত"
# বোঝা যাচ্ছে না
#: gtk/gtkwidget.c:2251
#: gtk/gtkwidget.c:2252
msgid "Aspect ratio with which to draw insertion cursor"
msgstr "যে আবয়ব অনুপাতে অক্ষর ঢোকানোর (Insertion) কার্সার আঁকা হবে"
#: gtk/gtkwidget.c:2265
#: gtk/gtkwidget.c:2266
msgid "Draw Border"
msgstr "প্রান্ত আঁকো"
#: gtk/gtkwidget.c:2266
#: gtk/gtkwidget.c:2267
msgid "Size of areas outside the widget's allocation to draw"
msgstr "উইজেটের বরাদ্দকৃত অংশের বাইরে যেখানে আঁকা হবে তার আকার"
#: gtk/gtkwidget.c:2279
#: gtk/gtkwidget.c:2280
msgid "Unvisited Link Color"
msgstr ""
#: gtk/gtkwidget.c:2280
#: gtk/gtkwidget.c:2281
msgid "Color of unvisited links"
msgstr ""
#: gtk/gtkwidget.c:2293
#: gtk/gtkwidget.c:2294
msgid "Visited Link Color"
msgstr ""
#: gtk/gtkwidget.c:2294
#: gtk/gtkwidget.c:2295
msgid "Color of visited links"
msgstr ""
#: gtk/gtkwidget.c:2308
#: gtk/gtkwidget.c:2309
msgid "Wide Separators"
msgstr ""
#: gtk/gtkwidget.c:2309
#: gtk/gtkwidget.c:2310
msgid ""
"Whether separators have configurable width and should be drawn using a box "
"instead of a line"
msgstr ""
#: gtk/gtkwidget.c:2323
#: gtk/gtkwidget.c:2324
msgid "Separator Width"
msgstr ""
#: gtk/gtkwidget.c:2324
#: gtk/gtkwidget.c:2325
msgid "The width of separators if wide-separators is TRUE"
msgstr ""
#: gtk/gtkwidget.c:2338
#: gtk/gtkwidget.c:2339
msgid "Separator Height"
msgstr ""
#: gtk/gtkwidget.c:2339
#: gtk/gtkwidget.c:2340
msgid "The height of separators if \"wide-separators\" is TRUE"
msgstr ""
#: gtk/gtkwidget.c:2353
#: gtk/gtkwidget.c:2354
msgid "Horizontal Scroll Arrow Length"
msgstr ""
#: gtk/gtkwidget.c:2354
#: gtk/gtkwidget.c:2355
msgid "The length of horizontal scroll arrows"
msgstr ""
#: gtk/gtkwidget.c:2368
#: gtk/gtkwidget.c:2369
msgid "Vertical Scroll Arrow Length"
msgstr ""
#: gtk/gtkwidget.c:2369
#: gtk/gtkwidget.c:2370
msgid "The length of vertical scroll arrows"
msgstr ""
+88 -88
View File
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.3.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
"POT-Creation-Date: 2009-08-29 00:07-0400\n"
"PO-Revision-Date: 2006-03-08 18:48+0100\n"
"Last-Translator: Thierry Vignaud <tvignaud@mandrakesoft.com>\n"
"Language-Team: br <LL@li.org>\n"
@@ -250,7 +250,7 @@ msgid "A unique name for the action."
msgstr ""
#: gtk/gtkaction.c:198 gtk/gtkbutton.c:219 gtk/gtkexpander.c:195
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:300
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:305
#: gtk/gtktoolbutton.c:202
msgid "Label"
msgstr "Skridennad"
@@ -352,7 +352,7 @@ msgid "When TRUE, empty menu proxies for this action are hidden."
msgstr ""
#: gtk/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193
#: gtk/gtkwidget.c:523
#: gtk/gtkwidget.c:524
msgid "Sensitive"
msgstr ""
@@ -361,7 +361,7 @@ msgid "Whether the action is enabled."
msgstr ""
#: gtk/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:517
msgid "Visible"
msgstr "Gwelus"
@@ -528,7 +528,7 @@ msgstr ""
msgid "Appearance of the shadow surrounding the arrow"
msgstr ""
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:363
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:368
msgid "Arrow Scaling"
msgstr ""
@@ -766,12 +766,12 @@ msgid ""
msgstr ""
#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388
#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209
#: gtk/gtkmenuitem.c:320 gtk/gtktoolbutton.c:209
msgid "Use underline"
msgstr ""
#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389
#: gtk/gtkmenuitem.c:316
#: gtk/gtkmenuitem.c:321
msgid ""
"If set, an underline in the text indicates the next character should be used "
"for the mnemonic accelerator key"
@@ -3245,7 +3245,7 @@ msgstr "An anv restr a zo dibabet"
msgid "The accel group holding accelerators for the menu"
msgstr ""
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:285
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:290
msgid "Accel Path"
msgstr ""
@@ -3439,41 +3439,41 @@ msgstr ""
msgid "Delay before the submenus of a menu bar appear"
msgstr ""
#: gtk/gtkmenuitem.c:252
#: gtk/gtkmenuitem.c:257
msgid "Right Justified"
msgstr ""
#: gtk/gtkmenuitem.c:253
#: gtk/gtkmenuitem.c:258
msgid ""
"Sets whether the menu item appears justified at the right side of a menu bar"
msgstr ""
#: gtk/gtkmenuitem.c:267
#: gtk/gtkmenuitem.c:272
msgid "Submenu"
msgstr ""
#: gtk/gtkmenuitem.c:268
#: gtk/gtkmenuitem.c:273
msgid "The submenu attached to the menu item, or NULL if it has none"
msgstr ""
#: gtk/gtkmenuitem.c:286
#: gtk/gtkmenuitem.c:291
msgid "Sets the accelerator path of the menu item"
msgstr ""
#: gtk/gtkmenuitem.c:301
#: gtk/gtkmenuitem.c:306
#, fuzzy
msgid "The text for the child label"
msgstr "Anv an nodrezh dibabet"
#: gtk/gtkmenuitem.c:364
#: gtk/gtkmenuitem.c:369
msgid "Amount of space used up by arrow, relative to the menu item's font size"
msgstr ""
#: gtk/gtkmenuitem.c:377
#: gtk/gtkmenuitem.c:382
msgid "Width in Characters"
msgstr ""
#: gtk/gtkmenuitem.c:378
#: gtk/gtkmenuitem.c:383
msgid "The minimum desired width of the menu item in characters"
msgstr ""
@@ -5365,7 +5365,7 @@ msgstr ""
msgid "The orientation of the tray"
msgstr "Doare ar meziant"
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:633
#, fuzzy
msgid "Has tooltip"
msgstr "Itrik"
@@ -5374,17 +5374,17 @@ msgstr "Itrik"
msgid "Whether this tray icon has a tooltip"
msgstr ""
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:654
#, fuzzy
msgid "Tooltip Text"
msgstr "Itrik"
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:655 gtk/gtkwidget.c:676
#, fuzzy
msgid "The contents of the tooltip for this widget"
msgstr "Anv ar widget"
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:674
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:675
#, fuzzy
msgid "Tooltip markup"
msgstr "Itrik"
@@ -6477,285 +6477,285 @@ msgstr ""
msgid "Determines how the shadowed box around the viewport is drawn"
msgstr ""
#: gtk/gtkwidget.c:483
#: gtk/gtkwidget.c:484
msgid "Widget name"
msgstr "Anv ar widget"
#: gtk/gtkwidget.c:484
#: gtk/gtkwidget.c:485
msgid "The name of the widget"
msgstr "Anv ar widget"
#: gtk/gtkwidget.c:490
#: gtk/gtkwidget.c:491
msgid "Parent widget"
msgstr ""
#: gtk/gtkwidget.c:491
#: gtk/gtkwidget.c:492
msgid "The parent widget of this widget. Must be a Container widget"
msgstr ""
#: gtk/gtkwidget.c:498
#: gtk/gtkwidget.c:499
msgid "Width request"
msgstr ""
#: gtk/gtkwidget.c:499
#: gtk/gtkwidget.c:500
msgid ""
"Override for width request of the widget, or -1 if natural request should be "
"used"
msgstr ""
#: gtk/gtkwidget.c:507
#: gtk/gtkwidget.c:508
msgid "Height request"
msgstr ""
#: gtk/gtkwidget.c:508
#: gtk/gtkwidget.c:509
msgid ""
"Override for height request of the widget, or -1 if natural request should "
"be used"
msgstr ""
#: gtk/gtkwidget.c:517
#: gtk/gtkwidget.c:518
msgid "Whether the widget is visible"
msgstr ""
#: gtk/gtkwidget.c:524
#: gtk/gtkwidget.c:525
msgid "Whether the widget responds to input"
msgstr ""
#: gtk/gtkwidget.c:530
#: gtk/gtkwidget.c:531
msgid "Application paintable"
msgstr ""
#: gtk/gtkwidget.c:531
#: gtk/gtkwidget.c:532
msgid "Whether the application will paint directly on the widget"
msgstr ""
#: gtk/gtkwidget.c:537
#: gtk/gtkwidget.c:538
msgid "Can focus"
msgstr ""
#: gtk/gtkwidget.c:538
#: gtk/gtkwidget.c:539
msgid "Whether the widget can accept the input focus"
msgstr ""
#: gtk/gtkwidget.c:544
#: gtk/gtkwidget.c:545
msgid "Has focus"
msgstr ""
#: gtk/gtkwidget.c:545
#: gtk/gtkwidget.c:546
msgid "Whether the widget has the input focus"
msgstr ""
#: gtk/gtkwidget.c:551
#: gtk/gtkwidget.c:552
msgid "Is focus"
msgstr ""
#: gtk/gtkwidget.c:552
#: gtk/gtkwidget.c:553
msgid "Whether the widget is the focus widget within the toplevel"
msgstr ""
#: gtk/gtkwidget.c:558
#: gtk/gtkwidget.c:559
msgid "Can default"
msgstr ""
#: gtk/gtkwidget.c:559
#: gtk/gtkwidget.c:560
msgid "Whether the widget can be the default widget"
msgstr ""
#: gtk/gtkwidget.c:565
#: gtk/gtkwidget.c:566
msgid "Has default"
msgstr ""
#: gtk/gtkwidget.c:566
#: gtk/gtkwidget.c:567
msgid "Whether the widget is the default widget"
msgstr ""
#: gtk/gtkwidget.c:572
#: gtk/gtkwidget.c:573
msgid "Receives default"
msgstr ""
#: gtk/gtkwidget.c:573
#: gtk/gtkwidget.c:574
msgid "If TRUE, the widget will receive the default action when it is focused"
msgstr ""
#: gtk/gtkwidget.c:579
#: gtk/gtkwidget.c:580
msgid "Composite child"
msgstr ""
#: gtk/gtkwidget.c:580
#: gtk/gtkwidget.c:581
msgid "Whether the widget is part of a composite widget"
msgstr ""
#: gtk/gtkwidget.c:586
#: gtk/gtkwidget.c:587
msgid "Style"
msgstr "Giz"
#: gtk/gtkwidget.c:587
#: gtk/gtkwidget.c:588
msgid ""
"The style of the widget, which contains information about how it will look "
"(colors etc)"
msgstr ""
#: gtk/gtkwidget.c:593
#: gtk/gtkwidget.c:594
msgid "Events"
msgstr "Degouezhoù"
#: gtk/gtkwidget.c:594
#: gtk/gtkwidget.c:595
msgid "The event mask that decides what kind of GdkEvents this widget gets"
msgstr ""
#: gtk/gtkwidget.c:601
#: gtk/gtkwidget.c:602
msgid "Extension events"
msgstr ""
#: gtk/gtkwidget.c:602
#: gtk/gtkwidget.c:603
msgid "The mask that decides what kind of extension events this widget gets"
msgstr ""
#: gtk/gtkwidget.c:609
#: gtk/gtkwidget.c:610
msgid "No show all"
msgstr ""
#: gtk/gtkwidget.c:610
#: gtk/gtkwidget.c:611
msgid "Whether gtk_widget_show_all() should not affect this widget"
msgstr ""
#: gtk/gtkwidget.c:633
#: gtk/gtkwidget.c:634
msgid "Whether this widget has a tooltip"
msgstr ""
#: gtk/gtkwidget.c:689
#: gtk/gtkwidget.c:690
#, fuzzy
msgid "Window"
msgstr "Titl ar prenestr"
#: gtk/gtkwidget.c:690
#: gtk/gtkwidget.c:691
msgid "The widget's window if it is realized"
msgstr ""
#: gtk/gtkwidget.c:2212
#: gtk/gtkwidget.c:2213
msgid "Interior Focus"
msgstr ""
#: gtk/gtkwidget.c:2213
#: gtk/gtkwidget.c:2214
msgid "Whether to draw the focus indicator inside widgets"
msgstr ""
#: gtk/gtkwidget.c:2219
#: gtk/gtkwidget.c:2220
msgid "Focus linewidth"
msgstr ""
#: gtk/gtkwidget.c:2220
#: gtk/gtkwidget.c:2221
msgid "Width, in pixels, of the focus indicator line"
msgstr ""
#: gtk/gtkwidget.c:2226
#: gtk/gtkwidget.c:2227
msgid "Focus line dash pattern"
msgstr ""
#: gtk/gtkwidget.c:2227
#: gtk/gtkwidget.c:2228
msgid "Dash pattern used to draw the focus indicator"
msgstr ""
#: gtk/gtkwidget.c:2232
#: gtk/gtkwidget.c:2233
msgid "Focus padding"
msgstr ""
#: gtk/gtkwidget.c:2233
#: gtk/gtkwidget.c:2234
msgid "Width, in pixels, between focus indicator and the widget 'box'"
msgstr ""
#: gtk/gtkwidget.c:2238
#: gtk/gtkwidget.c:2239
msgid "Cursor color"
msgstr "Liv ar reti"
#: gtk/gtkwidget.c:2239
#: gtk/gtkwidget.c:2240
msgid "Color with which to draw insertion cursor"
msgstr ""
#: gtk/gtkwidget.c:2244
#: gtk/gtkwidget.c:2245
msgid "Secondary cursor color"
msgstr ""
#: gtk/gtkwidget.c:2245
#: gtk/gtkwidget.c:2246
msgid ""
"Color with which to draw the secondary insertion cursor when editing mixed "
"right-to-left and left-to-right text"
msgstr ""
#: gtk/gtkwidget.c:2250
#: gtk/gtkwidget.c:2251
msgid "Cursor line aspect ratio"
msgstr ""
#: gtk/gtkwidget.c:2251
#: gtk/gtkwidget.c:2252
msgid "Aspect ratio with which to draw insertion cursor"
msgstr ""
#: gtk/gtkwidget.c:2265
#: gtk/gtkwidget.c:2266
msgid "Draw Border"
msgstr ""
#: gtk/gtkwidget.c:2266
#: gtk/gtkwidget.c:2267
msgid "Size of areas outside the widget's allocation to draw"
msgstr ""
#: gtk/gtkwidget.c:2279
#: gtk/gtkwidget.c:2280
msgid "Unvisited Link Color"
msgstr ""
#: gtk/gtkwidget.c:2280
#: gtk/gtkwidget.c:2281
msgid "Color of unvisited links"
msgstr ""
#: gtk/gtkwidget.c:2293
#: gtk/gtkwidget.c:2294
msgid "Visited Link Color"
msgstr ""
#: gtk/gtkwidget.c:2294
#: gtk/gtkwidget.c:2295
msgid "Color of visited links"
msgstr ""
#: gtk/gtkwidget.c:2308
#: gtk/gtkwidget.c:2309
msgid "Wide Separators"
msgstr ""
#: gtk/gtkwidget.c:2309
#: gtk/gtkwidget.c:2310
msgid ""
"Whether separators have configurable width and should be drawn using a box "
"instead of a line"
msgstr ""
#: gtk/gtkwidget.c:2323
#: gtk/gtkwidget.c:2324
#, fuzzy
msgid "Separator Width"
msgstr "Ledander dre ziouer"
#: gtk/gtkwidget.c:2324
#: gtk/gtkwidget.c:2325
msgid "The width of separators if wide-separators is TRUE"
msgstr ""
#: gtk/gtkwidget.c:2338
#: gtk/gtkwidget.c:2339
#, fuzzy
msgid "Separator Height"
msgstr "Uhelder dre ziouer"
#: gtk/gtkwidget.c:2339
#: gtk/gtkwidget.c:2340
msgid "The height of separators if \"wide-separators\" is TRUE"
msgstr ""
#: gtk/gtkwidget.c:2353
#: gtk/gtkwidget.c:2354
#, fuzzy
msgid "Horizontal Scroll Arrow Length"
msgstr "Skweraj a-blaen"
#: gtk/gtkwidget.c:2354
#: gtk/gtkwidget.c:2355
msgid "The length of horizontal scroll arrows"
msgstr ""
#: gtk/gtkwidget.c:2368
#: gtk/gtkwidget.c:2369
msgid "Vertical Scroll Arrow Length"
msgstr ""
#: gtk/gtkwidget.c:2369
#: gtk/gtkwidget.c:2370
msgid "The length of vertical scroll arrows"
msgstr ""
+88 -88
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties.gtk-2-4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
"POT-Creation-Date: 2009-08-29 00:07-0400\n"
"PO-Revision-Date: 2004-07-19 00:47+0200\n"
"Last-Translator: Kenan Hadžiavdić <kenan@bgnett.no>\n"
"Language-Team: Bosnian <lokal@linux.org.ba>\n"
@@ -264,7 +264,7 @@ msgid "A unique name for the action."
msgstr "Jedinstveno ime za akciju."
#: gtk/gtkaction.c:198 gtk/gtkbutton.c:219 gtk/gtkexpander.c:195
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:300
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:305
#: gtk/gtktoolbutton.c:202
msgid "Label"
msgstr "Oznaka"
@@ -380,7 +380,7 @@ msgid "When TRUE, empty menu proxies for this action are hidden."
msgstr "Kada je TRUE, prazni proxy-ji menija za ovu akciju sa skriveni."
#: gtk/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193
#: gtk/gtkwidget.c:523
#: gtk/gtkwidget.c:524
msgid "Sensitive"
msgstr "Osjetljivo"
@@ -389,7 +389,7 @@ msgid "Whether the action is enabled."
msgstr "Da li je akcija omogućena."
#: gtk/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:517
msgid "Visible"
msgstr "Vidljivo"
@@ -567,7 +567,7 @@ msgstr "Sjena strelice"
msgid "Appearance of the shadow surrounding the arrow"
msgstr "Izgled sjene oko strelice"
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:363
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:368
#, fuzzy
msgid "Arrow Scaling"
msgstr "Prostor između redova"
@@ -818,12 +818,12 @@ msgstr ""
"element oznaku"
#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388
#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209
#: gtk/gtkmenuitem.c:320 gtk/gtktoolbutton.c:209
msgid "Use underline"
msgstr "Koristi podvlaku"
#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389
#: gtk/gtkmenuitem.c:316
#: gtk/gtkmenuitem.c:321
msgid ""
"If set, an underline in the text indicates the next character should be used "
"for the mnemonic accelerator key"
@@ -3452,7 +3452,7 @@ msgstr "Trenutno izabrano ime datoteke"
msgid "The accel group holding accelerators for the menu"
msgstr "Tipka prečica za ovu oznaku"
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:285
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:290
msgid "Accel Path"
msgstr ""
@@ -3663,42 +3663,42 @@ msgstr "Vrijeme prije pojave spuštajućih menija"
msgid "Delay before the submenus of a menu bar appear"
msgstr "Vrijeme prije pojavljivanja podmenija"
#: gtk/gtkmenuitem.c:252
#: gtk/gtkmenuitem.c:257
msgid "Right Justified"
msgstr ""
#: gtk/gtkmenuitem.c:253
#: gtk/gtkmenuitem.c:258
msgid ""
"Sets whether the menu item appears justified at the right side of a menu bar"
msgstr ""
#: gtk/gtkmenuitem.c:267
#: gtk/gtkmenuitem.c:272
msgid "Submenu"
msgstr ""
#: gtk/gtkmenuitem.c:268
#: gtk/gtkmenuitem.c:273
msgid "The submenu attached to the menu item, or NULL if it has none"
msgstr ""
#: gtk/gtkmenuitem.c:286
#: gtk/gtkmenuitem.c:291
msgid "Sets the accelerator path of the menu item"
msgstr ""
#: gtk/gtkmenuitem.c:301
#: gtk/gtkmenuitem.c:306
#, fuzzy
msgid "The text for the child label"
msgstr "Tekst ove oznake"
#: gtk/gtkmenuitem.c:364
#: gtk/gtkmenuitem.c:369
msgid "Amount of space used up by arrow, relative to the menu item's font size"
msgstr ""
#: gtk/gtkmenuitem.c:377
#: gtk/gtkmenuitem.c:382
#, fuzzy
msgid "Width in Characters"
msgstr "Širina u znakovima"
#: gtk/gtkmenuitem.c:378
#: gtk/gtkmenuitem.c:383
msgid "The minimum desired width of the menu item in characters"
msgstr ""
@@ -5733,7 +5733,7 @@ msgstr "Da li je akcija vidljiva."
msgid "The orientation of the tray"
msgstr "Orijentacija trake s alatima"
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:633
#, fuzzy
msgid "Has tooltip"
msgstr "Opis alata"
@@ -5743,17 +5743,17 @@ msgstr "Opis alata"
msgid "Whether this tray icon has a tooltip"
msgstr "Da li grafički element ima fokusirani unos"
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:654
#, fuzzy
msgid "Tooltip Text"
msgstr "Opis alata"
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:655 gtk/gtkwidget.c:676
#, fuzzy
msgid "The contents of the tooltip for this widget"
msgstr "Sadržaj unosa"
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:674
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:675
#, fuzzy
msgid "Tooltip markup"
msgstr "Opis alata"
@@ -6919,27 +6919,27 @@ msgstr "GtkAdjustment koji određuje vrijednosti uspravne pozicije ovog pogleda"
msgid "Determines how the shadowed box around the viewport is drawn"
msgstr "Određuje kako će se iscrtati sjenka oko pogleda"
#: gtk/gtkwidget.c:483
#: gtk/gtkwidget.c:484
msgid "Widget name"
msgstr "Ime grafičkog elementa"
#: gtk/gtkwidget.c:484
#: gtk/gtkwidget.c:485
msgid "The name of the widget"
msgstr "Ime grafičkog elementa"
#: gtk/gtkwidget.c:490
#: gtk/gtkwidget.c:491
msgid "Parent widget"
msgstr "Nadređeni grafički element"
#: gtk/gtkwidget.c:491
#: gtk/gtkwidget.c:492
msgid "The parent widget of this widget. Must be a Container widget"
msgstr "Nadređeni element ovog grafičkog elementa. Mora biti Container"
#: gtk/gtkwidget.c:498
#: gtk/gtkwidget.c:499
msgid "Width request"
msgstr "Tražena širina"
#: gtk/gtkwidget.c:499
#: gtk/gtkwidget.c:500
msgid ""
"Override for width request of the widget, or -1 if natural request should be "
"used"
@@ -6947,11 +6947,11 @@ msgstr ""
"Prepiši preko tražene širine grafičkog elementa, ili -1 ukoliko treba "
"koristiti prirodni zahtjev"
#: gtk/gtkwidget.c:507
#: gtk/gtkwidget.c:508
msgid "Height request"
msgstr "Tražena visina"
#: gtk/gtkwidget.c:508
#: gtk/gtkwidget.c:509
msgid ""
"Override for height request of the widget, or -1 if natural request should "
"be used"
@@ -6959,176 +6959,176 @@ msgstr ""
"Prepiši preko tražene visine grafičkog elementa, ili -1 ukoliko treba "
"koristiti prirodni zahtjev"
#: gtk/gtkwidget.c:517
#: gtk/gtkwidget.c:518
msgid "Whether the widget is visible"
msgstr "Da li je grafički element vidljiv"
#: gtk/gtkwidget.c:524
#: gtk/gtkwidget.c:525
msgid "Whether the widget responds to input"
msgstr "Da li grafički element odgovara na unos"
#: gtk/gtkwidget.c:530
#: gtk/gtkwidget.c:531
msgid "Application paintable"
msgstr "Aplikacija može bojiti"
#: gtk/gtkwidget.c:531
#: gtk/gtkwidget.c:532
msgid "Whether the application will paint directly on the widget"
msgstr "Da li će aplikacija crtati direktno na grafički element"
#: gtk/gtkwidget.c:537
#: gtk/gtkwidget.c:538
msgid "Can focus"
msgstr "Može fokusirati"
#: gtk/gtkwidget.c:538
#: gtk/gtkwidget.c:539
msgid "Whether the widget can accept the input focus"
msgstr "Da li grafički element prihvata fokusiranje unosa"
#: gtk/gtkwidget.c:544
#: gtk/gtkwidget.c:545
msgid "Has focus"
msgstr "Ima fokus"
#: gtk/gtkwidget.c:545
#: gtk/gtkwidget.c:546
msgid "Whether the widget has the input focus"
msgstr "Da li grafički element ima fokusirani unos"
#: gtk/gtkwidget.c:551
#: gtk/gtkwidget.c:552
msgid "Is focus"
msgstr "Jeste fokus"
#: gtk/gtkwidget.c:552
#: gtk/gtkwidget.c:553
msgid "Whether the widget is the focus widget within the toplevel"
msgstr "Da li je grafički element fokusirani element unutar glavnog nivoa"
#: gtk/gtkwidget.c:558
#: gtk/gtkwidget.c:559
msgid "Can default"
msgstr "Može biti uobičajen"
#: gtk/gtkwidget.c:559
#: gtk/gtkwidget.c:560
msgid "Whether the widget can be the default widget"
msgstr "Da li ovaj element može biti uobičajeni grafički element"
#: gtk/gtkwidget.c:565
#: gtk/gtkwidget.c:566
msgid "Has default"
msgstr "Uobičajeno"
#: gtk/gtkwidget.c:566
#: gtk/gtkwidget.c:567
msgid "Whether the widget is the default widget"
msgstr "Da li je ovaj element uobičajeni grafički element"
#: gtk/gtkwidget.c:572
#: gtk/gtkwidget.c:573
msgid "Receives default"
msgstr "Prima uobičajeno"
#: gtk/gtkwidget.c:573
#: gtk/gtkwidget.c:574
msgid "If TRUE, the widget will receive the default action when it is focused"
msgstr ""
"Ako je TRUE, grafički element će primiti uobičajenu radnju kada je fokusiran"
#: gtk/gtkwidget.c:579
#: gtk/gtkwidget.c:580
msgid "Composite child"
msgstr "Složen podređeni element"
#: gtk/gtkwidget.c:580
#: gtk/gtkwidget.c:581
msgid "Whether the widget is part of a composite widget"
msgstr "Da li je element dio složenog grafičkog elementa"
#: gtk/gtkwidget.c:586
#: gtk/gtkwidget.c:587
msgid "Style"
msgstr "Stil"
#: gtk/gtkwidget.c:587
#: gtk/gtkwidget.c:588
msgid ""
"The style of the widget, which contains information about how it will look "
"(colors etc)"
msgstr "Stil grafičkog elementa, sadrži informacije o izgledu (boje itd.)"
#: gtk/gtkwidget.c:593
#: gtk/gtkwidget.c:594
msgid "Events"
msgstr "Događaji"
#: gtk/gtkwidget.c:594
#: gtk/gtkwidget.c:595
msgid "The event mask that decides what kind of GdkEvents this widget gets"
msgstr ""
"Maska događaja koja odlučuje koji tip GdkEvents će ovaj grafički element "
"primiti"
#: gtk/gtkwidget.c:601
#: gtk/gtkwidget.c:602
msgid "Extension events"
msgstr "Dodatni događaji"
#: gtk/gtkwidget.c:602
#: gtk/gtkwidget.c:603
msgid "The mask that decides what kind of extension events this widget gets"
msgstr ""
"Maska koja odlučuje koje će dodatne događaje dobiti ovaj grafički element"
#: gtk/gtkwidget.c:609
#: gtk/gtkwidget.c:610
msgid "No show all"
msgstr "Nemoj prikazati sve"
#: gtk/gtkwidget.c:610
#: gtk/gtkwidget.c:611
msgid "Whether gtk_widget_show_all() should not affect this widget"
msgstr "Da li gtk_widget_show_all() neće utjecati na ovaj grafički element"
#: gtk/gtkwidget.c:633
#: gtk/gtkwidget.c:634
#, fuzzy
msgid "Whether this widget has a tooltip"
msgstr "Da li grafički element ima fokusirani unos"
#: gtk/gtkwidget.c:689
#: gtk/gtkwidget.c:690
#, fuzzy
msgid "Window"
msgstr "Tip prozora"
#: gtk/gtkwidget.c:690
#: gtk/gtkwidget.c:691
msgid "The widget's window if it is realized"
msgstr ""
#: gtk/gtkwidget.c:2212
#: gtk/gtkwidget.c:2213
msgid "Interior Focus"
msgstr "Unutrašnji fokus"
#: gtk/gtkwidget.c:2213
#: gtk/gtkwidget.c:2214
msgid "Whether to draw the focus indicator inside widgets"
msgstr "Da li crtati pokazivač fokusa u grafičkim elementima"
#: gtk/gtkwidget.c:2219
#: gtk/gtkwidget.c:2220
msgid "Focus linewidth"
msgstr "Širina linije fokusa"
#: gtk/gtkwidget.c:2220
#: gtk/gtkwidget.c:2221
msgid "Width, in pixels, of the focus indicator line"
msgstr "Širina, u pikslama, linije pokazivača fokusa"
#: gtk/gtkwidget.c:2226
#: gtk/gtkwidget.c:2227
msgid "Focus line dash pattern"
msgstr "Šablon za crtanje linije fokusa"
#: gtk/gtkwidget.c:2227
#: gtk/gtkwidget.c:2228
msgid "Dash pattern used to draw the focus indicator"
msgstr "Šablon koji se koristi za crtanje pokazivač fokusa"
#: gtk/gtkwidget.c:2232
#: gtk/gtkwidget.c:2233
msgid "Focus padding"
msgstr "Popunjavanje za fokus"
#: gtk/gtkwidget.c:2233
#: gtk/gtkwidget.c:2234
msgid "Width, in pixels, between focus indicator and the widget 'box'"
msgstr ""
"Širina, u pikslama, između pokazivača fokusa i okvira grafičkog elementa"
#: gtk/gtkwidget.c:2238
#: gtk/gtkwidget.c:2239
msgid "Cursor color"
msgstr "Boja kursora"
#: gtk/gtkwidget.c:2239
#: gtk/gtkwidget.c:2240
msgid "Color with which to draw insertion cursor"
msgstr "Boja kursora za unos"
#: gtk/gtkwidget.c:2244
#: gtk/gtkwidget.c:2245
msgid "Secondary cursor color"
msgstr "Boja sekundarnog kursora"
#: gtk/gtkwidget.c:2245
#: gtk/gtkwidget.c:2246
msgid ""
"Color with which to draw the secondary insertion cursor when editing mixed "
"right-to-left and left-to-right text"
@@ -7136,88 +7136,88 @@ msgstr ""
"Boja sekundarnog kursora pri izmjenama miješanog desno-na-lijevo i lijevo-na-"
"desno teksta"
#: gtk/gtkwidget.c:2250
#: gtk/gtkwidget.c:2251
msgid "Cursor line aspect ratio"
msgstr "Omjer kursora"
#: gtk/gtkwidget.c:2251
#: gtk/gtkwidget.c:2252
msgid "Aspect ratio with which to draw insertion cursor"
msgstr "Omjer u kojem će se crtati kursor za unos"
#: gtk/gtkwidget.c:2265
#: gtk/gtkwidget.c:2266
#, fuzzy
msgid "Draw Border"
msgstr "Rub kartice"
#: gtk/gtkwidget.c:2266
#: gtk/gtkwidget.c:2267
msgid "Size of areas outside the widget's allocation to draw"
msgstr ""
#: gtk/gtkwidget.c:2279
#: gtk/gtkwidget.c:2280
#, fuzzy
msgid "Unvisited Link Color"
msgstr "Trenutna boja"
#: gtk/gtkwidget.c:2280
#: gtk/gtkwidget.c:2281
#, fuzzy
msgid "Color of unvisited links"
msgstr "Naslov dijaloga za odabir fonta"
#: gtk/gtkwidget.c:2293
#: gtk/gtkwidget.c:2294
#, fuzzy
msgid "Visited Link Color"
msgstr "Trenutna boja"
#: gtk/gtkwidget.c:2294
#: gtk/gtkwidget.c:2295
#, fuzzy
msgid "Color of visited links"
msgstr "Naslov dijaloga za odabir fonta"
#: gtk/gtkwidget.c:2308
#: gtk/gtkwidget.c:2309
#, fuzzy
msgid "Wide Separators"
msgstr "Koristi liniju razdvajanja"
#: gtk/gtkwidget.c:2309
#: gtk/gtkwidget.c:2310
msgid ""
"Whether separators have configurable width and should be drawn using a box "
"instead of a line"
msgstr ""
#: gtk/gtkwidget.c:2323
#: gtk/gtkwidget.c:2324
#, fuzzy
msgid "Separator Width"
msgstr "Širina uspravne linije razdvajanja"
#: gtk/gtkwidget.c:2324
#: gtk/gtkwidget.c:2325
msgid "The width of separators if wide-separators is TRUE"
msgstr ""
#: gtk/gtkwidget.c:2338
#: gtk/gtkwidget.c:2339
#, fuzzy
msgid "Separator Height"
msgstr "Uobičajena visina"
#: gtk/gtkwidget.c:2339
#: gtk/gtkwidget.c:2340
msgid "The height of separators if \"wide-separators\" is TRUE"
msgstr ""
#: gtk/gtkwidget.c:2353
#: gtk/gtkwidget.c:2354
#, fuzzy
msgid "Horizontal Scroll Arrow Length"
msgstr "Ponašanje vodoravne trake s klizačem"
#: gtk/gtkwidget.c:2354
#: gtk/gtkwidget.c:2355
#, fuzzy
msgid "The length of horizontal scroll arrows"
msgstr "Kada će se prikazati vodoravna traka s klizačem"
#: gtk/gtkwidget.c:2368
#: gtk/gtkwidget.c:2369
#, fuzzy
msgid "Vertical Scroll Arrow Length"
msgstr "Ponašanje uspravne trake s klizačem"
#: gtk/gtkwidget.c:2369
#: gtk/gtkwidget.c:2370
#, fuzzy
msgid "The length of vertical scroll arrows"
msgstr "Kada će se prikazati uspravna traka s klizačem"
+92 -92
View File
@@ -26,8 +26,8 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ 2.3.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
"PO-Revision-Date: 2009-03-05 21:04+0100\n"
"POT-Creation-Date: 2009-08-29 00:07-0400\n"
"PO-Revision-Date: 2009-08-24 20:10+0200\n"
"Last-Translator: David Planella <david.planella@gmail.com>\n"
"Language-Team: Catalan <tradgnome@softcatala.org>\n"
"MIME-Version: 1.0\n"
@@ -275,7 +275,7 @@ msgid "A unique name for the action."
msgstr "Un nom únic per a una acció."
#: gtk/gtkaction.c:198 gtk/gtkbutton.c:219 gtk/gtkexpander.c:195
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:300
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:305
#: gtk/gtktoolbutton.c:202
msgid "Label"
msgstr "Etiqueta"
@@ -388,7 +388,7 @@ msgstr ""
"Quan sigui CERT, els apoderats de menú per a aquesta acció estaran amagats."
#: gtk/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193
#: gtk/gtkwidget.c:523
#: gtk/gtkwidget.c:524
msgid "Sensitive"
msgstr "Sensible"
@@ -397,7 +397,7 @@ msgid "Whether the action is enabled."
msgstr "Si l'acció està habilitada."
#: gtk/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:517
msgid "Visible"
msgstr "Visible"
@@ -573,7 +573,7 @@ msgstr "Ombra de la fletxa"
msgid "Appearance of the shadow surrounding the arrow"
msgstr "Aparença de l'ombra que envolta la fletxa"
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:363
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:368
msgid "Arrow Scaling"
msgstr "Escalat de la fletxa"
@@ -808,12 +808,12 @@ msgid ""
msgstr "Text de l'etiqueta dins del botó, si el botó conté una etiqueta"
#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388
#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209
#: gtk/gtkmenuitem.c:320 gtk/gtktoolbutton.c:209
msgid "Use underline"
msgstr "Utilitza subratllat"
#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389
#: gtk/gtkmenuitem.c:316
#: gtk/gtkmenuitem.c:321
msgid ""
"If set, an underline in the text indicates the next character should be used "
"for the mnemonic accelerator key"
@@ -1822,7 +1822,7 @@ msgstr "Alfa actual"
#: gtk/gtkcolorbutton.c:217
msgid "The selected opacity value (0 fully transparent, 65535 fully opaque)"
msgstr ""
"The valor d'opacitat seleccionat (0 totalment transparent, 65535 totalment "
"El valor d'opacitat seleccionat (0 totalment transparent, 65535 totalment "
"opac)"
#: gtk/gtkcolorsel.c:279
@@ -1848,7 +1848,7 @@ msgstr "El color actual"
#: gtk/gtkcolorsel.c:301
msgid "The current opacity value (0 fully transparent, 65535 fully opaque)"
msgstr ""
"The valor d'opacitat actual (0 totalment transparent, 65535 totalment opac)"
"El valor d'opacitat actual (0 totalment transparent, 65535 totalment opac)"
#: gtk/gtkcolorsel.c:315
msgid "Custom palette"
@@ -3343,7 +3343,7 @@ msgstr "L'element de menú seleccionat actualment"
msgid "The accel group holding accelerators for the menu"
msgstr "El grup d'acceleradors que conté els acceleradors del menú"
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:285
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:290
msgid "Accel Path"
msgstr "Camí de l'accelerador"
@@ -3549,44 +3549,44 @@ msgstr "Retard abans que apareguin els menús desplegables"
msgid "Delay before the submenus of a menu bar appear"
msgstr "Retard abans que apareguin els submenús d'una barra de menú"
#: gtk/gtkmenuitem.c:252
#: gtk/gtkmenuitem.c:257
msgid "Right Justified"
msgstr "Alinea a la dreta"
#: gtk/gtkmenuitem.c:253
#: gtk/gtkmenuitem.c:258
msgid ""
"Sets whether the menu item appears justified at the right side of a menu bar"
msgstr ""
"Estableix si l'element de menú apareix alineat al costat dret d'una barra de "
"menú"
#: gtk/gtkmenuitem.c:267
#: gtk/gtkmenuitem.c:272
msgid "Submenu"
msgstr "Submenú"
#: gtk/gtkmenuitem.c:268
#: gtk/gtkmenuitem.c:273
msgid "The submenu attached to the menu item, or NULL if it has none"
msgstr "El submenú adjunt a l'element de menú, o bé NULL si no en té cap"
#: gtk/gtkmenuitem.c:286
#: gtk/gtkmenuitem.c:291
msgid "Sets the accelerator path of the menu item"
msgstr "Estableix el camí de l'accelerador de l'element de menú"
#: gtk/gtkmenuitem.c:301
#: gtk/gtkmenuitem.c:306
msgid "The text for the child label"
msgstr "El text de l'etiqueta filla"
#: gtk/gtkmenuitem.c:364
#: gtk/gtkmenuitem.c:369
msgid "Amount of space used up by arrow, relative to the menu item's font size"
msgstr ""
"Quantitat d'espai que ocupa la fletxa en relació a la mida del tipus de "
"lletra de l'element de menú"
#: gtk/gtkmenuitem.c:377
#: gtk/gtkmenuitem.c:382
msgid "Width in Characters"
msgstr "Amplada en caràcters"
#: gtk/gtkmenuitem.c:378
#: gtk/gtkmenuitem.c:383
msgid "The minimum desired width of the menu item in characters"
msgstr "L'amplada desitjada mínima de l'element de menú, en caràcters"
@@ -5565,7 +5565,7 @@ msgstr "Si la icona d'estat és imbricada"
msgid "The orientation of the tray"
msgstr "L'orientació de la safata"
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:633
msgid "Has tooltip"
msgstr "Té indicador de funció"
@@ -5573,15 +5573,15 @@ msgstr "Té indicador de funció"
msgid "Whether this tray icon has a tooltip"
msgstr "Si aquesta icona de la safata té un indicador de funció"
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:654
msgid "Tooltip Text"
msgstr "Text de l'indicador de funció"
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:655 gtk/gtkwidget.c:676
msgid "The contents of the tooltip for this widget"
msgstr "Els continguts de l'indicador de funció d'aquest giny"
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:674
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:675
msgid "Tooltip markup"
msgstr "Etiquetatge de l'indicador de funció"
@@ -6156,7 +6156,7 @@ msgstr "Si la tecla de tabulació entra un caràcter de tabulació"
#: gtk/gtktextview.c:691
msgid "Error underline color"
msgstr "Color de les línie d'error inferiors"
msgstr "Color de les línies d'error inferiors"
#: gtk/gtktextview.c:692
msgid "Color with which to draw error-indication underlines"
@@ -6736,27 +6736,27 @@ msgstr ""
msgid "Determines how the shadowed box around the viewport is drawn"
msgstr "Determina com es dibuixa el quadre ombrejat al voltant de la subàrea"
#: gtk/gtkwidget.c:483
#: gtk/gtkwidget.c:484
msgid "Widget name"
msgstr "Nom del giny"
#: gtk/gtkwidget.c:484
#: gtk/gtkwidget.c:485
msgid "The name of the widget"
msgstr "El nom del giny"
#: gtk/gtkwidget.c:490
#: gtk/gtkwidget.c:491
msgid "Parent widget"
msgstr "Giny pare"
#: gtk/gtkwidget.c:491
#: gtk/gtkwidget.c:492
msgid "The parent widget of this widget. Must be a Container widget"
msgstr "El giny pare d'aquest giny. Ha de ser un giny contenidor"
#: gtk/gtkwidget.c:498
#: gtk/gtkwidget.c:499
msgid "Width request"
msgstr "Petició d'amplada"
#: gtk/gtkwidget.c:499
#: gtk/gtkwidget.c:500
msgid ""
"Override for width request of the widget, or -1 if natural request should be "
"used"
@@ -6764,11 +6764,11 @@ msgstr ""
"Substitueix per sol·licitud d'amplada del giny, o -1 si la sol·licitud "
"natural hagués de ser utilitzada"
#: gtk/gtkwidget.c:507
#: gtk/gtkwidget.c:508
msgid "Height request"
msgstr "Petició d'alçada"
#: gtk/gtkwidget.c:508
#: gtk/gtkwidget.c:509
msgid ""
"Override for height request of the widget, or -1 if natural request should "
"be used"
@@ -6776,177 +6776,177 @@ msgstr ""
"Substitueix per sol·licitud d'alçada del giny, o -1 si la sol·licitud "
"natural hagués de ser utilitzada"
#: gtk/gtkwidget.c:517
#: gtk/gtkwidget.c:518
msgid "Whether the widget is visible"
msgstr "Si el giny és visible"
#: gtk/gtkwidget.c:524
#: gtk/gtkwidget.c:525
msgid "Whether the widget responds to input"
msgstr "Si el giny respon a l'entrada"
#: gtk/gtkwidget.c:530
#: gtk/gtkwidget.c:531
msgid "Application paintable"
msgstr "Aplicació dibuixable"
#: gtk/gtkwidget.c:531
#: gtk/gtkwidget.c:532
msgid "Whether the application will paint directly on the widget"
msgstr "Si l'aplicació pintarà directament en el giny"
#: gtk/gtkwidget.c:537
#: gtk/gtkwidget.c:538
msgid "Can focus"
msgstr "Pot enfocar-se"
#: gtk/gtkwidget.c:538
#: gtk/gtkwidget.c:539
msgid "Whether the widget can accept the input focus"
msgstr "Si el giny pot acceptar l'entrada de focus"
#: gtk/gtkwidget.c:544
#: gtk/gtkwidget.c:545
msgid "Has focus"
msgstr "Té focus"
#: gtk/gtkwidget.c:545
#: gtk/gtkwidget.c:546
msgid "Whether the widget has the input focus"
msgstr "Si el giny té l'entrada de focus"
#: gtk/gtkwidget.c:551
#: gtk/gtkwidget.c:552
msgid "Is focus"
msgstr "És focus"
#: gtk/gtkwidget.c:552
#: gtk/gtkwidget.c:553
msgid "Whether the widget is the focus widget within the toplevel"
msgstr "Si el giny és el giny de focus dins del nivell superior"
#: gtk/gtkwidget.c:558
#: gtk/gtkwidget.c:559
msgid "Can default"
msgstr "Pot per defecte"
#: gtk/gtkwidget.c:559
#: gtk/gtkwidget.c:560
msgid "Whether the widget can be the default widget"
msgstr "Si el giny pot ser el giny per defecte"
#: gtk/gtkwidget.c:565
#: gtk/gtkwidget.c:566
msgid "Has default"
msgstr "Té per defecte"
#: gtk/gtkwidget.c:566
#: gtk/gtkwidget.c:567
msgid "Whether the widget is the default widget"
msgstr "Si el giny és el giny per defecte"
#: gtk/gtkwidget.c:572
#: gtk/gtkwidget.c:573
msgid "Receives default"
msgstr "Rep per defecte"
#: gtk/gtkwidget.c:573
#: gtk/gtkwidget.c:574
msgid "If TRUE, the widget will receive the default action when it is focused"
msgstr "Si és CERT, el giny rebrà l'acció per defecte quan s'enfoqui"
#: gtk/gtkwidget.c:579
#: gtk/gtkwidget.c:580
msgid "Composite child"
msgstr "Fill composat"
#: gtk/gtkwidget.c:580
#: gtk/gtkwidget.c:581
msgid "Whether the widget is part of a composite widget"
msgstr "Si el giny es part d'un giny compost o no"
#: gtk/gtkwidget.c:586
#: gtk/gtkwidget.c:587
msgid "Style"
msgstr "Estil"
#: gtk/gtkwidget.c:587
#: gtk/gtkwidget.c:588
msgid ""
"The style of the widget, which contains information about how it will look "
"(colors etc)"
msgstr "Estil del giny, que conté informació sobre com es veurà (colors, etc.)"
#: gtk/gtkwidget.c:593
#: gtk/gtkwidget.c:594
msgid "Events"
msgstr "Esdeveniments"
#: gtk/gtkwidget.c:594
#: gtk/gtkwidget.c:595
msgid "The event mask that decides what kind of GdkEvents this widget gets"
msgstr ""
"La màscara d'incidències que decideix quin tipus de GdkEvents obté aquest "
"giny"
#: gtk/gtkwidget.c:601
#: gtk/gtkwidget.c:602
msgid "Extension events"
msgstr "Esdeveniments d'extensió"
#: gtk/gtkwidget.c:602
#: gtk/gtkwidget.c:603
msgid "The mask that decides what kind of extension events this widget gets"
msgstr ""
"La màscara que decideix quin tipus d'incidències aconseguirà aquest giny"
# NOTA: segons la següent cadena, indica si la funció show_all afecta a aquest
# giny o no, per tant he deixat el nom del mètode en anglès.
#: gtk/gtkwidget.c:609
#: gtk/gtkwidget.c:610
msgid "No show all"
msgstr "No «show_all»"
#: gtk/gtkwidget.c:610
#: gtk/gtkwidget.c:611
msgid "Whether gtk_widget_show_all() should not affect this widget"
msgstr "Si gtk_widget_show_all() no ha d'afectar aquest giny"
#: gtk/gtkwidget.c:633
#: gtk/gtkwidget.c:634
msgid "Whether this widget has a tooltip"
msgstr "Si aquest giny té un indicador de funció"
#: gtk/gtkwidget.c:689
#: gtk/gtkwidget.c:690
msgid "Window"
msgstr "Finestra"
# Es refereix a http://library.gnome.org/devel/gtk/unstable/GtkWidget.html#gtk-widget-realize (dpm)
#: gtk/gtkwidget.c:690
#: gtk/gtkwidget.c:691
msgid "The widget's window if it is realized"
msgstr "La finestra del giny, en cas que sigui realitzada"
#: gtk/gtkwidget.c:2212
#: gtk/gtkwidget.c:2213
msgid "Interior Focus"
msgstr "Focus interior"
#: gtk/gtkwidget.c:2213
#: gtk/gtkwidget.c:2214
msgid "Whether to draw the focus indicator inside widgets"
msgstr "Si s'ha de dibuixar l'indicador del focus dins dels ginys"
#: gtk/gtkwidget.c:2219
#: gtk/gtkwidget.c:2220
msgid "Focus linewidth"
msgstr "Amplada de línia del focus"
#: gtk/gtkwidget.c:2220
#: gtk/gtkwidget.c:2221
msgid "Width, in pixels, of the focus indicator line"
msgstr "Amplada, en píxels, de la línia indicadora del focus"
# FIXME traç (josep)
#: gtk/gtkwidget.c:2226
#: gtk/gtkwidget.c:2227
msgid "Focus line dash pattern"
msgstr "Patró de traç de la línia de focus"
# FIXME
#: gtk/gtkwidget.c:2227
#: gtk/gtkwidget.c:2228
msgid "Dash pattern used to draw the focus indicator"
msgstr "Patró de traç utilitzat per dibuixar l'indicador del focus"
#: gtk/gtkwidget.c:2232
#: gtk/gtkwidget.c:2233
msgid "Focus padding"
msgstr "Separació del focus"
#: gtk/gtkwidget.c:2233
#: gtk/gtkwidget.c:2234
msgid "Width, in pixels, between focus indicator and the widget 'box'"
msgstr "Amplada, en píxels, entre l'indicador de focus i el giny 'box'"
#: gtk/gtkwidget.c:2238
#: gtk/gtkwidget.c:2239
msgid "Cursor color"
msgstr "Color del cursor"
#: gtk/gtkwidget.c:2239
#: gtk/gtkwidget.c:2240
msgid "Color with which to draw insertion cursor"
msgstr "Color amb el que es dibuixa el cursor d'inserció"
#: gtk/gtkwidget.c:2244
#: gtk/gtkwidget.c:2245
msgid "Secondary cursor color"
msgstr "Color del cursor secundari"
#: gtk/gtkwidget.c:2245
#: gtk/gtkwidget.c:2246
msgid ""
"Color with which to draw the secondary insertion cursor when editing mixed "
"right-to-left and left-to-right text"
@@ -6954,43 +6954,43 @@ msgstr ""
"Color per dibuixar el cursor d'inserció secundària en editar la barreja del "
"text de dreta-a-esquerra i d'esquerra-a-dreta."
#: gtk/gtkwidget.c:2250
#: gtk/gtkwidget.c:2251
msgid "Cursor line aspect ratio"
msgstr "Ràtio d'aspecte de la línia del cursor"
#: gtk/gtkwidget.c:2251
#: gtk/gtkwidget.c:2252
msgid "Aspect ratio with which to draw insertion cursor"
msgstr "Ràtio d'aspecte amb el que dibuixar el cursor d'inserció"
#: gtk/gtkwidget.c:2265
#: gtk/gtkwidget.c:2266
msgid "Draw Border"
msgstr "Dibuixa la vora"
#: gtk/gtkwidget.c:2266
#: gtk/gtkwidget.c:2267
msgid "Size of areas outside the widget's allocation to draw"
msgstr "Mida de les àrees a dibuixar fora de la ubicació del giny"
#: gtk/gtkwidget.c:2279
#: gtk/gtkwidget.c:2280
msgid "Unvisited Link Color"
msgstr "Color dels enllaços no visitats"
#: gtk/gtkwidget.c:2280
#: gtk/gtkwidget.c:2281
msgid "Color of unvisited links"
msgstr "El color dels enllaços que no s'hagin visitat"
#: gtk/gtkwidget.c:2293
#: gtk/gtkwidget.c:2294
msgid "Visited Link Color"
msgstr "Color dels enllaços visitats"
#: gtk/gtkwidget.c:2294
#: gtk/gtkwidget.c:2295
msgid "Color of visited links"
msgstr "El color dels enllaços que s'hagin visitat"
#: gtk/gtkwidget.c:2308
#: gtk/gtkwidget.c:2309
msgid "Wide Separators"
msgstr "Separadors amples"
#: gtk/gtkwidget.c:2309
#: gtk/gtkwidget.c:2310
msgid ""
"Whether separators have configurable width and should be drawn using a box "
"instead of a line"
@@ -6998,35 +6998,35 @@ msgstr ""
"Si els separadors tenen una amplada configurable, i s'haurien de dibuixar "
"amb una caixa enlloc d'una línia"
#: gtk/gtkwidget.c:2323
#: gtk/gtkwidget.c:2324
msgid "Separator Width"
msgstr "Amplada del separador"
#: gtk/gtkwidget.c:2324
#: gtk/gtkwidget.c:2325
msgid "The width of separators if wide-separators is TRUE"
msgstr "L'amplada dels separadors si «wide-separators» és CERT"
#: gtk/gtkwidget.c:2338
#: gtk/gtkwidget.c:2339
msgid "Separator Height"
msgstr "Alçada del separador"
#: gtk/gtkwidget.c:2339
#: gtk/gtkwidget.c:2340
msgid "The height of separators if \"wide-separators\" is TRUE"
msgstr "L'alçada dels separadors si «wide-separators» és CERT"
#: gtk/gtkwidget.c:2353
#: gtk/gtkwidget.c:2354
msgid "Horizontal Scroll Arrow Length"
msgstr "Longitud de la fletxa de desplaçament horitzontal"
#: gtk/gtkwidget.c:2354
#: gtk/gtkwidget.c:2355
msgid "The length of horizontal scroll arrows"
msgstr "La longitud de la fletxa de desplaçament horitzontal"
#: gtk/gtkwidget.c:2368
#: gtk/gtkwidget.c:2369
msgid "Vertical Scroll Arrow Length"
msgstr "Longitud de la fletxa de desplaçament vertical"
#: gtk/gtkwidget.c:2369
#: gtk/gtkwidget.c:2370
msgid "The length of vertical scroll arrows"
msgstr "La longitud de la fletxa de desplaçament vertical"
File diff suppressed because it is too large Load Diff
+88 -88
View File
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
"POT-Creation-Date: 2009-08-29 00:07-0400\n"
"PO-Revision-Date: 2009-04-09 04:32-0500\n"
"Last-Translator: Reşat SABIQ <tilde.birlik@gmail.com>\n"
"Language-Team: Qırımtatarca (Qırım Türkçesi) <tilde-birlik-tercime@lists."
@@ -293,7 +293,7 @@ msgstr "Amel içün emsalsiz bir isim."
# gtk/gtkbutton.c:179 gtk/gtkframe.c:124 gtk/gtklabel.c:198
#: gtk/gtkaction.c:198 gtk/gtkbutton.c:219 gtk/gtkexpander.c:195
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:300
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:305
#: gtk/gtktoolbutton.c:202
msgid "Label"
msgstr "Etiket"
@@ -411,7 +411,7 @@ msgstr "DOĞRU olğanda, bu amel içün boş menü proksileri gizlenir."
# gtk/gtkwidget.c:449
#: gtk/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193
#: gtk/gtkwidget.c:523
#: gtk/gtkwidget.c:524
msgid "Sensitive"
msgstr "Hassas"
@@ -422,7 +422,7 @@ msgstr "Amelniñ qabilleştirilgen olıp olmağanı."
# gtk/gtktreeview.c:481 gtk/gtktreeviewcolumn.c:171 gtk/gtkwidget.c:442
#: gtk/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:517
msgid "Visible"
msgstr "Körünir"
@@ -627,7 +627,7 @@ msgid "Appearance of the shadow surrounding the arrow"
msgstr "Oqnı çevrelegen kölgeniñ körünişi"
# gtk/gtktable.c:174
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:363
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:368
msgid "Arrow Scaling"
msgstr "Oq Miqyaslaması"
@@ -907,14 +907,14 @@ msgstr ""
# gtk/gtklabel.c:219
#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388
#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209
#: gtk/gtkmenuitem.c:320 gtk/gtktoolbutton.c:209
msgid "Use underline"
msgstr "Alt-sızıq qullan"
# tüklü
# gtk/gtklabel.c:220
#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389
#: gtk/gtkmenuitem.c:316
#: gtk/gtkmenuitem.c:321
msgid ""
"If set, an underline in the text indicates the next character should be used "
"for the mnemonic accelerator key"
@@ -3887,7 +3887,7 @@ msgstr "Al-azırda saylanğan menü unsurı"
msgid "The accel group holding accelerators for the menu"
msgstr "Menü içün tezleştiricilerni tutqan tezleştirici zümresi"
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:285
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:290
msgid "Accel Path"
msgstr "Tezleştirici Yolçığı"
@@ -4112,46 +4112,46 @@ msgstr "Aşağı tüşken menüler belirmeden evelki keçikme"
msgid "Delay before the submenus of a menu bar appear"
msgstr "Menü cubuğınıñ alt-menüleri belirmeden evelki keçikme"
#: gtk/gtkmenuitem.c:252
#: gtk/gtkmenuitem.c:257
msgid "Right Justified"
msgstr "Sağğa Yaslanğan"
#: gtk/gtkmenuitem.c:253
#: gtk/gtkmenuitem.c:258
msgid ""
"Sets whether the menu item appears justified at the right side of a menu bar"
msgstr ""
"Menü unsurınıñ menü çubuğınıñ sağ yanına yaslanğan olaraq kösterilip "
"kösterilmeycegini tesbit eter"
#: gtk/gtkmenuitem.c:267
#: gtk/gtkmenuitem.c:272
msgid "Submenu"
msgstr "Alt-menü"
#: gtk/gtkmenuitem.c:268
#: gtk/gtkmenuitem.c:273
msgid "The submenu attached to the menu item, or NULL if it has none"
msgstr "Menü unsurına iliştirilgen alt-menü, ya da eger yoqsa NULL"
#: gtk/gtkmenuitem.c:286
#: gtk/gtkmenuitem.c:291
msgid "Sets the accelerator path of the menu item"
msgstr "Menü unsurınıñ tezleştirici yolçığını tesbit eter"
# gtk/gtklabel.c:199
#: gtk/gtkmenuitem.c:301
#: gtk/gtkmenuitem.c:306
msgid "The text for the child label"
msgstr "Bala etiketiniñ metni"
#: gtk/gtkmenuitem.c:364
#: gtk/gtkmenuitem.c:369
msgid "Amount of space used up by arrow, relative to the menu item's font size"
msgstr ""
"Oq tarafından qullanılacaq fezanıñ miqdarı, menü unsurınıñ urufat ölçüsine "
"nisbeten"
# gtk/gtkentry.c:435
#: gtk/gtkmenuitem.c:377
#: gtk/gtkmenuitem.c:382
msgid "Width in Characters"
msgstr "Remiz Cınsından Kenişlik"
#: gtk/gtkmenuitem.c:378
#: gtk/gtkmenuitem.c:383
msgid "The minimum desired width of the menu item in characters"
msgstr "Menü unsurınıñ arzu etilgen eñ kiçik kenişligi, remiz cınsından"
@@ -6382,7 +6382,7 @@ msgstr "Durum işaretçiginiñ içeri yatqızılğan olıp olmağanı"
msgid "The orientation of the tray"
msgstr "Sininiñ yöneldirimi"
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:633
msgid "Has tooltip"
msgstr "Alet-qaranesi Bar"
@@ -6391,15 +6391,15 @@ msgstr "Alet-qaranesi Bar"
msgid "Whether this tray icon has a tooltip"
msgstr "Bu sini işaretçiginiñ alet-qaraneli olıp olmağanı"
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:654
msgid "Tooltip Text"
msgstr "Alet-qaranesi Metni"
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:655 gtk/gtkwidget.c:676
msgid "The contents of the tooltip for this widget"
msgstr "Bu pencereçik içün alet-qaranesi mündericesi"
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:674
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:675
msgid "Tooltip markup"
msgstr "Alet-qaranesi tamğalaması"
@@ -7729,31 +7729,31 @@ msgstr ""
"Körünim-limanınıñ etrafındaki kölgeli qutunıñ nasıl sızılğanını belgiler"
# gtk/gtkwidget.c:392
#: gtk/gtkwidget.c:483
#: gtk/gtkwidget.c:484
msgid "Widget name"
msgstr "Pencereçik ismi"
# gtk/gtkwidget.c:393
#: gtk/gtkwidget.c:484
#: gtk/gtkwidget.c:485
msgid "The name of the widget"
msgstr "Pencereçikniñ ismi"
# gtk/gtkwidget.c:399
#: gtk/gtkwidget.c:490
#: gtk/gtkwidget.c:491
msgid "Parent widget"
msgstr "Baba pencereçigi"
# gtk/gtkwidget.c:400
#: gtk/gtkwidget.c:491
#: gtk/gtkwidget.c:492
msgid "The parent widget of this widget. Must be a Container widget"
msgstr "Bu pencereçikniñ baba pencereçigi. Bir Konteyner pencereçik olmalı"
#: gtk/gtkwidget.c:498
#: gtk/gtkwidget.c:499
msgid "Width request"
msgstr "Kenişlik istemi"
# tüklü
#: gtk/gtkwidget.c:499
#: gtk/gtkwidget.c:500
msgid ""
"Override for width request of the widget, or -1 if natural request should be "
"used"
@@ -7761,11 +7761,11 @@ msgstr ""
"Pencereçikniñ kenişlik istemi içün üst-aydama, yaki tabiiy istemniñ "
"qullanıluvı lâzim ise -1"
#: gtk/gtkwidget.c:507
#: gtk/gtkwidget.c:508
msgid "Height request"
msgstr "Yükseklik istemi"
#: gtk/gtkwidget.c:508
#: gtk/gtkwidget.c:509
msgid ""
"Override for height request of the widget, or -1 if natural request should "
"be used"
@@ -7774,103 +7774,103 @@ msgstr ""
"qullanıluvı lâzim ise -1"
# gtk/gtkwidget.c:443
#: gtk/gtkwidget.c:517
#: gtk/gtkwidget.c:518
msgid "Whether the widget is visible"
msgstr "Pencereçikniñ körünir olıp olmağanı"
# gtk/gtkwidget.c:450
#: gtk/gtkwidget.c:524
#: gtk/gtkwidget.c:525
msgid "Whether the widget responds to input"
msgstr "Pencereçikniñ kirdige cevap berip bermegeni"
# gtk/gtkwidget.c:456
#: gtk/gtkwidget.c:530
#: gtk/gtkwidget.c:531
msgid "Application paintable"
msgstr "Uyğulamaca boyalanabilir"
# gtk/gtkwidget.c:457
#: gtk/gtkwidget.c:531
#: gtk/gtkwidget.c:532
msgid "Whether the application will paint directly on the widget"
msgstr "Uyğulamanıñ doğrudan pencereçik üzerinde boyalap boyalamaycağı"
# gtk/gtkwidget.c:463
#: gtk/gtkwidget.c:537
#: gtk/gtkwidget.c:538
msgid "Can focus"
msgstr "Fokuslana bilir"
# gtk/gtkwidget.c:464
#: gtk/gtkwidget.c:538
#: gtk/gtkwidget.c:539
msgid "Whether the widget can accept the input focus"
msgstr "Pencereçikniñ kirdi fokusını qabul ete bilip bilmegeni"
# gtk/gtkwidget.c:470
#: gtk/gtkwidget.c:544
#: gtk/gtkwidget.c:545
msgid "Has focus"
msgstr "Fokuslı"
# gtk/gtkwidget.c:471
#: gtk/gtkwidget.c:545
#: gtk/gtkwidget.c:546
msgid "Whether the widget has the input focus"
msgstr "Pencereçikniñ kirdi fokusına saip olıp olmağanı"
# gtk/gtkwidget.c:470
#: gtk/gtkwidget.c:551
#: gtk/gtkwidget.c:552
msgid "Is focus"
msgstr "Fokustır"
# gtk/gtkwidget.c:485
#: gtk/gtkwidget.c:552
#: gtk/gtkwidget.c:553
msgid "Whether the widget is the focus widget within the toplevel"
msgstr "Pencereçikniñ üst seviye içerisinde fokus pencereçigi olıp olmağanı"
# gtk/gtkwidget.c:477
#: gtk/gtkwidget.c:558
#: gtk/gtkwidget.c:559
msgid "Can default"
msgstr "Ög-belgilengen ola bilir"
# gtk/gtkwidget.c:478
#: gtk/gtkwidget.c:559
#: gtk/gtkwidget.c:560
msgid "Whether the widget can be the default widget"
msgstr "Pencereçikniñ ög-belgilengen pencereçik ola bilip bilmegeni"
# gtk/gtkwidget.c:484
#: gtk/gtkwidget.c:565
#: gtk/gtkwidget.c:566
msgid "Has default"
msgstr "Ög-belgilengeni bar"
# gtk/gtkwidget.c:485
#: gtk/gtkwidget.c:566
#: gtk/gtkwidget.c:567
msgid "Whether the widget is the default widget"
msgstr "Pencereçikniñ ög-belgilengen pencereçik olıp olmağanı"
# gtk/gtkwidget.c:491
#: gtk/gtkwidget.c:572
#: gtk/gtkwidget.c:573
msgid "Receives default"
msgstr "Ög-belgilengenni qabul eter"
# gtk/gtkwidget.c:492
#: gtk/gtkwidget.c:573
#: gtk/gtkwidget.c:574
msgid "If TRUE, the widget will receive the default action when it is focused"
msgstr ""
"Eger DOĞRU ise, pencereçik fokuslanğanında ög-belgilengen amelni qabul eter"
# gtk/gtkwidget.c:498
#: gtk/gtkwidget.c:579
#: gtk/gtkwidget.c:580
msgid "Composite child"
msgstr "Mürekkep bala"
# gtk/gtkwidget.c:499
#: gtk/gtkwidget.c:580
#: gtk/gtkwidget.c:581
msgid "Whether the widget is part of a composite widget"
msgstr "Pencereçikniñ mürekkep bir pencereçikniñ parçası olıp olmağanı"
# gtk/gtkwidget.c:505
#: gtk/gtkwidget.c:586
#: gtk/gtkwidget.c:587
msgid "Style"
msgstr "Uslûp"
# gtk/gtkwidget.c:506
#: gtk/gtkwidget.c:587
#: gtk/gtkwidget.c:588
msgid ""
"The style of the widget, which contains information about how it will look "
"(colors etc)"
@@ -7879,103 +7879,103 @@ msgstr ""
"uslûbı"
# gtk/gtkwidget.c:512
#: gtk/gtkwidget.c:593
#: gtk/gtkwidget.c:594
msgid "Events"
msgstr "Vaqialar"
# gtk/gtkwidget.c:513
#: gtk/gtkwidget.c:594
#: gtk/gtkwidget.c:595
msgid "The event mask that decides what kind of GdkEvents this widget gets"
msgstr ""
"Bu pencereçikniñ alacağı GdkEvent çeşitlerini qararlaştırğan vaqia maskası"
# gtk/gtkwidget.c:520
#: gtk/gtkwidget.c:601
#: gtk/gtkwidget.c:602
msgid "Extension events"
msgstr "Uzantı vaqiaları"
# gtk/gtkwidget.c:521
#: gtk/gtkwidget.c:602
#: gtk/gtkwidget.c:603
msgid "The mask that decides what kind of extension events this widget gets"
msgstr ""
"Bu pencereçikniñ ne çeşit uzantı vaqialarını alacağını qararlaştırğan maska"
#: gtk/gtkwidget.c:609
#: gtk/gtkwidget.c:610
msgid "No show all"
msgstr "Episini köster yoq"
#: gtk/gtkwidget.c:610
#: gtk/gtkwidget.c:611
msgid "Whether gtk_widget_show_all() should not affect this widget"
msgstr "Bu pencereçikke gtk_widget_show_all()'nıñ tesir etip etmeycegi"
# gtk/gtkwidget.c:471
#: gtk/gtkwidget.c:633
#: gtk/gtkwidget.c:634
msgid "Whether this widget has a tooltip"
msgstr "Bu pencereçikniñ alet-qaraneli olıp olmağanı"
# gtk/gtkwindow.c:322
#: gtk/gtkwidget.c:689
#: gtk/gtkwidget.c:690
msgid "Window"
msgstr "Pencere"
#: gtk/gtkwidget.c:690
#: gtk/gtkwidget.c:691
msgid "The widget's window if it is realized"
msgstr "Pencereçikniñ penceresi, eger cisimleştirilgen ise"
# gtk/gtkwidget.c:1068
#: gtk/gtkwidget.c:2212
#: gtk/gtkwidget.c:2213
msgid "Interior Focus"
msgstr "Dahiliy Fokus"
# gtk/gtkwidget.c:1069
#: gtk/gtkwidget.c:2213
#: gtk/gtkwidget.c:2214
msgid "Whether to draw the focus indicator inside widgets"
msgstr "Fokus köstergiçiniñ pencereçiklerniñ içinde sızılıp sızılmaycağı"
#: gtk/gtkwidget.c:2219
#: gtk/gtkwidget.c:2220
msgid "Focus linewidth"
msgstr "Fokus sızığı kenişligi"
# gtk/gtkwidget.c:1069
#: gtk/gtkwidget.c:2220
#: gtk/gtkwidget.c:2221
msgid "Width, in pixels, of the focus indicator line"
msgstr "Fokus köstergiçi sızığınıñ piksel cınsından kenişligi"
#: gtk/gtkwidget.c:2226
#: gtk/gtkwidget.c:2227
msgid "Focus line dash pattern"
msgstr "Fokus sızığı çarpma-sızıq naqşı"
# gtk/gtkwidget.c:1069
#: gtk/gtkwidget.c:2227
#: gtk/gtkwidget.c:2228
msgid "Dash pattern used to draw the focus indicator"
msgstr "Fokus köstergiçini sızmaq içün qullanılacaq çarpma-sızıq naqşı"
#: gtk/gtkwidget.c:2232
#: gtk/gtkwidget.c:2233
msgid "Focus padding"
msgstr "Fokus şiltelemesi"
# gtk/gtkwidget.c:1069
#: gtk/gtkwidget.c:2233
#: gtk/gtkwidget.c:2234
msgid "Width, in pixels, between focus indicator and the widget 'box'"
msgstr ""
"Fokus köstergiçi ve pencereçik 'qutusı' arasında piksel cınsından uzaqlıq"
# gtk/gtkentry.c:456
#: gtk/gtkwidget.c:2238
#: gtk/gtkwidget.c:2239
msgid "Cursor color"
msgstr "İmleç tüsü"
# gtk/gtkentry.c:457
#: gtk/gtkwidget.c:2239
#: gtk/gtkwidget.c:2240
msgid "Color with which to draw insertion cursor"
msgstr "Qıstırma imleçiniñ sızılacağı tüs"
# gtk/gtkentry.c:456
#: gtk/gtkwidget.c:2244
#: gtk/gtkwidget.c:2245
msgid "Secondary cursor color"
msgstr "Ekilemci imleç tüsü"
#: gtk/gtkwidget.c:2245
#: gtk/gtkwidget.c:2246
msgid ""
"Color with which to draw the secondary insertion cursor when editing mixed "
"right-to-left and left-to-right text"
@@ -7983,50 +7983,50 @@ msgstr ""
"Qarışıq soldan-sağğa hem de sağdan-solğa metinni tarir etkende ekilemci "
"qıstırma imleçiniñ sızılacağı tüs"
#: gtk/gtkwidget.c:2250
#: gtk/gtkwidget.c:2251
msgid "Cursor line aspect ratio"
msgstr "İmleçniñ satır aspekt nisbeti"
# gtk/gtkentry.c:457
#: gtk/gtkwidget.c:2251
#: gtk/gtkwidget.c:2252
msgid "Aspect ratio with which to draw insertion cursor"
msgstr "Qıstırma imleçiniñ sızılacağı tüs aspekt nisbeti"
# gtk/gtknotebook.c:341
#: gtk/gtkwidget.c:2265
#: gtk/gtkwidget.c:2266
msgid "Draw Border"
msgstr "Sıñırnı Sız"
#: gtk/gtkwidget.c:2266
#: gtk/gtkwidget.c:2267
msgid "Size of areas outside the widget's allocation to draw"
msgstr "Pencereçikniñ tahsisi tışındaki mesahalarnıñ sızılacaq ölçüsi"
# gtk/gtkcolorsel.c:1682
#: gtk/gtkwidget.c:2279
#: gtk/gtkwidget.c:2280
msgid "Unvisited Link Color"
msgstr "Ziyaret Etilmegen İlişim Tüsü"
# gtk/gtkwindow.c:333
#: gtk/gtkwidget.c:2280
#: gtk/gtkwidget.c:2281
msgid "Color of unvisited links"
msgstr "Ziyaret etilmegen ilişimlerniñ tüsü"
# gtk/gtkcolorsel.c:1682
#: gtk/gtkwidget.c:2293
#: gtk/gtkwidget.c:2294
msgid "Visited Link Color"
msgstr "Ziyaret Etilgen İlişim Tüsü"
# gtk/gtkwindow.c:333
#: gtk/gtkwidget.c:2294
#: gtk/gtkwidget.c:2295
msgid "Color of visited links"
msgstr "Ziyaret etilgen ilişimlerniñ tüsü"
# gtk/gtkdialog.c:125
#: gtk/gtkwidget.c:2308
#: gtk/gtkwidget.c:2309
msgid "Wide Separators"
msgstr "Keniş Ayırğıçlar"
#: gtk/gtkwidget.c:2309
#: gtk/gtkwidget.c:2310
msgid ""
"Whether separators have configurable width and should be drawn using a box "
"instead of a line"
@@ -8035,40 +8035,40 @@ msgstr ""
"qutu qullanılaraq sızılıp sızılmaycağı"
# gtk/gtktreeview.c:535
#: gtk/gtkwidget.c:2323
#: gtk/gtkwidget.c:2324
msgid "Separator Width"
msgstr "Ayırğıç Kenişligi"
#: gtk/gtkwidget.c:2324
#: gtk/gtkwidget.c:2325
msgid "The width of separators if wide-separators is TRUE"
msgstr ""
"Eger keniş-ayırğıçlar (wide-separators) DOĞRU ise, ayırğıçlarnıñ kenişligi"
# gtk/gtkwindow.c:399
#: gtk/gtkwidget.c:2338
#: gtk/gtkwidget.c:2339
msgid "Separator Height"
msgstr "Ayırğıç Yüksekligi"
#: gtk/gtkwidget.c:2339
#: gtk/gtkwidget.c:2340
msgid "The height of separators if \"wide-separators\" is TRUE"
msgstr ""
"Eger keniş-ayırğıçlar (wide-separators) DOĞRU ise, ayırğıçlarnıñ yüksekligi"
# gtk/gtkalignment.c:121
#: gtk/gtkwidget.c:2353
#: gtk/gtkwidget.c:2354
msgid "Horizontal Scroll Arrow Length"
msgstr "Ufqiy Taydırma Oqu Uzunlığı"
#: gtk/gtkwidget.c:2354
#: gtk/gtkwidget.c:2355
msgid "The length of horizontal scroll arrows"
msgstr "Ufqiy taydırma oqlarınıñ uzunlığı"
# gtk/gtkalignment.c:130
#: gtk/gtkwidget.c:2368
#: gtk/gtkwidget.c:2369
msgid "Vertical Scroll Arrow Length"
msgstr "Vertikal Taydırma Oqu Uzunlığı"
#: gtk/gtkwidget.c:2369
#: gtk/gtkwidget.c:2370
msgid "The length of vertical scroll arrows"
msgstr "Vertikal taydırma oqlarınıñ uzunlığı"
+88 -88
View File
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
"POT-Creation-Date: 2009-08-29 00:07-0400\n"
"PO-Revision-Date: 2009-03-07 23:38+0100\n"
"Last-Translator: Petr Kovar <pknbe@volny.cz>\n"
"Language-Team: Czech <gnome-cs-list@gnome.org>\n"
@@ -264,7 +264,7 @@ msgid "A unique name for the action."
msgstr "Jedinečný název akce."
#: gtk/gtkaction.c:198 gtk/gtkbutton.c:219 gtk/gtkexpander.c:195
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:300
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:305
#: gtk/gtktoolbutton.c:202
msgid "Label"
msgstr "Popis"
@@ -373,7 +373,7 @@ msgid "When TRUE, empty menu proxies for this action are hidden."
msgstr "Je-li TRUE, jsou prázdné proxy menu pro tuto akci skryty."
#: gtk/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193
#: gtk/gtkwidget.c:523
#: gtk/gtkwidget.c:524
msgid "Sensitive"
msgstr "Citlivý"
@@ -382,7 +382,7 @@ msgid "Whether the action is enabled."
msgstr "Jestli je akce povolena."
#: gtk/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:517
msgid "Visible"
msgstr "Viditelný"
@@ -559,7 +559,7 @@ msgstr "Stín šipky"
msgid "Appearance of the shadow surrounding the arrow"
msgstr "Tvar stínu okolo šipky"
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:363
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:368
msgid "Arrow Scaling"
msgstr "Škálování šipky"
@@ -794,12 +794,12 @@ msgid ""
msgstr "Text widgetu popisu v tlačítku, pokud tlačítko obsahuje widget popisu"
#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388
#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209
#: gtk/gtkmenuitem.c:320 gtk/gtktoolbutton.c:209
msgid "Use underline"
msgstr "Používat podtržítko"
#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389
#: gtk/gtkmenuitem.c:316
#: gtk/gtkmenuitem.c:321
msgid ""
"If set, an underline in the text indicates the next character should be used "
"for the mnemonic accelerator key"
@@ -3288,7 +3288,7 @@ msgstr "Právě vybraná položka nabídky"
msgid "The accel group holding accelerators for the menu"
msgstr "Skupina akcelerátoru s akcelerátory nabídky"
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:285
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:290
msgid "Accel Path"
msgstr "Cesta akcelerátoru"
@@ -3484,44 +3484,44 @@ msgstr "Prodleva před zobrazením rozbalovacího menu"
msgid "Delay before the submenus of a menu bar appear"
msgstr "Prodleva před zobrazením podmenu lišty menu"
#: gtk/gtkmenuitem.c:252
#: gtk/gtkmenuitem.c:257
msgid "Right Justified"
msgstr "Zarovnání doprava"
#: gtk/gtkmenuitem.c:253
#: gtk/gtkmenuitem.c:258
msgid ""
"Sets whether the menu item appears justified at the right side of a menu bar"
msgstr ""
"Nastaví, zda bude položka nabídky zarovnána k pravé straně lišty nabídky"
#: gtk/gtkmenuitem.c:267
#: gtk/gtkmenuitem.c:272
msgid "Submenu"
msgstr "Podřazená nabídka"
#: gtk/gtkmenuitem.c:268
#: gtk/gtkmenuitem.c:273
msgid "The submenu attached to the menu item, or NULL if it has none"
msgstr ""
"Podřízená nabídka připojená k položce nabídky, nebo NULL, nemá-li žádnou"
#: gtk/gtkmenuitem.c:286
#: gtk/gtkmenuitem.c:291
msgid "Sets the accelerator path of the menu item"
msgstr "Nastaví cestu akcelerátoru položky nabídky"
#: gtk/gtkmenuitem.c:301
#: gtk/gtkmenuitem.c:306
msgid "The text for the child label"
msgstr "Text popisku potomka"
#: gtk/gtkmenuitem.c:364
#: gtk/gtkmenuitem.c:369
msgid "Amount of space used up by arrow, relative to the menu item's font size"
msgstr ""
"Množství prostoru použitého šipkou, relativně k velikosti písma položky "
"nabídky"
#: gtk/gtkmenuitem.c:377
#: gtk/gtkmenuitem.c:382
msgid "Width in Characters"
msgstr "Šířka ve znacích"
#: gtk/gtkmenuitem.c:378
#: gtk/gtkmenuitem.c:383
msgid "The minimum desired width of the menu item in characters"
msgstr "Minimální požadovaná šířka položky nabídky ve znacích"
@@ -5425,7 +5425,7 @@ msgstr "Jestli je stavová ikona začleněna"
msgid "The orientation of the tray"
msgstr "Orientace oznamovací oblasti"
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:633
msgid "Has tooltip"
msgstr "Má místní nápovědu"
@@ -5433,15 +5433,15 @@ msgstr "Má místní nápovědu"
msgid "Whether this tray icon has a tooltip"
msgstr "Jestli má ikona v oznamovací oblasti místní nápovědu"
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:654
msgid "Tooltip Text"
msgstr "Text místní nápovědy"
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:655 gtk/gtkwidget.c:676
msgid "The contents of the tooltip for this widget"
msgstr "Obsahy místní nápovědy pro tento widget"
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:674
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:675
msgid "Tooltip markup"
msgstr "Značka místní nápovědy"
@@ -6554,27 +6554,27 @@ msgstr "GtkAdjustment, který určuje hodnoty svislé polohy pro tento pohled"
msgid "Determines how the shadowed box around the viewport is drawn"
msgstr "Určuje, jak je vykreslováno stínování okolo pohledu"
#: gtk/gtkwidget.c:483
#: gtk/gtkwidget.c:484
msgid "Widget name"
msgstr "Název widgetu"
#: gtk/gtkwidget.c:484
#: gtk/gtkwidget.c:485
msgid "The name of the widget"
msgstr "Název widgetu"
#: gtk/gtkwidget.c:490
#: gtk/gtkwidget.c:491
msgid "Parent widget"
msgstr "Rodičovský widget"
#: gtk/gtkwidget.c:491
#: gtk/gtkwidget.c:492
msgid "The parent widget of this widget. Must be a Container widget"
msgstr "Rodičovský widget tohoto widgetu. Musí to být widget kontejneru"
#: gtk/gtkwidget.c:498
#: gtk/gtkwidget.c:499
msgid "Width request"
msgstr "Požadavek na šířku"
#: gtk/gtkwidget.c:499
#: gtk/gtkwidget.c:500
msgid ""
"Override for width request of the widget, or -1 if natural request should be "
"used"
@@ -6582,11 +6582,11 @@ msgstr ""
"Předefinovaný požadavek šířky pro widget nebo -1, pokud se má použít "
"přirozený požadavek"
#: gtk/gtkwidget.c:507
#: gtk/gtkwidget.c:508
msgid "Height request"
msgstr "Požadavek na výšku"
#: gtk/gtkwidget.c:508
#: gtk/gtkwidget.c:509
msgid ""
"Override for height request of the widget, or -1 if natural request should "
"be used"
@@ -6594,169 +6594,169 @@ msgstr ""
"Předefinovaný požadavek výšky pro widget nebo -1, pokud se má použít "
"přirozený požadavek"
#: gtk/gtkwidget.c:517
#: gtk/gtkwidget.c:518
msgid "Whether the widget is visible"
msgstr "Jestli je widget viditelný"
#: gtk/gtkwidget.c:524
#: gtk/gtkwidget.c:525
msgid "Whether the widget responds to input"
msgstr "Jestli widget reaguje na vstupy"
#: gtk/gtkwidget.c:530
#: gtk/gtkwidget.c:531
msgid "Application paintable"
msgstr "Aplikace může kreslit"
#: gtk/gtkwidget.c:531
#: gtk/gtkwidget.c:532
msgid "Whether the application will paint directly on the widget"
msgstr "Jestli bude aplikace přímo kreslit na widget"
#: gtk/gtkwidget.c:537
#: gtk/gtkwidget.c:538
msgid "Can focus"
msgstr "Může získat zaměření"
#: gtk/gtkwidget.c:538
#: gtk/gtkwidget.c:539
msgid "Whether the widget can accept the input focus"
msgstr "Jestli widget může přijmout vstupní zaměření"
#: gtk/gtkwidget.c:544
#: gtk/gtkwidget.c:545
msgid "Has focus"
msgstr "Má zaměření"
#: gtk/gtkwidget.c:545
#: gtk/gtkwidget.c:546
msgid "Whether the widget has the input focus"
msgstr "Jestli widget má vstupní zaměření"
#: gtk/gtkwidget.c:551
#: gtk/gtkwidget.c:552
msgid "Is focus"
msgstr "Je zaměření"
#: gtk/gtkwidget.c:552
#: gtk/gtkwidget.c:553
msgid "Whether the widget is the focus widget within the toplevel"
msgstr "Jestli je widget widgetem zaměření v rámci nejvyšší úrovně"
#: gtk/gtkwidget.c:558
#: gtk/gtkwidget.c:559
msgid "Can default"
msgstr "Může být implicitní"
#: gtk/gtkwidget.c:559
#: gtk/gtkwidget.c:560
msgid "Whether the widget can be the default widget"
msgstr "Jestli může být widget implicitní"
#: gtk/gtkwidget.c:565
#: gtk/gtkwidget.c:566
msgid "Has default"
msgstr "Je implicitní"
#: gtk/gtkwidget.c:566
#: gtk/gtkwidget.c:567
msgid "Whether the widget is the default widget"
msgstr "Jestli je widget implicitní"
#: gtk/gtkwidget.c:572
#: gtk/gtkwidget.c:573
msgid "Receives default"
msgstr "Přijímá jako implicitní"
#: gtk/gtkwidget.c:573
#: gtk/gtkwidget.c:574
msgid "If TRUE, the widget will receive the default action when it is focused"
msgstr "Je-li TRUE, přijímá widget implicitní akci, pokud má zaměření"
#: gtk/gtkwidget.c:579
#: gtk/gtkwidget.c:580
msgid "Composite child"
msgstr "Potomek složeného"
#: gtk/gtkwidget.c:580
#: gtk/gtkwidget.c:581
msgid "Whether the widget is part of a composite widget"
msgstr "Jestli je widget součástí složeného widgetu"
#: gtk/gtkwidget.c:586
#: gtk/gtkwidget.c:587
msgid "Style"
msgstr "Styl"
#: gtk/gtkwidget.c:587
#: gtk/gtkwidget.c:588
msgid ""
"The style of the widget, which contains information about how it will look "
"(colors etc)"
msgstr "Styl widgetu, který obsahuje informace o jeho vzezření (barvy apod)"
#: gtk/gtkwidget.c:593
#: gtk/gtkwidget.c:594
msgid "Events"
msgstr "Události"
#: gtk/gtkwidget.c:594
#: gtk/gtkwidget.c:595
msgid "The event mask that decides what kind of GdkEvents this widget gets"
msgstr "Maska událostí určující, které typy GdkEvent tento widget dostává"
#: gtk/gtkwidget.c:601
#: gtk/gtkwidget.c:602
msgid "Extension events"
msgstr "Rozšířené události"
#: gtk/gtkwidget.c:602
#: gtk/gtkwidget.c:603
msgid "The mask that decides what kind of extension events this widget gets"
msgstr "Maska určující, které typy rozšířených událostí tento widget dostává"
#: gtk/gtkwidget.c:609
#: gtk/gtkwidget.c:610
msgid "No show all"
msgstr "Nezobrazovat se všemi"
#: gtk/gtkwidget.c:610
#: gtk/gtkwidget.c:611
msgid "Whether gtk_widget_show_all() should not affect this widget"
msgstr "Jestli by gtk_widget_show_all() nemělo mít vliv na tento widget"
#: gtk/gtkwidget.c:633
#: gtk/gtkwidget.c:634
msgid "Whether this widget has a tooltip"
msgstr "Jestli má widget místní nápovědu"
#: gtk/gtkwidget.c:689
#: gtk/gtkwidget.c:690
msgid "Window"
msgstr "Okno"
#: gtk/gtkwidget.c:690
#: gtk/gtkwidget.c:691
msgid "The widget's window if it is realized"
msgstr "Okno widgetu, je-li vytvořeno"
#: gtk/gtkwidget.c:2212
#: gtk/gtkwidget.c:2213
msgid "Interior Focus"
msgstr "Vnitřní zaměření"
#: gtk/gtkwidget.c:2213
#: gtk/gtkwidget.c:2214
msgid "Whether to draw the focus indicator inside widgets"
msgstr "Jestli vykreslovat indikátor zaměření ve widgetech"
#: gtk/gtkwidget.c:2219
#: gtk/gtkwidget.c:2220
msgid "Focus linewidth"
msgstr "Šířka čáry zaměření"
#: gtk/gtkwidget.c:2220
#: gtk/gtkwidget.c:2221
msgid "Width, in pixels, of the focus indicator line"
msgstr "Šířka čáry indikátoru zaměření, v bodech"
#: gtk/gtkwidget.c:2226
#: gtk/gtkwidget.c:2227
msgid "Focus line dash pattern"
msgstr "Vzorek čáry indikátoru zaměření"
#: gtk/gtkwidget.c:2227
#: gtk/gtkwidget.c:2228
msgid "Dash pattern used to draw the focus indicator"
msgstr "Vzorek používaný při kreslení čáry indikátoru zaměření"
#: gtk/gtkwidget.c:2232
#: gtk/gtkwidget.c:2233
msgid "Focus padding"
msgstr "Doplnění zaměření"
#: gtk/gtkwidget.c:2233
#: gtk/gtkwidget.c:2234
msgid "Width, in pixels, between focus indicator and the widget 'box'"
msgstr "Mezera mezi indikátorem zaměření a panelem widgetu, v pixelech"
#: gtk/gtkwidget.c:2238
#: gtk/gtkwidget.c:2239
msgid "Cursor color"
msgstr "Barva kurzoru"
#: gtk/gtkwidget.c:2239
#: gtk/gtkwidget.c:2240
msgid "Color with which to draw insertion cursor"
msgstr "Barva, kterou kreslit vkládací kurzor"
#: gtk/gtkwidget.c:2244
#: gtk/gtkwidget.c:2245
msgid "Secondary cursor color"
msgstr "Barva sekundárního kurzoru"
#: gtk/gtkwidget.c:2245
#: gtk/gtkwidget.c:2246
msgid ""
"Color with which to draw the secondary insertion cursor when editing mixed "
"right-to-left and left-to-right text"
@@ -6764,43 +6764,43 @@ msgstr ""
"Barva, kterou kreslit sekundární kurzor při editaci kombinovaného textu "
"zleva doprava a zprava doleva"
#: gtk/gtkwidget.c:2250
#: gtk/gtkwidget.c:2251
msgid "Cursor line aspect ratio"
msgstr "Poměr čáry kurzoru"
#: gtk/gtkwidget.c:2251
#: gtk/gtkwidget.c:2252
msgid "Aspect ratio with which to draw insertion cursor"
msgstr "Poměr, kterým kreslit kurzor pro vkládání"
#: gtk/gtkwidget.c:2265
#: gtk/gtkwidget.c:2266
msgid "Draw Border"
msgstr "Kreslit okraje"
#: gtk/gtkwidget.c:2266
#: gtk/gtkwidget.c:2267
msgid "Size of areas outside the widget's allocation to draw"
msgstr "Velikost oblastí mimo alokaci widgetu, kde kreslit"
#: gtk/gtkwidget.c:2279
#: gtk/gtkwidget.c:2280
msgid "Unvisited Link Color"
msgstr "Barva nenavštíveného odkazu"
#: gtk/gtkwidget.c:2280
#: gtk/gtkwidget.c:2281
msgid "Color of unvisited links"
msgstr "Barva nenavštívených odkazů"
#: gtk/gtkwidget.c:2293
#: gtk/gtkwidget.c:2294
msgid "Visited Link Color"
msgstr "Barva navštíveného odkazu"
#: gtk/gtkwidget.c:2294
#: gtk/gtkwidget.c:2295
msgid "Color of visited links"
msgstr "Barva navštívených odkazů"
#: gtk/gtkwidget.c:2308
#: gtk/gtkwidget.c:2309
msgid "Wide Separators"
msgstr "Široké oddělovače"
#: gtk/gtkwidget.c:2309
#: gtk/gtkwidget.c:2310
msgid ""
"Whether separators have configurable width and should be drawn using a box "
"instead of a line"
@@ -6808,35 +6808,35 @@ msgstr ""
"Zda oddělovače mají nastavitelnou šířku a měly by být kresleny za použití "
"panelu namísto řádku"
#: gtk/gtkwidget.c:2323
#: gtk/gtkwidget.c:2324
msgid "Separator Width"
msgstr "Šířka oddělovačů"
#: gtk/gtkwidget.c:2324
#: gtk/gtkwidget.c:2325
msgid "The width of separators if wide-separators is TRUE"
msgstr "Šířka oddělovačů, je-li wide-separators \"true\""
#: gtk/gtkwidget.c:2338
#: gtk/gtkwidget.c:2339
msgid "Separator Height"
msgstr "Výška oddělovače"
#: gtk/gtkwidget.c:2339
#: gtk/gtkwidget.c:2340
msgid "The height of separators if \"wide-separators\" is TRUE"
msgstr "Výška oddělovačů, je-li \"wide-separators\" \"true\""
#: gtk/gtkwidget.c:2353
#: gtk/gtkwidget.c:2354
msgid "Horizontal Scroll Arrow Length"
msgstr "Délka vodorovné posunovací šipky"
#: gtk/gtkwidget.c:2354
#: gtk/gtkwidget.c:2355
msgid "The length of horizontal scroll arrows"
msgstr "Délka vodorovných posunovacích šipek"
#: gtk/gtkwidget.c:2368
#: gtk/gtkwidget.c:2369
msgid "Vertical Scroll Arrow Length"
msgstr "Délka svislé posunovací šipky"
#: gtk/gtkwidget.c:2369
#: gtk/gtkwidget.c:2370
msgid "The length of vertical scroll arrows"
msgstr "Délka svislých posunovacích šipek"
+88 -88
View File
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ 2.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
"POT-Creation-Date: 2009-08-29 00:07-0400\n"
"PO-Revision-Date: 2007-05-14 22:44-0000\n"
"Last-Translator: Rhys Jones <rhys@sucs.org>\n"
"Language-Team: Cymraeg <gnome-cy@pengwyn.linux.org.uk>\n"
@@ -259,7 +259,7 @@ msgid "A unique name for the action."
msgstr "Enw unigryw ar gyfer y weithred."
#: gtk/gtkaction.c:198 gtk/gtkbutton.c:219 gtk/gtkexpander.c:195
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:300
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:305
#: gtk/gtktoolbutton.c:202
msgid "Label"
msgstr "Label"
@@ -371,7 +371,7 @@ msgid "When TRUE, empty menu proxies for this action are hidden."
msgstr "Pan yn TRUE, cuddir dirprwyon dewislen gwag ar gyfer y weithred hon."
#: gtk/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193
#: gtk/gtkwidget.c:523
#: gtk/gtkwidget.c:524
msgid "Sensitive"
msgstr "Yn ymateb"
@@ -380,7 +380,7 @@ msgid "Whether the action is enabled."
msgstr "A ydy'r weithred wedi ei alluogi"
#: gtk/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:517
msgid "Visible"
msgstr "Gweladwy"
@@ -559,7 +559,7 @@ msgstr "Cysgod y saeth"
msgid "Appearance of the shadow surrounding the arrow"
msgstr "Edrychiad y cysgod o amgylch y saeth"
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:363
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:368
msgid "Arrow Scaling"
msgstr "Graddio Saeth"
@@ -796,12 +796,12 @@ msgstr ""
"Testun y teclyn label o fewn y botwm, os mae'r botwm yn cynnwys teclyn label"
#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388
#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209
#: gtk/gtkmenuitem.c:320 gtk/gtktoolbutton.c:209
msgid "Use underline"
msgstr "Defnyddio tanlinellu"
#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389
#: gtk/gtkmenuitem.c:316
#: gtk/gtkmenuitem.c:321
msgid ""
"If set, an underline in the text indicates the next character should be used "
"for the mnemonic accelerator key"
@@ -3396,7 +3396,7 @@ msgstr "Y ffeil sydd wedi ei ddewis"
msgid "The accel group holding accelerators for the menu"
msgstr "Y fysell coflythyren cyflymu ar gyfer y label hwn"
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:285
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:290
msgid "Accel Path"
msgstr ""
@@ -3602,43 +3602,43 @@ msgstr "Saib cyn mae dewislenni gostwng yn ymddangos"
msgid "Delay before the submenus of a menu bar appear"
msgstr "Y saib cyn mae is-ddewislenni'r bar dewislen yn ymddangos"
#: gtk/gtkmenuitem.c:252
#: gtk/gtkmenuitem.c:257
msgid "Right Justified"
msgstr ""
#: gtk/gtkmenuitem.c:253
#: gtk/gtkmenuitem.c:258
msgid ""
"Sets whether the menu item appears justified at the right side of a menu bar"
msgstr ""
#: gtk/gtkmenuitem.c:267
#: gtk/gtkmenuitem.c:272
msgid "Submenu"
msgstr ""
#: gtk/gtkmenuitem.c:268
#: gtk/gtkmenuitem.c:273
msgid "The submenu attached to the menu item, or NULL if it has none"
msgstr ""
#: gtk/gtkmenuitem.c:286
#: gtk/gtkmenuitem.c:291
msgid "Sets the accelerator path of the menu item"
msgstr ""
#: gtk/gtkmenuitem.c:301
#: gtk/gtkmenuitem.c:306
#, fuzzy
msgid "The text for the child label"
msgstr "Testun y label"
#: gtk/gtkmenuitem.c:364
#: gtk/gtkmenuitem.c:369
#, fuzzy
msgid "Amount of space used up by arrow, relative to the menu item's font size"
msgstr "Faint o le ddefnyddir gan y saeth"
#: gtk/gtkmenuitem.c:377
#: gtk/gtkmenuitem.c:382
#, fuzzy
msgid "Width in Characters"
msgstr "Lled Mewn Nodau"
#: gtk/gtkmenuitem.c:378
#: gtk/gtkmenuitem.c:383
#, fuzzy
msgid "The minimum desired width of the menu item in characters"
msgstr "Lled ddewisol y label, mewn nodau"
@@ -5612,7 +5612,7 @@ msgstr "A ddylid mewnosod yr eicon statws ai peidio"
msgid "The orientation of the tray"
msgstr "Gogwydd y bwrdd"
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:633
msgid "Has tooltip"
msgstr "Ganddo frysgymorth"
@@ -5621,16 +5621,16 @@ msgstr "Ganddo frysgymorth"
msgid "Whether this tray icon has a tooltip"
msgstr "A oes brysgymorth i'r teclyn hwn"
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:654
#, fuzzy
msgid "Tooltip Text"
msgstr "Terfyn brysgymorth"
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:655 gtk/gtkwidget.c:676
msgid "The contents of the tooltip for this widget"
msgstr "Cynnwys brysgymorth y teclyn hwn"
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:674
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:675
msgid "Tooltip markup"
msgstr "Marciau'r brysgymorth"
@@ -6792,29 +6792,29 @@ msgstr ""
msgid "Determines how the shadowed box around the viewport is drawn"
msgstr "Penodi sut arlunnir y box cysgodig o gwmpas y porth golwg"
#: gtk/gtkwidget.c:483
#: gtk/gtkwidget.c:484
msgid "Widget name"
msgstr "Enw'r teclyn"
#: gtk/gtkwidget.c:484
#: gtk/gtkwidget.c:485
msgid "The name of the widget"
msgstr "Enw'r teclyn"
#: gtk/gtkwidget.c:490
#: gtk/gtkwidget.c:491
msgid "Parent widget"
msgstr "Teclyn rhiant"
# EFALLAI
#: gtk/gtkwidget.c:491
#: gtk/gtkwidget.c:492
msgid "The parent widget of this widget. Must be a Container widget"
msgstr "Teclyn rhiant y teclyn hwn. Rhaid iddo fod yn declyn Cynhwysydd"
#: gtk/gtkwidget.c:498
#: gtk/gtkwidget.c:499
msgid "Width request"
msgstr "Ymofyniad lled"
# EFALLAI
#: gtk/gtkwidget.c:499
#: gtk/gtkwidget.c:500
msgid ""
"Override for width request of the widget, or -1 if natural request should be "
"used"
@@ -6822,11 +6822,11 @@ msgstr ""
"Gwrthweithred ar gyfer gofyniad lled y teclyn, neu -1 os dylid defnyddio'r "
"gofyniad gwreiddiol"
#: gtk/gtkwidget.c:507
#: gtk/gtkwidget.c:508
msgid "Height request"
msgstr "Ymofyniad uchder"
#: gtk/gtkwidget.c:508
#: gtk/gtkwidget.c:509
msgid ""
"Override for height request of the widget, or -1 if natural request should "
"be used"
@@ -6834,85 +6834,85 @@ msgstr ""
"Gwrthweithred ar gyfer gofyniad uchder y teclyn, neu -1 os dylid defnyddio'r "
"gofyniad gwreiddiol"
#: gtk/gtkwidget.c:517
#: gtk/gtkwidget.c:518
msgid "Whether the widget is visible"
msgstr "A ydy'r teclyn yn weladwy"
#: gtk/gtkwidget.c:524
#: gtk/gtkwidget.c:525
msgid "Whether the widget responds to input"
msgstr "A ydy'r teclyn yn ymateb i fewnbwn"
#: gtk/gtkwidget.c:530
#: gtk/gtkwidget.c:531
msgid "Application paintable"
msgstr "Peintiadwy gan y rhaglen"
#: gtk/gtkwidget.c:531
#: gtk/gtkwidget.c:532
msgid "Whether the application will paint directly on the widget"
msgstr "A ydy'r rhaglen yn gallu peintio ar y teclyn yn uniongyrchol"
#: gtk/gtkwidget.c:537
#: gtk/gtkwidget.c:538
msgid "Can focus"
msgstr "Gallu ffocysu"
#: gtk/gtkwidget.c:538
#: gtk/gtkwidget.c:539
msgid "Whether the widget can accept the input focus"
msgstr "A ydy'r teclyn yn gallu derbyn y ffocws mewnbwn"
#: gtk/gtkwidget.c:544
#: gtk/gtkwidget.c:545
msgid "Has focus"
msgstr "Efo ffocws"
#: gtk/gtkwidget.c:545
#: gtk/gtkwidget.c:546
msgid "Whether the widget has the input focus"
msgstr "A oes gan y teclyn y ffocws mewnbwn"
#: gtk/gtkwidget.c:551
#: gtk/gtkwidget.c:552
msgid "Is focus"
msgstr "Yw'r ffocws"
#: gtk/gtkwidget.c:552
#: gtk/gtkwidget.c:553
msgid "Whether the widget is the focus widget within the toplevel"
msgstr "A ydy'r teclyn y teclyn ffocws o fewn y lefel dop"
#: gtk/gtkwidget.c:558
#: gtk/gtkwidget.c:559
msgid "Can default"
msgstr "Gall fod yn rhagosodiad"
#: gtk/gtkwidget.c:559
#: gtk/gtkwidget.c:560
msgid "Whether the widget can be the default widget"
msgstr "A all y teclyn fod y teclyn rhagosodedig"
#: gtk/gtkwidget.c:565
#: gtk/gtkwidget.c:566
msgid "Has default"
msgstr "Efo'r rhagosodiad"
#: gtk/gtkwidget.c:566
#: gtk/gtkwidget.c:567
msgid "Whether the widget is the default widget"
msgstr "Ai'r teclyn yw'r teclyn rhagosodedig"
#: gtk/gtkwidget.c:572
#: gtk/gtkwidget.c:573
msgid "Receives default"
msgstr "Yn derbyn y rhagosodiad"
# EFALLAI
#: gtk/gtkwidget.c:573
#: gtk/gtkwidget.c:574
msgid "If TRUE, the widget will receive the default action when it is focused"
msgstr ""
"Os TRUE, fe fydd y teclyn yn derbyn y weithred rhagosodedig pan ffocysir ef"
#: gtk/gtkwidget.c:579
#: gtk/gtkwidget.c:580
msgid "Composite child"
msgstr "Plentyn cyfansoddyn"
#: gtk/gtkwidget.c:580
#: gtk/gtkwidget.c:581
msgid "Whether the widget is part of a composite widget"
msgstr "A ydy'r teclyn yn rhan o declyn cyfansawdd"
#: gtk/gtkwidget.c:586
#: gtk/gtkwidget.c:587
msgid "Style"
msgstr "Arddull"
#: gtk/gtkwidget.c:587
#: gtk/gtkwidget.c:588
msgid ""
"The style of the widget, which contains information about how it will look "
"(colors etc)"
@@ -6920,90 +6920,90 @@ msgstr ""
"Arddull y teclyn, sy'n cynnwys gwybodaeth ynghylch sut fe fydd yn edrych "
"(lliwiau a.y.b.)"
#: gtk/gtkwidget.c:593
#: gtk/gtkwidget.c:594
msgid "Events"
msgstr "Digwyddiadau"
#: gtk/gtkwidget.c:594
#: gtk/gtkwidget.c:595
msgid "The event mask that decides what kind of GdkEvents this widget gets"
msgstr ""
"Y masg digwyddiadau sy'n penderfynu pa fath o GdkEvent fe fydd y teclyn "
"yma'n derbyn"
#: gtk/gtkwidget.c:601
#: gtk/gtkwidget.c:602
msgid "Extension events"
msgstr "Digwyddiadau estyniad"
#: gtk/gtkwidget.c:602
#: gtk/gtkwidget.c:603
msgid "The mask that decides what kind of extension events this widget gets"
msgstr "Y masg sy'n penderfynu pa fath o ddigwyddiad"
#: gtk/gtkwidget.c:609
#: gtk/gtkwidget.c:610
msgid "No show all"
msgstr "Dim \"dangos popeth\""
#: gtk/gtkwidget.c:610
#: gtk/gtkwidget.c:611
msgid "Whether gtk_widget_show_all() should not affect this widget"
msgstr "A ddylai gtk_widget_show_all() beidio ag effeithio'r teclyn hwn"
#: gtk/gtkwidget.c:633
#: gtk/gtkwidget.c:634
msgid "Whether this widget has a tooltip"
msgstr "A oes brysgymorth i'r teclyn hwn"
#: gtk/gtkwidget.c:689
#: gtk/gtkwidget.c:690
#, fuzzy
msgid "Window"
msgstr "Math y Ffenestr"
#: gtk/gtkwidget.c:690
#: gtk/gtkwidget.c:691
msgid "The widget's window if it is realized"
msgstr ""
#: gtk/gtkwidget.c:2212
#: gtk/gtkwidget.c:2213
msgid "Interior Focus"
msgstr "Ffocws Mewnol"
#: gtk/gtkwidget.c:2213
#: gtk/gtkwidget.c:2214
msgid "Whether to draw the focus indicator inside widgets"
msgstr "A ddylid arlunior dangosydd ffocws o fewn teclynnau"
#: gtk/gtkwidget.c:2219
#: gtk/gtkwidget.c:2220
msgid "Focus linewidth"
msgstr "Lled y llinell ffocws"
#: gtk/gtkwidget.c:2220
#: gtk/gtkwidget.c:2221
msgid "Width, in pixels, of the focus indicator line"
msgstr "Lled, mewn picseli, y llinell dangos ffocws"
#: gtk/gtkwidget.c:2226
#: gtk/gtkwidget.c:2227
msgid "Focus line dash pattern"
msgstr "Patrwm llinell ffocws"
#: gtk/gtkwidget.c:2227
#: gtk/gtkwidget.c:2228
msgid "Dash pattern used to draw the focus indicator"
msgstr "Y patrwm i'w ddefnyddio er mwyn arlunio'r dangosydd ffocws"
#: gtk/gtkwidget.c:2232
#: gtk/gtkwidget.c:2233
msgid "Focus padding"
msgstr "Padio ffocws"
#: gtk/gtkwidget.c:2233
#: gtk/gtkwidget.c:2234
msgid "Width, in pixels, between focus indicator and the widget 'box'"
msgstr "Lled, mewn picsel, rhwng y dangosydd ffocws a 'bocs' y teclyn"
#: gtk/gtkwidget.c:2238
#: gtk/gtkwidget.c:2239
msgid "Cursor color"
msgstr "Lliw'r cyrchydd"
#: gtk/gtkwidget.c:2239
#: gtk/gtkwidget.c:2240
msgid "Color with which to draw insertion cursor"
msgstr "Pa liw i arlunio'r cyrchydd mewnosod"
#: gtk/gtkwidget.c:2244
#: gtk/gtkwidget.c:2245
msgid "Secondary cursor color"
msgstr "Lliw'r cyrchydd eilaidd"
#: gtk/gtkwidget.c:2245
#: gtk/gtkwidget.c:2246
msgid ""
"Color with which to draw the secondary insertion cursor when editing mixed "
"right-to-left and left-to-right text"
@@ -7011,43 +7011,43 @@ msgstr ""
"Y lliw i'w ddefnyddio er mwyn arlunio'r cyrchydd mewnosod eilaidd wrth olygu "
"testun chwith-i'r-dde a dde-i'r-chwith cymysg"
#: gtk/gtkwidget.c:2250
#: gtk/gtkwidget.c:2251
msgid "Cursor line aspect ratio"
msgstr "Cymhareb agwedd llinell cyrchydd"
#: gtk/gtkwidget.c:2251
#: gtk/gtkwidget.c:2252
msgid "Aspect ratio with which to draw insertion cursor"
msgstr "Cymhareb agwedd er mwyn arlunio'r cyrchydd mewnosod"
#: gtk/gtkwidget.c:2265
#: gtk/gtkwidget.c:2266
msgid "Draw Border"
msgstr "Tynnu Border"
#: gtk/gtkwidget.c:2266
#: gtk/gtkwidget.c:2267
msgid "Size of areas outside the widget's allocation to draw"
msgstr "Maint ardaloedd y tu allan i ddyraniad y teclyn i'w tynnu"
#: gtk/gtkwidget.c:2279
#: gtk/gtkwidget.c:2280
msgid "Unvisited Link Color"
msgstr "Lliw Cyswllt heb ei Ymweld"
#: gtk/gtkwidget.c:2280
#: gtk/gtkwidget.c:2281
msgid "Color of unvisited links"
msgstr "Lliw'r cysylltion na ymwelwyd â hwy"
#: gtk/gtkwidget.c:2293
#: gtk/gtkwidget.c:2294
msgid "Visited Link Color"
msgstr "Lliw Cyswllt wedi ei Ymweld"
#: gtk/gtkwidget.c:2294
#: gtk/gtkwidget.c:2295
msgid "Color of visited links"
msgstr "Lliw'r cysylltion ymwelwyd â hwy"
#: gtk/gtkwidget.c:2308
#: gtk/gtkwidget.c:2309
msgid "Wide Separators"
msgstr "Gwahanyddion Llydan"
#: gtk/gtkwidget.c:2309
#: gtk/gtkwidget.c:2310
msgid ""
"Whether separators have configurable width and should be drawn using a box "
"instead of a line"
@@ -7055,35 +7055,35 @@ msgstr ""
"A oes modd cyflunio lled gwahanyddion, ac a ddylid eu tynnu gan ddefnyddio "
"bocs yn hytrach na llinell"
#: gtk/gtkwidget.c:2323
#: gtk/gtkwidget.c:2324
msgid "Separator Width"
msgstr "Lled Gwahanydd"
#: gtk/gtkwidget.c:2324
#: gtk/gtkwidget.c:2325
msgid "The width of separators if wide-separators is TRUE"
msgstr "Lled gwahanyddion os yw \"wide-separators\" yn WIR"
#: gtk/gtkwidget.c:2338
#: gtk/gtkwidget.c:2339
msgid "Separator Height"
msgstr "Uchder Gwahanydd"
#: gtk/gtkwidget.c:2339
#: gtk/gtkwidget.c:2340
msgid "The height of separators if \"wide-separators\" is TRUE"
msgstr "Uchder gwahanyddion os yw \"wide-separators\" yn WIR"
#: gtk/gtkwidget.c:2353
#: gtk/gtkwidget.c:2354
msgid "Horizontal Scroll Arrow Length"
msgstr "Hyd Saeth Sgrolio Lorweddol"
#: gtk/gtkwidget.c:2354
#: gtk/gtkwidget.c:2355
msgid "The length of horizontal scroll arrows"
msgstr "Hyd y saethau sgrolio llorweddol"
#: gtk/gtkwidget.c:2368
#: gtk/gtkwidget.c:2369
msgid "Vertical Scroll Arrow Length"
msgstr "Hyd Saeth Sgrolio Fertigol"
#: gtk/gtkwidget.c:2369
#: gtk/gtkwidget.c:2370
msgid "The length of vertical scroll arrows"
msgstr "Hyd y saethau sgrolio fertigol"
+88 -88
View File
@@ -47,7 +47,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
"POT-Creation-Date: 2009-08-29 00:07-0400\n"
"PO-Revision-Date: 2009-03-13 21:43+0100\n"
"Last-Translator: Ask Hjorth Larsen <asklarsen@gmail.com>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
@@ -298,7 +298,7 @@ msgid "A unique name for the action."
msgstr "Et unikt navn for handlingen."
#: gtk/gtkaction.c:198 gtk/gtkbutton.c:219 gtk/gtkexpander.c:195
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:300
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:305
#: gtk/gtktoolbutton.c:202
msgid "Label"
msgstr "Etiket"
@@ -407,7 +407,7 @@ msgid "When TRUE, empty menu proxies for this action are hidden."
msgstr "Hvis TRUE vil tomme menustedfortrædere for denne handling skjules."
#: gtk/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193
#: gtk/gtkwidget.c:523
#: gtk/gtkwidget.c:524
msgid "Sensitive"
msgstr "Følsom"
@@ -416,7 +416,7 @@ msgid "Whether the action is enabled."
msgstr "Om handlingen er aktiveret."
#: gtk/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:517
msgid "Visible"
msgstr "Synlig"
@@ -595,7 +595,7 @@ msgstr "Pilskygge"
msgid "Appearance of the shadow surrounding the arrow"
msgstr "Udseende for skyggen som omgiver pilen"
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:363
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:368
msgid "Arrow Scaling"
msgstr "Pilskalering"
@@ -844,12 +844,12 @@ msgstr ""
"Tekst for etiketkontrollen inde i knappen hvis knappen indeholder en etiket"
#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388
#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209
#: gtk/gtkmenuitem.c:320 gtk/gtktoolbutton.c:209
msgid "Use underline"
msgstr "Benyt understregning"
#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389
#: gtk/gtkmenuitem.c:316
#: gtk/gtkmenuitem.c:321
msgid ""
"If set, an underline in the text indicates the next character should be used "
"for the mnemonic accelerator key"
@@ -3374,7 +3374,7 @@ msgstr "Det markerede menuelement"
msgid "The accel group holding accelerators for the menu"
msgstr "Genvejsgruppen der indeholder genveje for menuen"
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:285
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:290
msgid "Accel Path"
msgstr "Genvejssti"
@@ -3575,41 +3575,41 @@ msgstr "Ventetid før menuer dukker op"
msgid "Delay before the submenus of a menu bar appear"
msgstr "Ventetid før undermenuerne i en menulinje dukker op"
#: gtk/gtkmenuitem.c:252
#: gtk/gtkmenuitem.c:257
msgid "Right Justified"
msgstr "Højrejusteret"
#: gtk/gtkmenuitem.c:253
#: gtk/gtkmenuitem.c:258
msgid ""
"Sets whether the menu item appears justified at the right side of a menu bar"
msgstr "Angiver om menuelementet vises på den højre side af menulinjen"
#: gtk/gtkmenuitem.c:267
#: gtk/gtkmenuitem.c:272
msgid "Submenu"
msgstr "Undermenu"
#: gtk/gtkmenuitem.c:268
#: gtk/gtkmenuitem.c:273
msgid "The submenu attached to the menu item, or NULL if it has none"
msgstr "Undermenuen tilknyttet menuelementet, eller NULL hvis det ingen har"
#: gtk/gtkmenuitem.c:286
#: gtk/gtkmenuitem.c:291
msgid "Sets the accelerator path of the menu item"
msgstr "Indstiller genvejsstien for menuelementet"
#: gtk/gtkmenuitem.c:301
#: gtk/gtkmenuitem.c:306
msgid "The text for the child label"
msgstr "Tekst for underetiketten"
#: gtk/gtkmenuitem.c:364
#: gtk/gtkmenuitem.c:369
msgid "Amount of space used up by arrow, relative to the menu item's font size"
msgstr ""
"Hvor meget plads en pil fylder i forhold til menuelementets skriftstørrelse"
#: gtk/gtkmenuitem.c:377
#: gtk/gtkmenuitem.c:382
msgid "Width in Characters"
msgstr "Bredde i tegn"
#: gtk/gtkmenuitem.c:378
#: gtk/gtkmenuitem.c:383
msgid "The minimum desired width of the menu item in characters"
msgstr "Den mindste ønskede bredde af menuelementet i tegn"
@@ -5565,7 +5565,7 @@ msgstr "Om statusikonet er indlejret eller ej"
msgid "The orientation of the tray"
msgstr "Feltes orientering"
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:633
msgid "Has tooltip"
msgstr "Har værktøjtip"
@@ -5573,15 +5573,15 @@ msgstr "Har værktøjtip"
msgid "Whether this tray icon has a tooltip"
msgstr "Om dette statusikon har et værktøjstip"
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:654
msgid "Tooltip Text"
msgstr "Værktøjtip-tekst"
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:655 gtk/gtkwidget.c:676
msgid "The contents of the tooltip for this widget"
msgstr "Indholdet af værktøjstippet for denne kontrol"
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:674
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:675
msgid "Tooltip markup"
msgstr "Værktøjtipsformattering"
@@ -6725,28 +6725,28 @@ msgstr ""
msgid "Determines how the shadowed box around the viewport is drawn"
msgstr "Bestemmer hvordan boksen med skygge omkring visningsområdet tegnes"
#: gtk/gtkwidget.c:483
#: gtk/gtkwidget.c:484
msgid "Widget name"
msgstr "Kontrolnavn"
#: gtk/gtkwidget.c:484
#: gtk/gtkwidget.c:485
msgid "The name of the widget"
msgstr "Navnet på kontrollen"
#: gtk/gtkwidget.c:490
#: gtk/gtkwidget.c:491
msgid "Parent widget"
msgstr "Ophavskontrol"
#: gtk/gtkwidget.c:491
#: gtk/gtkwidget.c:492
msgid "The parent widget of this widget. Must be a Container widget"
msgstr ""
"Den kontrol der indeholder denne kontrol - skal være en beholderkontrol"
#: gtk/gtkwidget.c:498
#: gtk/gtkwidget.c:499
msgid "Width request"
msgstr "Breddeforespørgsel"
#: gtk/gtkwidget.c:499
#: gtk/gtkwidget.c:500
msgid ""
"Override for width request of the widget, or -1 if natural request should be "
"used"
@@ -6754,11 +6754,11 @@ msgstr ""
"Overskriv breddeforespørgslen for kontrollen eller angiv -1 hvis den "
"\"naturlige\" forespørgsel skal bruges"
#: gtk/gtkwidget.c:507
#: gtk/gtkwidget.c:508
msgid "Height request"
msgstr "Højdeforespørgsel"
#: gtk/gtkwidget.c:508
#: gtk/gtkwidget.c:509
msgid ""
"Override for height request of the widget, or -1 if natural request should "
"be used"
@@ -6766,86 +6766,86 @@ msgstr ""
"Overskriv højdeforespørgslen for kontrollen eller angiv -1 hvis den "
"\"naturlige\" forespørgsel skal bruges"
#: gtk/gtkwidget.c:517
#: gtk/gtkwidget.c:518
msgid "Whether the widget is visible"
msgstr "Om kontrollen er synlig"
#: gtk/gtkwidget.c:524
#: gtk/gtkwidget.c:525
msgid "Whether the widget responds to input"
msgstr "Om kontrollen tager mod inddata"
# se næste for forklaring - suboptimalt
#: gtk/gtkwidget.c:530
#: gtk/gtkwidget.c:531
msgid "Application paintable"
msgstr "Program må tegne"
#: gtk/gtkwidget.c:531
#: gtk/gtkwidget.c:532
msgid "Whether the application will paint directly on the widget"
msgstr "Om programmet tegner direkte på kontrollen"
#: gtk/gtkwidget.c:537
#: gtk/gtkwidget.c:538
msgid "Can focus"
msgstr "Accepterer fokus"
#: gtk/gtkwidget.c:538
#: gtk/gtkwidget.c:539
msgid "Whether the widget can accept the input focus"
msgstr "Om kontrollen tager mod indtastningsfokuset"
#: gtk/gtkwidget.c:544
#: gtk/gtkwidget.c:545
msgid "Has focus"
msgstr "Har fokus"
#: gtk/gtkwidget.c:545
#: gtk/gtkwidget.c:546
msgid "Whether the widget has the input focus"
msgstr "Om kontrollen har indtastningsfokuset"
#: gtk/gtkwidget.c:551
#: gtk/gtkwidget.c:552
msgid "Is focus"
msgstr "Har fokus"
#: gtk/gtkwidget.c:552
#: gtk/gtkwidget.c:553
msgid "Whether the widget is the focus widget within the toplevel"
msgstr "Om kontrollen er den er den fokuserede kontrol inden for vinduet"
#: gtk/gtkwidget.c:558
#: gtk/gtkwidget.c:559
msgid "Can default"
msgstr "Kan være forvalgt"
#: gtk/gtkwidget.c:559
#: gtk/gtkwidget.c:560
msgid "Whether the widget can be the default widget"
msgstr "Om kontrollen kan være den forvalgte kontrol"
#: gtk/gtkwidget.c:565
#: gtk/gtkwidget.c:566
msgid "Has default"
msgstr "Har forvalg"
#: gtk/gtkwidget.c:566
#: gtk/gtkwidget.c:567
msgid "Whether the widget is the default widget"
msgstr "Om kontrollen er den forvalgte kontrol"
#: gtk/gtkwidget.c:572
#: gtk/gtkwidget.c:573
msgid "Receives default"
msgstr "Modtager forvalg"
#: gtk/gtkwidget.c:573
#: gtk/gtkwidget.c:574
msgid "If TRUE, the widget will receive the default action when it is focused"
msgstr "Hvis TRUE modtager kontrollen standardhandlingen når den fokuseres"
# original skulle vist egentlig have været "Has composite child" - men
# "sammensat" er dækkende
#: gtk/gtkwidget.c:579
#: gtk/gtkwidget.c:580
msgid "Composite child"
msgstr "Sammensat"
#: gtk/gtkwidget.c:580
#: gtk/gtkwidget.c:581
msgid "Whether the widget is part of a composite widget"
msgstr "Om kontrollen er en del af en sammensat kontrol"
#: gtk/gtkwidget.c:586
#: gtk/gtkwidget.c:587
msgid "Style"
msgstr "Stil"
#: gtk/gtkwidget.c:587
#: gtk/gtkwidget.c:588
msgid ""
"The style of the widget, which contains information about how it will look "
"(colors etc)"
@@ -6853,91 +6853,91 @@ msgstr ""
"Kontrollens stil, der indeholder oplysninger om hvordan den kommer til at se "
"ud (farver osv.)"
#: gtk/gtkwidget.c:593
#: gtk/gtkwidget.c:594
msgid "Events"
msgstr "Hændelser"
#: gtk/gtkwidget.c:594
#: gtk/gtkwidget.c:595
msgid "The event mask that decides what kind of GdkEvents this widget gets"
msgstr ""
"Hændelsesmasken der bestemmer hvilke former for GdkEvents kontrollen modtager"
#: gtk/gtkwidget.c:601
#: gtk/gtkwidget.c:602
msgid "Extension events"
msgstr "Udvidede hændelser"
#: gtk/gtkwidget.c:602
#: gtk/gtkwidget.c:603
msgid "The mask that decides what kind of extension events this widget gets"
msgstr ""
"Den maske der afgør hvilke former for udvidelseshændelser denne kontrol "
"modtager"
#: gtk/gtkwidget.c:609
#: gtk/gtkwidget.c:610
msgid "No show all"
msgstr "Ingen vis alle"
#: gtk/gtkwidget.c:610
#: gtk/gtkwidget.c:611
msgid "Whether gtk_widget_show_all() should not affect this widget"
msgstr "Om gtk_widget_show_all() ikke skal påvirke denne kontrol"
#: gtk/gtkwidget.c:633
#: gtk/gtkwidget.c:634
msgid "Whether this widget has a tooltip"
msgstr "Om denne kontrol har et værktøjstip"
#: gtk/gtkwidget.c:689
#: gtk/gtkwidget.c:690
msgid "Window"
msgstr "Vindue"
#: gtk/gtkwidget.c:690
#: gtk/gtkwidget.c:691
msgid "The widget's window if it is realized"
msgstr "Kontrollens vindue, hvis dette er realiseret"
#: gtk/gtkwidget.c:2212
#: gtk/gtkwidget.c:2213
msgid "Interior Focus"
msgstr "Indvendig fokus"
#: gtk/gtkwidget.c:2213
#: gtk/gtkwidget.c:2214
msgid "Whether to draw the focus indicator inside widgets"
msgstr "Om fokusindikatoren skal tegnes inde i kontrollen"
#: gtk/gtkwidget.c:2219
#: gtk/gtkwidget.c:2220
msgid "Focus linewidth"
msgstr "Fokuslinjebredde"
#: gtk/gtkwidget.c:2220
#: gtk/gtkwidget.c:2221
msgid "Width, in pixels, of the focus indicator line"
msgstr "Bredde, i skærmpunkter, af fokuseringsindikatorens linje"
#: gtk/gtkwidget.c:2226
#: gtk/gtkwidget.c:2227
msgid "Focus line dash pattern"
msgstr "Stiplingsmønster til fokuslinje"
#: gtk/gtkwidget.c:2227
#: gtk/gtkwidget.c:2228
msgid "Dash pattern used to draw the focus indicator"
msgstr "Stiplingsmønster der bruges til at tegne fokuseringsindikatoren"
#: gtk/gtkwidget.c:2232
#: gtk/gtkwidget.c:2233
msgid "Focus padding"
msgstr "Fokusudfyldning"
#: gtk/gtkwidget.c:2233
#: gtk/gtkwidget.c:2234
msgid "Width, in pixels, between focus indicator and the widget 'box'"
msgstr ""
"Bredde, i skærmpunkter, mellem fokuseringsindikatoren og kontrollens \"boks\""
#: gtk/gtkwidget.c:2238
#: gtk/gtkwidget.c:2239
msgid "Cursor color"
msgstr "Markørfarve"
#: gtk/gtkwidget.c:2239
#: gtk/gtkwidget.c:2240
msgid "Color with which to draw insertion cursor"
msgstr "Farve som indtastningsmarkøren skal tegnes med"
#: gtk/gtkwidget.c:2244
#: gtk/gtkwidget.c:2245
msgid "Secondary cursor color"
msgstr "Sekundær markørfarve"
#: gtk/gtkwidget.c:2245
#: gtk/gtkwidget.c:2246
msgid ""
"Color with which to draw the secondary insertion cursor when editing mixed "
"right-to-left and left-to-right text"
@@ -6945,43 +6945,43 @@ msgstr ""
"Farve som bruges til at tegne den sekundære indtastningsmarkør ved "
"redigering af blandet højre-mod-venstre- og venstre-mod-højre-tekst"
#: gtk/gtkwidget.c:2250
#: gtk/gtkwidget.c:2251
msgid "Cursor line aspect ratio"
msgstr "Højde/bredde-forhold for markørlinje"
#: gtk/gtkwidget.c:2251
#: gtk/gtkwidget.c:2252
msgid "Aspect ratio with which to draw insertion cursor"
msgstr "Det højde/bredde-forhold indtastningsmarkøren skal tegnes med"
#: gtk/gtkwidget.c:2265
#: gtk/gtkwidget.c:2266
msgid "Draw Border"
msgstr "Tegn kant"
#: gtk/gtkwidget.c:2266
#: gtk/gtkwidget.c:2267
msgid "Size of areas outside the widget's allocation to draw"
msgstr "Størrelse af området udenfor kontrollens tegne-tildeling"
#: gtk/gtkwidget.c:2279
#: gtk/gtkwidget.c:2280
msgid "Unvisited Link Color"
msgstr "Ubesøgt link-farve"
#: gtk/gtkwidget.c:2280
#: gtk/gtkwidget.c:2281
msgid "Color of unvisited links"
msgstr "Farven på ubesøgte links"
#: gtk/gtkwidget.c:2293
#: gtk/gtkwidget.c:2294
msgid "Visited Link Color"
msgstr "Besøgt link-farve"
#: gtk/gtkwidget.c:2294
#: gtk/gtkwidget.c:2295
msgid "Color of visited links"
msgstr "Farven på besøgte links"
#: gtk/gtkwidget.c:2308
#: gtk/gtkwidget.c:2309
msgid "Wide Separators"
msgstr "Brede adskillelseslinjer"
#: gtk/gtkwidget.c:2309
#: gtk/gtkwidget.c:2310
msgid ""
"Whether separators have configurable width and should be drawn using a box "
"instead of a line"
@@ -6989,37 +6989,37 @@ msgstr ""
"Om adskillelseslinjer skal have indstillelig bredde og skal tegnes ved brug "
"af en kasse i stedet for en linje"
#: gtk/gtkwidget.c:2323
#: gtk/gtkwidget.c:2324
msgid "Separator Width"
msgstr "Adskillelseslinje-bredde"
#: gtk/gtkwidget.c:2324
#: gtk/gtkwidget.c:2325
msgid "The width of separators if wide-separators is TRUE"
msgstr ""
"Bredden på adskillelses-linjer hvis \"wide-seperators\" er sat til TRUE"
#: gtk/gtkwidget.c:2338
#: gtk/gtkwidget.c:2339
msgid "Separator Height"
msgstr "Adskillelseslinje-højde"
#: gtk/gtkwidget.c:2339
#: gtk/gtkwidget.c:2340
msgid "The height of separators if \"wide-separators\" is TRUE"
msgstr ""
"Højden af adskillelseslinjerne hvis \"wide-seperators\" er sat til TRUE"
#: gtk/gtkwidget.c:2353
#: gtk/gtkwidget.c:2354
msgid "Horizontal Scroll Arrow Length"
msgstr "Vandret rullebjælkepil-længde"
#: gtk/gtkwidget.c:2354
#: gtk/gtkwidget.c:2355
msgid "The length of horizontal scroll arrows"
msgstr "Længden af de vandrette rullebjælkepile"
#: gtk/gtkwidget.c:2368
#: gtk/gtkwidget.c:2369
msgid "Vertical Scroll Arrow Length"
msgstr "Lodret rullebjælkepil-længde"
#: gtk/gtkwidget.c:2369
#: gtk/gtkwidget.c:2370
msgid "The length of vertical scroll arrows"
msgstr "Længden af de lodrette rullebjælkepile"
+88 -88
View File
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GTK+ HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
"POT-Creation-Date: 2009-08-29 00:07-0400\n"
"PO-Revision-Date: 2009-03-13 16:54+0100\n"
"Last-Translator: Hendrik Richter <hendrikr@gnome.org>\n"
"Language-Team: German <gnome-de@gnome.org>\n"
@@ -268,7 +268,7 @@ msgid "A unique name for the action."
msgstr "Ein eindeutiger Aktionsname."
#: gtk/gtkaction.c:198 gtk/gtkbutton.c:219 gtk/gtkexpander.c:195
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:300
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:305
#: gtk/gtktoolbutton.c:202
msgid "Label"
msgstr "Beschriftung"
@@ -383,7 +383,7 @@ msgid "When TRUE, empty menu proxies for this action are hidden."
msgstr "Sollen leere Menüproxys für diese Aktion verborgen werden?"
#: gtk/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193
#: gtk/gtkwidget.c:523
#: gtk/gtkwidget.c:524
msgid "Sensitive"
msgstr "Empfindlich"
@@ -392,7 +392,7 @@ msgid "Whether the action is enabled."
msgstr "Soll das Widget aktiviert sein?"
#: gtk/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:517
msgid "Visible"
msgstr "Sichtbar"
@@ -571,7 +571,7 @@ msgstr "Pfeilschatten"
msgid "Appearance of the shadow surrounding the arrow"
msgstr "Das Aussehen des Schattens um den Pfeil"
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:363
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:368
msgid "Arrow Scaling"
msgstr "Pfeilskalierung"
@@ -811,12 +811,12 @@ msgstr ""
"Text des Beschriftungs-Widgets im Knopf, falls der Knopf ein solches enthält"
#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388
#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209
#: gtk/gtkmenuitem.c:320 gtk/gtktoolbutton.c:209
msgid "Use underline"
msgstr "Unterstrich verwenden"
#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389
#: gtk/gtkmenuitem.c:316
#: gtk/gtkmenuitem.c:321
msgid ""
"If set, an underline in the text indicates the next character should be used "
"for the mnemonic accelerator key"
@@ -3378,7 +3378,7 @@ msgstr "Der momentan gewählte Menüeintrag"
msgid "The accel group holding accelerators for the menu"
msgstr "Die Tastenkürzelgruppe für dieses Menü"
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:285
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:290
msgid "Accel Path"
msgstr "Tastenkürzelpfad"
@@ -3589,40 +3589,40 @@ msgstr "Die Verzögerung bis zum Erscheinen der Herabklapp-Menüs"
msgid "Delay before the submenus of a menu bar appear"
msgstr "Die Verzögerung bis zum Erscheinen der Untermenüs in einer Menüleiste"
#: gtk/gtkmenuitem.c:252
#: gtk/gtkmenuitem.c:257
msgid "Right Justified"
msgstr "Rechtsbündig"
#: gtk/gtkmenuitem.c:253
#: gtk/gtkmenuitem.c:258
msgid ""
"Sets whether the menu item appears justified at the right side of a menu bar"
msgstr "Sollen die Menüeinträge rechtsbündig im Menü ausgerichtet werden?"
#: gtk/gtkmenuitem.c:267
#: gtk/gtkmenuitem.c:272
msgid "Submenu"
msgstr "Untermenü"
#: gtk/gtkmenuitem.c:268
#: gtk/gtkmenuitem.c:273
msgid "The submenu attached to the menu item, or NULL if it has none"
msgstr "Das zum Menü gehörende Untermenü, oder NULL falls keins vorhanden"
#: gtk/gtkmenuitem.c:286
#: gtk/gtkmenuitem.c:291
msgid "Sets the accelerator path of the menu item"
msgstr "Den Tastenkürzelpfad für den Menüeintrag setzen"
#: gtk/gtkmenuitem.c:301
#: gtk/gtkmenuitem.c:306
msgid "The text for the child label"
msgstr "Der Text der Kind-Beschriftung"
#: gtk/gtkmenuitem.c:364
#: gtk/gtkmenuitem.c:369
msgid "Amount of space used up by arrow, relative to the menu item's font size"
msgstr "Der vom Pfeil belegte Platz, relativ zur Schriftgröße des Menüs"
#: gtk/gtkmenuitem.c:377
#: gtk/gtkmenuitem.c:382
msgid "Width in Characters"
msgstr "Breite in Zeichen"
#: gtk/gtkmenuitem.c:378
#: gtk/gtkmenuitem.c:383
msgid "The minimum desired width of the menu item in characters"
msgstr "Die minimale gewünschte Breite des Menüeintrags, in Zeichen"
@@ -5573,7 +5573,7 @@ msgstr "Legt fest, ob das Statussymbol eingebettet ist"
msgid "The orientation of the tray"
msgstr "Die Ausrichtung des Benachrichtigungsfeldes"
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:633
msgid "Has tooltip"
msgstr "Hat Minihilfe"
@@ -5581,15 +5581,15 @@ msgstr "Hat Minihilfe"
msgid "Whether this tray icon has a tooltip"
msgstr "Legt fest, ob das Benachrichtigungssymbol eine Minihilfe hat"
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:654
msgid "Tooltip Text"
msgstr "Minihilfe-Text"
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:655 gtk/gtkwidget.c:676
msgid "The contents of the tooltip for this widget"
msgstr "Der Inhalt der Minihilfe dieses Widgets"
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:674
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:675
msgid "Tooltip markup"
msgstr "Minihilfen-Markup"
@@ -6741,27 +6741,27 @@ msgid "Determines how the shadowed box around the viewport is drawn"
msgstr ""
"Legt fest, wie der schattierte Rahmen um das Sichtfeld dargestellt wird"
#: gtk/gtkwidget.c:483
#: gtk/gtkwidget.c:484
msgid "Widget name"
msgstr "Widget-Name"
#: gtk/gtkwidget.c:484
#: gtk/gtkwidget.c:485
msgid "The name of the widget"
msgstr "Der Name des Widgets"
#: gtk/gtkwidget.c:490
#: gtk/gtkwidget.c:491
msgid "Parent widget"
msgstr "Eltern-Widget"
#: gtk/gtkwidget.c:491
#: gtk/gtkwidget.c:492
msgid "The parent widget of this widget. Must be a Container widget"
msgstr "Das Eltern-Widget dieses Widgets. Muss ein Container-Widget sein"
#: gtk/gtkwidget.c:498
#: gtk/gtkwidget.c:499
msgid "Width request"
msgstr "Breitenanforderung"
#: gtk/gtkwidget.c:499
#: gtk/gtkwidget.c:500
msgid ""
"Override for width request of the widget, or -1 if natural request should be "
"used"
@@ -6769,11 +6769,11 @@ msgstr ""
"Direkte Angabe für die Breitenanforderung des Widgets; -1, falls die "
"natürliche Anforderung verwendet werden soll"
#: gtk/gtkwidget.c:507
#: gtk/gtkwidget.c:508
msgid "Height request"
msgstr "Höhenanforderung"
#: gtk/gtkwidget.c:508
#: gtk/gtkwidget.c:509
msgid ""
"Override for height request of the widget, or -1 if natural request should "
"be used"
@@ -6781,84 +6781,84 @@ msgstr ""
"Direkte Angabe für die Höhenanforderung des Widgets; -1, falls die "
"natürliche Anforderung verwendet werden soll"
#: gtk/gtkwidget.c:517
#: gtk/gtkwidget.c:518
msgid "Whether the widget is visible"
msgstr "Soll das Widget sichtbar sein?"
#: gtk/gtkwidget.c:524
#: gtk/gtkwidget.c:525
msgid "Whether the widget responds to input"
msgstr "Soll das Widget auf Eingaben reagieren?"
#: gtk/gtkwidget.c:530
#: gtk/gtkwidget.c:531
msgid "Application paintable"
msgstr "Direktes Zeichnen"
#: gtk/gtkwidget.c:531
#: gtk/gtkwidget.c:532
msgid "Whether the application will paint directly on the widget"
msgstr "Kann die Anwendung direkt auf das Widget zeichnen?"
#: gtk/gtkwidget.c:537
#: gtk/gtkwidget.c:538
msgid "Can focus"
msgstr "Fokussierbar"
#: gtk/gtkwidget.c:538
#: gtk/gtkwidget.c:539
msgid "Whether the widget can accept the input focus"
msgstr "Soll das Widget den Eingabefokus akzeptieren können?"
#: gtk/gtkwidget.c:544
#: gtk/gtkwidget.c:545
msgid "Has focus"
msgstr "Hat Fokus"
#: gtk/gtkwidget.c:545
#: gtk/gtkwidget.c:546
msgid "Whether the widget has the input focus"
msgstr "Soll das Widget den Eingabefokus haben?"
#: gtk/gtkwidget.c:551
#: gtk/gtkwidget.c:552
msgid "Is focus"
msgstr "Ist Fokus"
#: gtk/gtkwidget.c:552
#: gtk/gtkwidget.c:553
msgid "Whether the widget is the focus widget within the toplevel"
msgstr "Ist das Widget das fokussierte Widget innerhalb der obersten Ebene?"
#: gtk/gtkwidget.c:558
#: gtk/gtkwidget.c:559
msgid "Can default"
msgstr "Kann Vorgabe"
#: gtk/gtkwidget.c:559
#: gtk/gtkwidget.c:560
msgid "Whether the widget can be the default widget"
msgstr "Soll das Widget das Vorgabe-Widget sein können?"
#: gtk/gtkwidget.c:565
#: gtk/gtkwidget.c:566
msgid "Has default"
msgstr "Ist Vorgabe"
#: gtk/gtkwidget.c:566
#: gtk/gtkwidget.c:567
msgid "Whether the widget is the default widget"
msgstr "Soll das Widget das Vorgabe-Widget sein?"
#: gtk/gtkwidget.c:572
#: gtk/gtkwidget.c:573
msgid "Receives default"
msgstr "Vorgabe erhalten"
#: gtk/gtkwidget.c:573
#: gtk/gtkwidget.c:574
msgid "If TRUE, the widget will receive the default action when it is focused"
msgstr ""
"Falls WAHR, erhält das Widget die Vorgabe-Aktion, wenn es fokussiert ist"
#: gtk/gtkwidget.c:579
#: gtk/gtkwidget.c:580
msgid "Composite child"
msgstr "Zusammengesetztes Kind"
#: gtk/gtkwidget.c:580
#: gtk/gtkwidget.c:581
msgid "Whether the widget is part of a composite widget"
msgstr "Ist das Widget Teil eines zusammengesetzten Widgets?"
#: gtk/gtkwidget.c:586
#: gtk/gtkwidget.c:587
msgid "Style"
msgstr "Stil"
#: gtk/gtkwidget.c:587
#: gtk/gtkwidget.c:588
msgid ""
"The style of the widget, which contains information about how it will look "
"(colors etc)"
@@ -6866,90 +6866,90 @@ msgstr ""
"Der Stil des Widgets, der Informationen zu seinem Aussehen enthält (Farben "
"etc.)"
#: gtk/gtkwidget.c:593
#: gtk/gtkwidget.c:594
msgid "Events"
msgstr "Ereignisse"
#: gtk/gtkwidget.c:594
#: gtk/gtkwidget.c:595
msgid "The event mask that decides what kind of GdkEvents this widget gets"
msgstr ""
"Die Ereignismaske, die entscheidet, welche GdkEvents dieses Widget erhält"
#: gtk/gtkwidget.c:601
#: gtk/gtkwidget.c:602
msgid "Extension events"
msgstr "Erweiterungsereignisse"
#: gtk/gtkwidget.c:602
#: gtk/gtkwidget.c:603
msgid "The mask that decides what kind of extension events this widget gets"
msgstr ""
"Die Maske, die festlegt, welche Erweiterungsereignisse dieses Widget erhält"
#: gtk/gtkwidget.c:609
#: gtk/gtkwidget.c:610
msgid "No show all"
msgstr "Kein Show-All"
#: gtk/gtkwidget.c:610
#: gtk/gtkwidget.c:611
msgid "Whether gtk_widget_show_all() should not affect this widget"
msgstr "Soll »gtk_widget_show_all()« dieses Widget nicht betreffen?"
#: gtk/gtkwidget.c:633
#: gtk/gtkwidget.c:634
msgid "Whether this widget has a tooltip"
msgstr "Legt fest, ob das Widget eine Minihilfe hat"
#: gtk/gtkwidget.c:689
#: gtk/gtkwidget.c:690
msgid "Window"
msgstr "Fenster"
#: gtk/gtkwidget.c:690
#: gtk/gtkwidget.c:691
msgid "The widget's window if it is realized"
msgstr "Das Fenster des Widgets, sofern es erkannt wurde"
#: gtk/gtkwidget.c:2212
#: gtk/gtkwidget.c:2213
msgid "Interior Focus"
msgstr "Interner Fokus"
#: gtk/gtkwidget.c:2213
#: gtk/gtkwidget.c:2214
msgid "Whether to draw the focus indicator inside widgets"
msgstr "Soll der Fokusanzeiger in Widgets dargestellt werden?"
#: gtk/gtkwidget.c:2219
#: gtk/gtkwidget.c:2220
msgid "Focus linewidth"
msgstr "Länge der Fokuszeile"
#: gtk/gtkwidget.c:2220
#: gtk/gtkwidget.c:2221
msgid "Width, in pixels, of the focus indicator line"
msgstr "Die Breite der Fokusanzeiger-Linie in Pixel"
#: gtk/gtkwidget.c:2226
#: gtk/gtkwidget.c:2227
msgid "Focus line dash pattern"
msgstr "Strichelmuster der Fokuszeile"
#: gtk/gtkwidget.c:2227
#: gtk/gtkwidget.c:2228
msgid "Dash pattern used to draw the focus indicator"
msgstr "Das zum Zeichnen des Fokusanzeigers zu verwendende Strichelmuster"
#: gtk/gtkwidget.c:2232
#: gtk/gtkwidget.c:2233
msgid "Focus padding"
msgstr "Fokus-Polsterung"
#: gtk/gtkwidget.c:2233
#: gtk/gtkwidget.c:2234
msgid "Width, in pixels, between focus indicator and the widget 'box'"
msgstr ""
"Der Abstand zwischen dem Fokusanzeiger und dem »Kasten« um das Widget in Pixel"
#: gtk/gtkwidget.c:2238
#: gtk/gtkwidget.c:2239
msgid "Cursor color"
msgstr "Zeigerfarbe"
#: gtk/gtkwidget.c:2239
#: gtk/gtkwidget.c:2240
msgid "Color with which to draw insertion cursor"
msgstr "Die Farbe, in der der Einfügezeiger gezeichnet werden soll"
#: gtk/gtkwidget.c:2244
#: gtk/gtkwidget.c:2245
msgid "Secondary cursor color"
msgstr "Zweite Zeigerfarbe"
#: gtk/gtkwidget.c:2245
#: gtk/gtkwidget.c:2246
msgid ""
"Color with which to draw the secondary insertion cursor when editing mixed "
"right-to-left and left-to-right text"
@@ -6957,43 +6957,43 @@ msgstr ""
"Die Farbe des zweiten Einfügezeigers, wenn rechts- und linksläufiger Text "
"gemischt bearbeitet werden."
#: gtk/gtkwidget.c:2250
#: gtk/gtkwidget.c:2251
msgid "Cursor line aspect ratio"
msgstr "Seitenverhältnis der Zeigerzeile"
#: gtk/gtkwidget.c:2251
#: gtk/gtkwidget.c:2252
msgid "Aspect ratio with which to draw insertion cursor"
msgstr "Das Seitenverhältnis, in dem der Einfügezeigers gezeichnet werden soll"
#: gtk/gtkwidget.c:2265
#: gtk/gtkwidget.c:2266
msgid "Draw Border"
msgstr "Rand zeichnen"
#: gtk/gtkwidget.c:2266
#: gtk/gtkwidget.c:2267
msgid "Size of areas outside the widget's allocation to draw"
msgstr "Größe der Zonen außerhalb des Widget-Belegung die gezeichnet wird"
#: gtk/gtkwidget.c:2279
#: gtk/gtkwidget.c:2280
msgid "Unvisited Link Color"
msgstr "Farbe für unbesuchte Links"
#: gtk/gtkwidget.c:2280
#: gtk/gtkwidget.c:2281
msgid "Color of unvisited links"
msgstr "Farbe für unbesuchte Hyperlinks"
#: gtk/gtkwidget.c:2293
#: gtk/gtkwidget.c:2294
msgid "Visited Link Color"
msgstr "Farbe für besuchte Links"
#: gtk/gtkwidget.c:2294
#: gtk/gtkwidget.c:2295
msgid "Color of visited links"
msgstr "Farbe für besuchte Hyperlinks"
#: gtk/gtkwidget.c:2308
#: gtk/gtkwidget.c:2309
msgid "Wide Separators"
msgstr "Breite Trennbalken"
#: gtk/gtkwidget.c:2309
#: gtk/gtkwidget.c:2310
msgid ""
"Whether separators have configurable width and should be drawn using a box "
"instead of a line"
@@ -7001,35 +7001,35 @@ msgstr ""
"Sollen Trennbalken eine festlegbare Breite haben und als Fläche anstatt "
"einer Linie dargestellt werden?"
#: gtk/gtkwidget.c:2323
#: gtk/gtkwidget.c:2324
msgid "Separator Width"
msgstr "Breite der Trennbalken"
#: gtk/gtkwidget.c:2324
#: gtk/gtkwidget.c:2325
msgid "The width of separators if wide-separators is TRUE"
msgstr "Die Breite der Trennbalken falls »wide-separators« WAHR ist"
#: gtk/gtkwidget.c:2338
#: gtk/gtkwidget.c:2339
msgid "Separator Height"
msgstr "Höhe der Trennbalken"
#: gtk/gtkwidget.c:2339
#: gtk/gtkwidget.c:2340
msgid "The height of separators if \"wide-separators\" is TRUE"
msgstr "Die Höhe der Trennbalken falls »wide-separators« WAHR ist"
#: gtk/gtkwidget.c:2353
#: gtk/gtkwidget.c:2354
msgid "Horizontal Scroll Arrow Length"
msgstr "Länge horizontaler Rollpfeile"
#: gtk/gtkwidget.c:2354
#: gtk/gtkwidget.c:2355
msgid "The length of horizontal scroll arrows"
msgstr "Die Länge horizontaler Rollpfeile"
#: gtk/gtkwidget.c:2368
#: gtk/gtkwidget.c:2369
msgid "Vertical Scroll Arrow Length"
msgstr "Länge vertikaler Rollpfeile"
#: gtk/gtkwidget.c:2369
#: gtk/gtkwidget.c:2370
msgid "The length of vertical scroll arrows"
msgstr "Die Länge vertikaler Rollpfeile"
+88 -88
View File
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties.HEAD.dz\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
"POT-Creation-Date: 2009-08-29 00:07-0400\n"
"PO-Revision-Date: 2006-07-18 17:40+0530\n"
"Last-Translator: Mindu Dorji\n"
"Language-Team: DZONGKHA <pgeyleg@dit.gov.bt>\n"
@@ -263,7 +263,7 @@ msgid "A unique name for the action."
msgstr "བྱ་བའི་དོན་ལུ་ མཐུན་མིང་གི་མིང༌།"
#: gtk/gtkaction.c:198 gtk/gtkbutton.c:219 gtk/gtkexpander.c:195
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:300
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:305
#: gtk/gtktoolbutton.c:202
msgid "Label"
msgstr "ཁ་ཡིག"
@@ -373,7 +373,7 @@ msgid "When TRUE, empty menu proxies for this action are hidden."
msgstr "ངེས་བདེན་སྐབས་ བྱ་བ་འདི་གི་ དཀར་ཆག་སྟོང་པའི་ པོརོག་སི་ཚུ་ སྦ་བཞགཔ་ཨིན།"
#: gtk/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193
#: gtk/gtkwidget.c:523
#: gtk/gtkwidget.c:524
msgid "Sensitive"
msgstr "ཉེན་ཅན། "
@@ -382,7 +382,7 @@ msgid "Whether the action is enabled."
msgstr "བྱ་བ་དེ་ ལྕོགས་ཅན་ཨིན་ན།"
#: gtk/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:517
msgid "Visible"
msgstr "མཐོང་ཚུགསཔ།"
@@ -556,7 +556,7 @@ msgstr "མདའ་རྟགས་ཀྱི་གྱིབ་མ།"
msgid "Appearance of the shadow surrounding the arrow"
msgstr "མདའ་རྟགས་ཀྱི་མཐའ་སྐོར་ལུ་ གྱིབ་མའི་བྱུང་སྣང་།"
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:363
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:368
#, fuzzy
msgid "Arrow Scaling"
msgstr "གྲལ་ཐིག་བར་སྟོང་།"
@@ -806,12 +806,12 @@ msgid ""
msgstr "ཨེབ་རྟ་ནང་ལུ་ ཁ་ཡིག་ཅིག་ཡོད་པ་ཅིན་ ཁ་ཡིག་ཝི་གེཊི་གི་ ཚིག་ཡིག་དེ་ ཨེབ་རྟ་ནང་འཁོད་འོང་དགོ"
#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388
#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209
#: gtk/gtkmenuitem.c:320 gtk/gtktoolbutton.c:209
msgid "Use underline"
msgstr "འོག་ཐིག་ལག་ལེན་འཐབ།"
#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389
#: gtk/gtkmenuitem.c:316
#: gtk/gtkmenuitem.c:321
msgid ""
"If set, an underline in the text indicates the next character should be used "
"for the mnemonic accelerator key"
@@ -3371,7 +3371,7 @@ msgstr "ད་ལྟོ་སེལ་འཐུ་འབད་མི་ ཡི
msgid "The accel group holding accelerators for the menu"
msgstr "ཁ་ཡིག་འདི་གི་དོན་ལུ་ དྲན་སྐྱེད་མགྱོགས་འཕྲུལ་གྱི་ལྡེ་མིག"
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:285
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:290
msgid "Accel Path"
msgstr ""
@@ -3570,42 +3570,42 @@ msgstr "གདམ་ཐོའི་དཀར་ཆག་ མ་བྱུང་
msgid "Delay before the submenus of a menu bar appear"
msgstr "དཀར་ཆག་ཕྲ་རིང་ཅིག་གི་ དཀར་ཆག་ཡན་ལག་ཚུ་ མ་བྱུང་པའི་སྔོན་གྱི ཕྱིར་འགྱངས།"
#: gtk/gtkmenuitem.c:252
#: gtk/gtkmenuitem.c:257
msgid "Right Justified"
msgstr ""
#: gtk/gtkmenuitem.c:253
#: gtk/gtkmenuitem.c:258
msgid ""
"Sets whether the menu item appears justified at the right side of a menu bar"
msgstr ""
#: gtk/gtkmenuitem.c:267
#: gtk/gtkmenuitem.c:272
msgid "Submenu"
msgstr ""
#: gtk/gtkmenuitem.c:268
#: gtk/gtkmenuitem.c:273
msgid "The submenu attached to the menu item, or NULL if it has none"
msgstr ""
#: gtk/gtkmenuitem.c:286
#: gtk/gtkmenuitem.c:291
msgid "Sets the accelerator path of the menu item"
msgstr ""
#: gtk/gtkmenuitem.c:301
#: gtk/gtkmenuitem.c:306
#, fuzzy
msgid "The text for the child label"
msgstr "ཁ་ཡིག་གི་ཚིག་ཡིག་དེ།"
#: gtk/gtkmenuitem.c:364
#: gtk/gtkmenuitem.c:369
msgid "Amount of space used up by arrow, relative to the menu item's font size"
msgstr ""
#: gtk/gtkmenuitem.c:377
#: gtk/gtkmenuitem.c:382
#, fuzzy
msgid "Width in Characters"
msgstr "རྒྱ་ཚད་ཡིག་འབྲུ་ནང་།"
#: gtk/gtkmenuitem.c:378
#: gtk/gtkmenuitem.c:383
#, fuzzy
msgid "The minimum desired width of the menu item in characters"
msgstr "རེ་འདུན་བསྐྱེད་མི་ཁ་ཡིག་གི་རྒྱ་ཚད་ ཡིག་འབྲུའི་ནང་།"
@@ -5562,7 +5562,7 @@ msgstr "གནས་ཚད་ངོས་དཔར་དེ་ མཐོང་
msgid "The orientation of the tray"
msgstr "ཤོག་སྣོད་ཀྱི་ཕྱོགས།"
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:633
#, fuzzy
msgid "Has tooltip"
msgstr "ལག་ཆས་ཕན་བསླབ།"
@@ -5572,17 +5572,17 @@ msgstr "ལག་ཆས་ཕན་བསླབ།"
msgid "Whether this tray icon has a tooltip"
msgstr "ཝིཌི་གེཊི་དེ་ལུ་ ཨིན་པུཊི་གི་ ཆེད་དམིགས་ཡོད་ག་མེད།"
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:654
#, fuzzy
msgid "Tooltip Text"
msgstr "འགོ་བཙུགས་ངལ་མཚམས།"
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:655 gtk/gtkwidget.c:676
#, fuzzy
msgid "The contents of the tooltip for this widget"
msgstr "ཐོ་བཀོད་ཀྱི་ནང་དོན་ཚུ།"
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:674
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:675
#, fuzzy
msgid "Tooltip markup"
msgstr "ལག་ཆས་ཕན་བསླབ།"
@@ -6704,38 +6704,38 @@ msgid "Determines how the shadowed box around the viewport is drawn"
msgstr ""
"གྱིབ་མ་ཅན་གྱི་སྒྲོམ་དེ་ མཐོང་སྣང་འདྲེན་ལམ་གྱི་མཐའ་སྐོར་ལུ་ ག་དེ་སྦེ་ འབྲི་དགོཔཨིན་ན་ ཐག་གཅདཔ་ཨིན།"
#: gtk/gtkwidget.c:483
#: gtk/gtkwidget.c:484
msgid "Widget name"
msgstr "ཝིཌི་གེཊི་གི་མིང༌།"
#: gtk/gtkwidget.c:484
#: gtk/gtkwidget.c:485
msgid "The name of the widget"
msgstr "ཝིཌི་གེཊི་གི་མིང་དེ།"
#: gtk/gtkwidget.c:490
#: gtk/gtkwidget.c:491
msgid "Parent widget"
msgstr "རྩ་ལག་གི་ཝིཌི་གེཊི།"
#: gtk/gtkwidget.c:491
#: gtk/gtkwidget.c:492
msgid "The parent widget of this widget. Must be a Container widget"
msgstr "ཝིཌི་གེཊི་འདི་གི་ རྩ་ལག་གི་ཝིཌི་གེཊི། འཛིན་སྣོད་ཝིཌི་གེཊི་ཅིག་ཨིན་དགོ"
#: gtk/gtkwidget.c:498
#: gtk/gtkwidget.c:499
msgid "Width request"
msgstr "རྒྱ་ཚད་ཀྱི་ཞུ་བ།"
#: gtk/gtkwidget.c:499
#: gtk/gtkwidget.c:500
msgid ""
"Override for width request of the widget, or -1 if natural request should be "
"used"
msgstr ""
"ཝིཌི་གེཊི་གི་ རྒྱ་ཚད་ཀྱི་ཞུ་བ་ ཟུར་བཞག་འབད་ནིའམ་ རང་བཞིན་གྱི་ཞུ་བ་ ལག་ལེན་འཐབ་དགོ་པ་ཅིན་ -༡ ཨིན།"
#: gtk/gtkwidget.c:507
#: gtk/gtkwidget.c:508
msgid "Height request"
msgstr "མཐོ་ཚད་ཀྱི་ཞུ་བ།"
#: gtk/gtkwidget.c:508
#: gtk/gtkwidget.c:509
msgid ""
"Override for height request of the widget, or -1 if natural request should "
"be used"
@@ -6743,172 +6743,172 @@ msgstr ""
"ཝིཌི་གེཊི་གི་ མཐོ་ཚད་ཀྱི་ཞུ་བ་ ཟུར་བཞག་འབད་ནིའམ་ རང་བཞིན་གྱི་ཞུ་བ་ ལག་ལེན་འཐབ་དགོ་པ་ཅིན་ -༡ "
"ཨིན།"
#: gtk/gtkwidget.c:517
#: gtk/gtkwidget.c:518
msgid "Whether the widget is visible"
msgstr "ཝིཌི་གེཊི་དེ་ མཐོང་ཚུགས་ག་མི་ཚུགས།"
#: gtk/gtkwidget.c:524
#: gtk/gtkwidget.c:525
msgid "Whether the widget responds to input"
msgstr "ཝིཌི་གེཊི་དེ་གིས་ ཨིན་པུཊི་ལུ་ ངོས་ལན་འབདཝ་ཨིན་ན་མེན།"
#: gtk/gtkwidget.c:530
#: gtk/gtkwidget.c:531
msgid "Application paintable"
msgstr "གློག་རིམ་དེ་ ཚོན་གཏང་བཏུབ།"
#: gtk/gtkwidget.c:531
#: gtk/gtkwidget.c:532
msgid "Whether the application will paint directly on the widget"
msgstr "གློག་རིམ་དེ་གིས་ ཝིཌི་གེཊི་ལུ་ ཐད་ཀར་དུ་ ཚོན་གཏང་ག་མི་གཏང་།"
#: gtk/gtkwidget.c:537
#: gtk/gtkwidget.c:538
msgid "Can focus"
msgstr "ཆེད་དམིགས་འབད་ཚུགས།"
#: gtk/gtkwidget.c:538
#: gtk/gtkwidget.c:539
msgid "Whether the widget can accept the input focus"
msgstr "ཝིཌི་གེཊི་དེ་གིས་ ཨིན་པུཊི་ཆེད་དམིགས་ལུ་ དང་ལེན་འབད་ཚུགས་ག་མི་ཚུགས།"
#: gtk/gtkwidget.c:544
#: gtk/gtkwidget.c:545
msgid "Has focus"
msgstr "ཆེད་དམིགས་འདུག"
#: gtk/gtkwidget.c:545
#: gtk/gtkwidget.c:546
msgid "Whether the widget has the input focus"
msgstr "ཝིཌི་གེཊི་དེ་ལུ་ ཨིན་པུཊི་གི་ ཆེད་དམིགས་ཡོད་ག་མེད།"
#: gtk/gtkwidget.c:551
#: gtk/gtkwidget.c:552
msgid "Is focus"
msgstr "ཆེད་དམིགས་ཨིན།"
#: gtk/gtkwidget.c:552
#: gtk/gtkwidget.c:553
msgid "Whether the widget is the focus widget within the toplevel"
msgstr "ཝིཌི་གེཊི་དེ་ མཐོ་རིམ་གནས་རིམ་ནང་འཁོད་ཀྱི་ ཆེད་དམིགས་ཝིཌི་གེཊི་ཨིན་ན་མེན།"
#: gtk/gtkwidget.c:558
#: gtk/gtkwidget.c:559
msgid "Can default"
msgstr "སྔོན་སྒྲིག་འབད་ཚུགས།"
#: gtk/gtkwidget.c:559
#: gtk/gtkwidget.c:560
msgid "Whether the widget can be the default widget"
msgstr "ཝིཌི་གེཊི་དེ་ སྔོན་སྒྲིག་ཝིཌི་གེཊི་སྦེ་བཏུབ་ག་མི་བཏུབ།"
#: gtk/gtkwidget.c:565
#: gtk/gtkwidget.c:566
msgid "Has default"
msgstr "སྔོན་སྒྲིག་འདུག"
#: gtk/gtkwidget.c:566
#: gtk/gtkwidget.c:567
msgid "Whether the widget is the default widget"
msgstr "ཝིཌི་གེཊི་དེ་ སྔོན་སྒྲིག་ཝིཌི་གེཊི་དེ་ཨིན་ན་མེན།"
#: gtk/gtkwidget.c:572
#: gtk/gtkwidget.c:573
msgid "Receives default"
msgstr "སྔོན་སྒྲིག་ཐོབ་ཨིན།"
#: gtk/gtkwidget.c:573
#: gtk/gtkwidget.c:574
msgid "If TRUE, the widget will receive the default action when it is focused"
msgstr "ངེས་བདེན་ཨིན་པ་ཅིན་ ཝིཌི་གེཊི་དེ་གིས་ ཆེད་དམིགས་འབད་པའི་སྐབས་ སྔོན་སྒྲིག་བྱ་བ་དེ་འཐོབ་འོང༌།"
#: gtk/gtkwidget.c:579
#: gtk/gtkwidget.c:580
msgid "Composite child"
msgstr "སྣ་སྡུད་ཆ་ལག"
#: gtk/gtkwidget.c:580
#: gtk/gtkwidget.c:581
msgid "Whether the widget is part of a composite widget"
msgstr "ཝིཌི་གེཊི་དེ་ སྣ་སྡུད་ཝིཌི་གེཊི་ཅིག་གི་ ཡན་ལག་ཨིན་ན་མེན།"
#: gtk/gtkwidget.c:586
#: gtk/gtkwidget.c:587
msgid "Style"
msgstr "བཟོ་རྣམ།"
#: gtk/gtkwidget.c:587
#: gtk/gtkwidget.c:588
msgid ""
"The style of the widget, which contains information about how it will look "
"(colors etc)"
msgstr "ཚོས་གཞི་ལ་སོགས་པ་ ག་དེ་སྦེ་མཐོངམ་ཨིན་ན་གི་སྐོར་ལས་ བརྡ་དོན་འཛིན་མི་ ཝིཌི་གེཊི་གི་བཟོ་རྣམ།"
#: gtk/gtkwidget.c:593
#: gtk/gtkwidget.c:594
msgid "Events"
msgstr "བྱུང་ལས།"
#: gtk/gtkwidget.c:594
#: gtk/gtkwidget.c:595
msgid "The event mask that decides what kind of GdkEvents this widget gets"
msgstr ""
"ཝིཌི་གེཊི་འདི་ལུ་ GdkEvents ག་ཅི་བཟུམ་ཅིག་ འཐོབ་ནི་ཨིན་ན་ གྲོས་ཐག་གཅད་མི་ བྱུང་ལས་ཀྱི་གདོང་ཁེབས།"
#: gtk/gtkwidget.c:601
#: gtk/gtkwidget.c:602
msgid "Extension events"
msgstr "རྒྱ་བསྐྱེད་ཀྱི་བྱུང་ལས།"
#: gtk/gtkwidget.c:602
#: gtk/gtkwidget.c:603
msgid "The mask that decides what kind of extension events this widget gets"
msgstr "ཝིཌི་གེཊི་འདི་ལུ་ རྒྱ་བསྐྱེད་བྱུང་ལས་ ག་ཅི་བཟུམ་ཅིག་ འཐོབ་ནི་ཨིན་ན་ གྲོས་ཐག་གཅད་མི་གདོང་ཁེབས།"
#: gtk/gtkwidget.c:609
#: gtk/gtkwidget.c:610
msgid "No show all"
msgstr "ཆ་མཉམ་མ་སྟོན།"
#: gtk/gtkwidget.c:610
#: gtk/gtkwidget.c:611
msgid "Whether gtk_widget_show_all() should not affect this widget"
msgstr "gtk_widget_show_all() གིས་ ཝིཌི་གེཊི་འདི་ལུ་ ཕན་གནོད་མེདཔ་སྦེ་ དགོཔ་ཨིན་ན་མེན།"
#: gtk/gtkwidget.c:633
#: gtk/gtkwidget.c:634
#, fuzzy
msgid "Whether this widget has a tooltip"
msgstr "ཝིཌི་གེཊི་དེ་ལུ་ ཨིན་པུཊི་གི་ ཆེད་དམིགས་ཡོད་ག་མེད།"
#: gtk/gtkwidget.c:689
#: gtk/gtkwidget.c:690
#, fuzzy
msgid "Window"
msgstr "སྒོ་སྒྲིག་གི་དབྱེ་བ།"
#: gtk/gtkwidget.c:690
#: gtk/gtkwidget.c:691
msgid "The widget's window if it is realized"
msgstr ""
#: gtk/gtkwidget.c:2212
#: gtk/gtkwidget.c:2213
msgid "Interior Focus"
msgstr "ནང་ཁོངས་ཆེད་དམིགས།"
#: gtk/gtkwidget.c:2213
#: gtk/gtkwidget.c:2214
msgid "Whether to draw the focus indicator inside widgets"
msgstr "ཝིཌི་གེཊི་ཚུ་གི་ནང་ན་ ཆེད་དམིགས་བརྡ་སྟོན་པ་ འབྲི་དགོཔ་ཨིན་ན་མེན།"
#: gtk/gtkwidget.c:2219
#: gtk/gtkwidget.c:2220
msgid "Focus linewidth"
msgstr "ཆེད་དམིགས་ཀྱི་ གྱལ་རིམ་རྒྱ་ཚད།"
#: gtk/gtkwidget.c:2220
#: gtk/gtkwidget.c:2221
msgid "Width, in pixels, of the focus indicator line"
msgstr "ཆེད་དམིགས་བརྡ་སྟོན་པའི་ གྱལ་རིམ་རྒྱ་ཚད་ པིག་སེལསི་ནང༌།"
#: gtk/gtkwidget.c:2226
#: gtk/gtkwidget.c:2227
msgid "Focus line dash pattern"
msgstr "ཐིག་གི་སྦྲེལ་རྟགས་དཔེ་གཞི་ལུ་ ཆེད་དམིགས་འབད།"
#: gtk/gtkwidget.c:2227
#: gtk/gtkwidget.c:2228
msgid "Dash pattern used to draw the focus indicator"
msgstr "ཆེད་དམིགས་བརྡ་སྟོན་པ་ འབྲི་ནི་ལུ་ ལག་ལེན་འཐབ་མི་ སྦྲེལ་རྟགས་ཀྱི་དཔེ་གཞི།"
#: gtk/gtkwidget.c:2232
#: gtk/gtkwidget.c:2233
msgid "Focus padding"
msgstr "ཆེད་དམིགས་བར་ཤབས།"
#: gtk/gtkwidget.c:2233
#: gtk/gtkwidget.c:2234
msgid "Width, in pixels, between focus indicator and the widget 'box'"
msgstr "ཆེད་དམིགས་བརྡ་སྟོན་པ་དང་ ཝིཌི་གེཊི་སྒྲོམ་གྱི་བར་ནའི་རྒྱ་ཚད་ པིག་སེལསི་ནང༌།"
#: gtk/gtkwidget.c:2238
#: gtk/gtkwidget.c:2239
msgid "Cursor color"
msgstr "འོད་རྟགས་ཚོས་གཞི།"
#: gtk/gtkwidget.c:2239
#: gtk/gtkwidget.c:2240
msgid "Color with which to draw insertion cursor"
msgstr "བར་བཙུགས་འོད་རྟགས་ འབྲི་ནིའི་ཚོས་གཞི།"
#: gtk/gtkwidget.c:2244
#: gtk/gtkwidget.c:2245
msgid "Secondary cursor color"
msgstr "གལ་གནད་ཆུང་བའི་ འོད་རྟགས་ཚོས་གཞི།"
#: gtk/gtkwidget.c:2245
#: gtk/gtkwidget.c:2246
msgid ""
"Color with which to draw the secondary insertion cursor when editing mixed "
"right-to-left and left-to-right text"
@@ -6916,43 +6916,43 @@ msgstr ""
"ཚིག་ཡིག་གཡས་ལས་གཡོན་དང་ གཡོན་ལསགཡས་ལུ་ བླ་བསྲེས་སྦེ་ ཞུན་དག་བརྐྱབ་དགོཔའི་སྐབས་ གལ་གནད་ཆུང་བའི་ "
"བར་བཙུགས་འོད་རྟགས་ འབྲི་ནིའི་ཚོས་གཞི།"
#: gtk/gtkwidget.c:2250
#: gtk/gtkwidget.c:2251
msgid "Cursor line aspect ratio"
msgstr "འོད་རྟགས་གྱལ་རིམ་རྣམ་པ་གི་དཔྱ་ཚད།"
#: gtk/gtkwidget.c:2251
#: gtk/gtkwidget.c:2252
msgid "Aspect ratio with which to draw insertion cursor"
msgstr "བར་བཙུགས་འོད་རྟགས་འབྲི་ནིའི་ དཔྱ་ཚད་ཀྱི་རྣམ་པ།"
#: gtk/gtkwidget.c:2265
#: gtk/gtkwidget.c:2266
msgid "Draw Border"
msgstr "མཐའ་མཚམས་བྲིས།"
#: gtk/gtkwidget.c:2266
#: gtk/gtkwidget.c:2267
msgid "Size of areas outside the widget's allocation to draw"
msgstr "ཝི་གེཊི་གི་སྐལ་སྤྲོད་ས་སྒོའི་ཕྱི་ཁར་ འབྲི་དགོ་པའི་མངའ་ཁོངས་ཀྱི་ཚད།"
#: gtk/gtkwidget.c:2279
#: gtk/gtkwidget.c:2280
msgid "Unvisited Link Color"
msgstr "ལྟ་སྤྱོད་མ་འབད་བའི་འབྲེལ་ལམ་ཚོས་གཞི།"
#: gtk/gtkwidget.c:2280
#: gtk/gtkwidget.c:2281
msgid "Color of unvisited links"
msgstr "ལྟ་སྤྱོད་མ་འབད་བའི་འབྲེལ་ལམ་ཚོས་གཞི།"
#: gtk/gtkwidget.c:2293
#: gtk/gtkwidget.c:2294
msgid "Visited Link Color"
msgstr "ལྟ་སྤྱོད་འབད་ཡོད་པའི་འབྲེལ་ལམ་ཚོས་གཞི། "
#: gtk/gtkwidget.c:2294
#: gtk/gtkwidget.c:2295
msgid "Color of visited links"
msgstr "ལྟ་སྤྱོད་འབད་ཡོད་པའི་འབྲེལ་ལམ་ཚོས་གཞི།"
#: gtk/gtkwidget.c:2308
#: gtk/gtkwidget.c:2309
msgid "Wide Separators"
msgstr "རྒྱ་ཅན་དབྱེ་བྱེད།"
#: gtk/gtkwidget.c:2309
#: gtk/gtkwidget.c:2310
msgid ""
"Whether separators have configurable width and should be drawn using a box "
"instead of a line"
@@ -6960,35 +6960,35 @@ msgstr ""
"དབྱེ་བྱེད་ཚུ་ལུ་ རིམ་སྒྲིག་འབད་བཏུབ་པའི་རྒྱ་ཚད་ཡོད་དགོཔ་ཨིན་ན་མེན་དང་ ཐིག་གི་ཚབ་ལུ་སྒྲོམ་ཅིག་ལག་ལེན་"
"འཐབ་ཐོག་ལས་འབྲི་དགོཔ་ཨིན་ན་མེན།"
#: gtk/gtkwidget.c:2323
#: gtk/gtkwidget.c:2324
msgid "Separator Width"
msgstr "དབྱེ་བྱེད་ཀྱི་རྒྱ་ཚད།"
#: gtk/gtkwidget.c:2324
#: gtk/gtkwidget.c:2325
msgid "The width of separators if wide-separators is TRUE"
msgstr "རྒྱ་ཅན་དབྱེ་བྱེད་ཚུ་བདེན་པ་ཨིན་པ་ཅིན་ དབྱེ་བྱེད་ཚུ་གི་རྒྱ་ཚད།"
#: gtk/gtkwidget.c:2338
#: gtk/gtkwidget.c:2339
msgid "Separator Height"
msgstr "དབྱེ་བྱེད་ཀྱི་མཐོ་ཚད།"
#: gtk/gtkwidget.c:2339
#: gtk/gtkwidget.c:2340
msgid "The height of separators if \"wide-separators\" is TRUE"
msgstr "་གལ་སྲིད\"wide-separators\"དེ་ བདེན་པ་ཨིན་པ་ཅིན་ དབྱེ་བྱེད་ཚུ་གི་མཐོ་ཚད། "
#: gtk/gtkwidget.c:2353
#: gtk/gtkwidget.c:2354
msgid "Horizontal Scroll Arrow Length"
msgstr "ཐད་སྙོམས་ཀྱི་བཤུད་སྒྲིལ་མདའ་རྟགས་ཀྱི་རིང་ཚད།"
#: gtk/gtkwidget.c:2354
#: gtk/gtkwidget.c:2355
msgid "The length of horizontal scroll arrows"
msgstr "ཐད་སྙོམས་ཀྱི་བཤུད་སྒྲིལ་མདའ་རྟགས་ཚུ་གི་རིང་ཚད།"
#: gtk/gtkwidget.c:2368
#: gtk/gtkwidget.c:2369
msgid "Vertical Scroll Arrow Length"
msgstr "ཀེར་ཕྲང་གི་བཤུད་སྒྲིལ་མཐའ་རྟགས་ཀྱི་རིང་ཚད།"
#: gtk/gtkwidget.c:2369
#: gtk/gtkwidget.c:2370
msgid "The length of vertical scroll arrows"
msgstr "ཀེར་ཕྲང་གི་བཤུད་སྒྲིལ་མཐའ་རྟགས་ཚུ་གི་རིང་ཚད།"
+88 -88
View File
@@ -26,7 +26,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties.HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
"POT-Creation-Date: 2009-08-29 00:07-0400\n"
"PO-Revision-Date: 2009-03-27 09:21+0200\n"
"Last-Translator: Jennie Petoumenou <epetoumenou@gmail.com>\n"
"Language-Team: Greek <team@gnome.gr>\n"
@@ -281,7 +281,7 @@ msgid "A unique name for the action."
msgstr "Ένα μοναδικό όνομα για αυτή την ενέργεια"
#: gtk/gtkaction.c:198 gtk/gtkbutton.c:219 gtk/gtkexpander.c:195
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:300
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:305
#: gtk/gtktoolbutton.c:202
msgid "Label"
msgstr "Ετικέτα"
@@ -398,7 +398,7 @@ msgstr ""
"αποκρύπτονται."
#: gtk/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193
#: gtk/gtkwidget.c:523
#: gtk/gtkwidget.c:524
msgid "Sensitive"
msgstr "Ευαίσθητο"
@@ -407,7 +407,7 @@ msgid "Whether the action is enabled."
msgstr "Αν αυτή η ενέργεια θα είναι ενεργοποιημένη."
#: gtk/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:517
msgid "Visible"
msgstr "Ορατό"
@@ -587,7 +587,7 @@ msgstr "Σκιά βέλους"
msgid "Appearance of the shadow surrounding the arrow"
msgstr "Εμφάνιση της σκιάς που περιβάλλει το βέλος"
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:363
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:368
msgid "Arrow Scaling"
msgstr "Να επιτρέπεται κλιμάκωση"
@@ -829,12 +829,12 @@ msgstr ""
"περιέχει ετικέτα γραφικού συστατικού."
#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388
#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209
#: gtk/gtkmenuitem.c:320 gtk/gtktoolbutton.c:209
msgid "Use underline"
msgstr "Χρήση υπογράμμισης"
#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389
#: gtk/gtkmenuitem.c:316
#: gtk/gtkmenuitem.c:321
msgid ""
"If set, an underline in the text indicates the next character should be used "
"for the mnemonic accelerator key"
@@ -3379,7 +3379,7 @@ msgstr "Το τρέχον επιλεγμένο αντικείμενο μενού
msgid "The accel group holding accelerators for the menu"
msgstr "Η ομάδα Accel που περιέχει τις συντομεύσεις του μενού"
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:285
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:290
msgid "Accel Path"
msgstr "Διαδρομή Accel"
@@ -3585,46 +3585,46 @@ msgstr "Καθυστέρηση μέχρι την εμφάνιση αναπτυσ
msgid "Delay before the submenus of a menu bar appear"
msgstr "Καθυστέρηση μέχρι να εμφανιστούν τα υπομενού σε εργαλειοθήκη μενού"
#: gtk/gtkmenuitem.c:252
#: gtk/gtkmenuitem.c:257
msgid "Right Justified"
msgstr "Δεξιά στοίχιση"
#: gtk/gtkmenuitem.c:253
#: gtk/gtkmenuitem.c:258
msgid ""
"Sets whether the menu item appears justified at the right side of a menu bar"
msgstr ""
"Ορίζει αν το στοιχείο του μενού θα είναι στοιχισμένο στη δεξιά πλευρά της "
"γραμμής μενού"
#: gtk/gtkmenuitem.c:267
#: gtk/gtkmenuitem.c:272
msgid "Submenu"
msgstr "Υπομενού"
#: gtk/gtkmenuitem.c:268
#: gtk/gtkmenuitem.c:273
msgid "The submenu attached to the menu item, or NULL if it has none"
msgstr ""
"Το υπομενού που είναι προσδεμένο σε αυτό το στοιχείο του μενού, ή NULL αν "
"δεν υπάρχει υπομενού"
#: gtk/gtkmenuitem.c:286
#: gtk/gtkmenuitem.c:291
msgid "Sets the accelerator path of the menu item"
msgstr "Ορίζει τη διαδρομή συντόμευσης του στοιχείου του μενού"
#: gtk/gtkmenuitem.c:301
#: gtk/gtkmenuitem.c:306
msgid "The text for the child label"
msgstr "Το κείμενο της ετικέτας του θυγατρικού"
#: gtk/gtkmenuitem.c:364
#: gtk/gtkmenuitem.c:369
msgid "Amount of space used up by arrow, relative to the menu item's font size"
msgstr ""
"Χώρος που καλύπτει το βέλος, σε σχέση με το μέγεθος της γραμματοσειράς του "
"στοιχείου του μενού"
#: gtk/gtkmenuitem.c:377
#: gtk/gtkmenuitem.c:382
msgid "Width in Characters"
msgstr "Πλάτος σε χαρακτήρες"
#: gtk/gtkmenuitem.c:378
#: gtk/gtkmenuitem.c:383
msgid "The minimum desired width of the menu item in characters"
msgstr "Το ελάχιστο επιθυμητό πλάτος του στοιχείου του μενού, σε χαρακτήρες"
@@ -5586,7 +5586,7 @@ msgstr "Αν το εικονίδιο κατάστασης θα είναι ενσ
msgid "The orientation of the tray"
msgstr "Ο προσανατολισμός του συρταριού"
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:633
msgid "Has tooltip"
msgstr "Έχει συμβουλή οθόνης"
@@ -5594,15 +5594,15 @@ msgstr "Έχει συμβουλή οθόνης"
msgid "Whether this tray icon has a tooltip"
msgstr "Αν το εικονίδιο της περιοχής ειδοποιήσεων θα έχει συμβουλή οθόνης"
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:654
msgid "Tooltip Text"
msgstr "Κείμενο συμβουλής οθόνης"
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:655 gtk/gtkwidget.c:676
msgid "The contents of the tooltip for this widget"
msgstr "Τα περιεχόμενα της συμβουλής οθόνης για αυτό το γραφικό συσταστικό"
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:674
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:675
msgid "Tooltip markup"
msgstr "Markup συμβουλής"
@@ -6760,29 +6760,29 @@ msgstr ""
"Καθορίζει τον τρόπο με τον οποίο σχεδιάζεται το σκιασμένο κουτί γύρω από το "
"viewport "
#: gtk/gtkwidget.c:483
#: gtk/gtkwidget.c:484
msgid "Widget name"
msgstr "Όνομα γραφικού συστατικού"
#: gtk/gtkwidget.c:484
#: gtk/gtkwidget.c:485
msgid "The name of the widget"
msgstr "Το όνομα του γραφικού συστατικού"
#: gtk/gtkwidget.c:490
#: gtk/gtkwidget.c:491
msgid "Parent widget"
msgstr "Μητρικό γραφικό συστατικό"
#: gtk/gtkwidget.c:491
#: gtk/gtkwidget.c:492
msgid "The parent widget of this widget. Must be a Container widget"
msgstr ""
"Το μητρικό γραφικό συστατικό του γραφικού συστατικού. Πρέπει να είναι "
"Container widget."
#: gtk/gtkwidget.c:498
#: gtk/gtkwidget.c:499
msgid "Width request"
msgstr "Αίτηση πλάτους"
#: gtk/gtkwidget.c:499
#: gtk/gtkwidget.c:500
msgid ""
"Override for width request of the widget, or -1 if natural request should be "
"used"
@@ -6790,11 +6790,11 @@ msgstr ""
"Παράκαμψη για αίτηση πλάτους του γραφικού συστατικού, ή -1 αν θα πρέπει να "
"χρησιμοποιηθεί κανονική αίτηση"
#: gtk/gtkwidget.c:507
#: gtk/gtkwidget.c:508
msgid "Height request"
msgstr "Αίτηση ύψους"
#: gtk/gtkwidget.c:508
#: gtk/gtkwidget.c:509
msgid ""
"Override for height request of the widget, or -1 if natural request should "
"be used"
@@ -6802,88 +6802,88 @@ msgstr ""
"Παράκαμψη για αίτηση ύψους του γραφικού συστατικού, ή -1 αν θα πρέπει να "
"χρησιμοποιηθεί κανονική αίτηση"
#: gtk/gtkwidget.c:517
#: gtk/gtkwidget.c:518
msgid "Whether the widget is visible"
msgstr "Αν γραφικό συστατικό θα είναι ορατό"
#: gtk/gtkwidget.c:524
#: gtk/gtkwidget.c:525
msgid "Whether the widget responds to input"
msgstr "Αν γραφικό συστατικό αποκρίνεται σε εισαγωγή δεδομένων"
#: gtk/gtkwidget.c:530
#: gtk/gtkwidget.c:531
msgid "Application paintable"
msgstr "Δυνατότητα σχεδίασης"
#: gtk/gtkwidget.c:531
#: gtk/gtkwidget.c:532
msgid "Whether the application will paint directly on the widget"
msgstr "Αν η εφαρμογή μπορεί να σχεδιάζει απευθείας στο γραφικό συστατικό"
#: gtk/gtkwidget.c:537
#: gtk/gtkwidget.c:538
msgid "Can focus"
msgstr "Δυνατότητα εστίασης"
#: gtk/gtkwidget.c:538
#: gtk/gtkwidget.c:539
msgid "Whether the widget can accept the input focus"
msgstr "Αν γραφικό συστατικό μπορεί να δεχτεί input focus"
#: gtk/gtkwidget.c:544
#: gtk/gtkwidget.c:545
msgid "Has focus"
msgstr "Έχει εστίαση"
#: gtk/gtkwidget.c:545
#: gtk/gtkwidget.c:546
msgid "Whether the widget has the input focus"
msgstr "Αν γραφικό συστατικό θα έχει input focus"
#: gtk/gtkwidget.c:551
#: gtk/gtkwidget.c:552
msgid "Is focus"
msgstr "Έχει εστίαση"
#: gtk/gtkwidget.c:552
#: gtk/gtkwidget.c:553
msgid "Whether the widget is the focus widget within the toplevel"
msgstr ""
"Αν το γραφικό συστατικό θα είναι το γραφικό συστατικό εστίασης μέσα στο "
"toplevel"
#: gtk/gtkwidget.c:558
#: gtk/gtkwidget.c:559
msgid "Can default"
msgstr "Δυνατότητα προεπιλογής"
#: gtk/gtkwidget.c:559
#: gtk/gtkwidget.c:560
msgid "Whether the widget can be the default widget"
msgstr "Αν γραφικό συστατικό έχει τη δυνατότητα να γίνει το προεπιλεγμένο"
#: gtk/gtkwidget.c:565
#: gtk/gtkwidget.c:566
msgid "Has default"
msgstr "Έχει προεπιλογή"
#: gtk/gtkwidget.c:566
#: gtk/gtkwidget.c:567
msgid "Whether the widget is the default widget"
msgstr "Αν το γραφικό συστατικό θα είναι το προεπιλεγμένο"
#: gtk/gtkwidget.c:572
#: gtk/gtkwidget.c:573
msgid "Receives default"
msgstr "Λήψη προεπιλεγμένης"
#: gtk/gtkwidget.c:573
#: gtk/gtkwidget.c:574
msgid "If TRUE, the widget will receive the default action when it is focused"
msgstr ""
"Αν TRUE, το γραφικό συστατικό θα λαμβάνει την προεπιλεγμένη ενέργεια όταν "
"εστιάζεται"
#: gtk/gtkwidget.c:579
#: gtk/gtkwidget.c:580
msgid "Composite child"
msgstr "Σύνθετο θυγατρικό"
#: gtk/gtkwidget.c:580
#: gtk/gtkwidget.c:581
msgid "Whether the widget is part of a composite widget"
msgstr ""
"Αν το γραφικό συστατικό θα είναι μέρος ενός σύνθετου γραφικού συστατικού"
#: gtk/gtkwidget.c:586
#: gtk/gtkwidget.c:587
msgid "Style"
msgstr "Στυλ"
#: gtk/gtkwidget.c:587
#: gtk/gtkwidget.c:588
msgid ""
"The style of the widget, which contains information about how it will look "
"(colors etc)"
@@ -6891,93 +6891,93 @@ msgstr ""
"Το στυλ του γραφικού συστατικού που περιέχει πληροφορίες για την εμφάνιση "
"του (χρώματα κτλ)."
#: gtk/gtkwidget.c:593
#: gtk/gtkwidget.c:594
msgid "Events"
msgstr "Γεγονότα"
#: gtk/gtkwidget.c:594
#: gtk/gtkwidget.c:595
msgid "The event mask that decides what kind of GdkEvents this widget gets"
msgstr ""
"Η μάσκα γεγονότων που αποφασίζει ποιό είδοςGdkEvents λαμβάνει το γραφικό "
"συστατικό."
#: gtk/gtkwidget.c:601
#: gtk/gtkwidget.c:602
msgid "Extension events"
msgstr "Γεγονότα επέκτασης"
#: gtk/gtkwidget.c:602
#: gtk/gtkwidget.c:603
msgid "The mask that decides what kind of extension events this widget gets"
msgstr ""
"Η μάσκα που αποφασίζει ποιό είδος γεγονότων επέκτασης λαμβάνει το γραφικό "
"συστατικό."
#: gtk/gtkwidget.c:609
#: gtk/gtkwidget.c:610
msgid "No show all"
msgstr "Να μην εμφανίζονται όλα"
#: gtk/gtkwidget.c:610
#: gtk/gtkwidget.c:611
msgid "Whether gtk_widget_show_all() should not affect this widget"
msgstr "Αν η gtk_widget_show_all() θα επηρεάζει το γραφικό συστατικό"
#: gtk/gtkwidget.c:633
#: gtk/gtkwidget.c:634
msgid "Whether this widget has a tooltip"
msgstr "Αν γραφικό συστατικό θα έχει συμβουλή οθόνης"
#: gtk/gtkwidget.c:689
#: gtk/gtkwidget.c:690
msgid "Window"
msgstr "Παράθυρο"
#: gtk/gtkwidget.c:690
#: gtk/gtkwidget.c:691
msgid "The widget's window if it is realized"
msgstr "Το παράθυρο του γραφικού συστατικού, αν υπάρχει"
#: gtk/gtkwidget.c:2212
#: gtk/gtkwidget.c:2213
msgid "Interior Focus"
msgstr "Εσωτερική Εστίαση"
#: gtk/gtkwidget.c:2213
#: gtk/gtkwidget.c:2214
msgid "Whether to draw the focus indicator inside widgets"
msgstr "Αν θα σχεδιάζεται επισήμανση εστίασης μέσα σε γραφικά συστατικά"
#: gtk/gtkwidget.c:2219
#: gtk/gtkwidget.c:2220
msgid "Focus linewidth"
msgstr "Πλάτος γραμμής εστίασης"
#: gtk/gtkwidget.c:2220
#: gtk/gtkwidget.c:2221
msgid "Width, in pixels, of the focus indicator line"
msgstr "Πλάτος, σε εικονοστοιχεία της γραμμής επισήμανσης εστίασης"
#: gtk/gtkwidget.c:2226
#: gtk/gtkwidget.c:2227
msgid "Focus line dash pattern"
msgstr "Μοτίβο γραμμής εστίασης"
#: gtk/gtkwidget.c:2227
#: gtk/gtkwidget.c:2228
msgid "Dash pattern used to draw the focus indicator"
msgstr "Μοτίβο που θα χρησιμοποιείται για τη σχεδίαση της επισήμανσης εστίασης"
#: gtk/gtkwidget.c:2232
#: gtk/gtkwidget.c:2233
msgid "Focus padding"
msgstr "Γέμισμα εστίασης"
#: gtk/gtkwidget.c:2233
#: gtk/gtkwidget.c:2234
msgid "Width, in pixels, between focus indicator and the widget 'box'"
msgstr ""
"Πλάτος σε εικονοστοιχεία μεταξύ της σήμανσης εστίασης και του 'κουτιού΄ "
"γραφικού συστατικού"
#: gtk/gtkwidget.c:2238
#: gtk/gtkwidget.c:2239
msgid "Cursor color"
msgstr "Χρώμα δρομέα"
#: gtk/gtkwidget.c:2239
#: gtk/gtkwidget.c:2240
msgid "Color with which to draw insertion cursor"
msgstr "Χρώμα με το οποίο ζωγραφίζεται η εισαγωγή δρομέα"
#: gtk/gtkwidget.c:2244
#: gtk/gtkwidget.c:2245
msgid "Secondary cursor color"
msgstr "Χρώμα δευτερεύοντος δρομέα"
#: gtk/gtkwidget.c:2245
#: gtk/gtkwidget.c:2246
msgid ""
"Color with which to draw the secondary insertion cursor when editing mixed "
"right-to-left and left-to-right text"
@@ -6985,45 +6985,45 @@ msgstr ""
"Χρώμα με το οποίο θα σχεδιαστεί ο δευτερεύων δρομέας εισαγωγής κατα την "
"επεξεργασία μικτού αριστερόστροφου και δεξιόστροφου κειμένου."
#: gtk/gtkwidget.c:2250
#: gtk/gtkwidget.c:2251
msgid "Cursor line aspect ratio"
msgstr "Αναλογία διαστάσεων γραμμής δρομέα"
#: gtk/gtkwidget.c:2251
#: gtk/gtkwidget.c:2252
msgid "Aspect ratio with which to draw insertion cursor"
msgstr "Αναλογία διαστάσεων με την οποία θα σχεδιαστεί ο δρομέας εισαγωγής"
#: gtk/gtkwidget.c:2265
#: gtk/gtkwidget.c:2266
msgid "Draw Border"
msgstr "Σχεδίαση περιγράμματος"
#: gtk/gtkwidget.c:2266
#: gtk/gtkwidget.c:2267
msgid "Size of areas outside the widget's allocation to draw"
msgstr ""
"Μέγεθος της περιοχής για σχεδίαση που βρίσκεται έξω από το χώρο ανάθεσης του "
"γραφικού συστατικού"
#: gtk/gtkwidget.c:2279
#: gtk/gtkwidget.c:2280
msgid "Unvisited Link Color"
msgstr "Χρώμα μη αναγνωσμένου δεσμού"
#: gtk/gtkwidget.c:2280
#: gtk/gtkwidget.c:2281
msgid "Color of unvisited links"
msgstr "Χρώμα μη αναγνωσμένων δεσμών"
#: gtk/gtkwidget.c:2293
#: gtk/gtkwidget.c:2294
msgid "Visited Link Color"
msgstr "Χρώμα ναγνωσμένου δεσμού"
#: gtk/gtkwidget.c:2294
#: gtk/gtkwidget.c:2295
msgid "Color of visited links"
msgstr "Χρώμα αναγνωσμένων δεσμών"
#: gtk/gtkwidget.c:2308
#: gtk/gtkwidget.c:2309
msgid "Wide Separators"
msgstr "Πλατιά διαχωριστικά"
#: gtk/gtkwidget.c:2309
#: gtk/gtkwidget.c:2310
msgid ""
"Whether separators have configurable width and should be drawn using a box "
"instead of a line"
@@ -7031,35 +7031,35 @@ msgstr ""
"Αν τα διαχωριστικά θα έχουν μεταβλητό μέγεθος και θα σχεδιάζονται ως πλαίσια "
"αντί για γραμμές"
#: gtk/gtkwidget.c:2323
#: gtk/gtkwidget.c:2324
msgid "Separator Width"
msgstr "Πλάτος διαχωριστικού"
#: gtk/gtkwidget.c:2324
#: gtk/gtkwidget.c:2325
msgid "The width of separators if wide-separators is TRUE"
msgstr "Το πλάτος των διαχωριστικών αν είναι αληθές το 'πλατιά διαχωριστικά'"
#: gtk/gtkwidget.c:2338
#: gtk/gtkwidget.c:2339
msgid "Separator Height"
msgstr "Ύψος διαχωριστικού"
#: gtk/gtkwidget.c:2339
#: gtk/gtkwidget.c:2340
msgid "The height of separators if \"wide-separators\" is TRUE"
msgstr "Το ύψος των διαχωριστικών αν είναι αληθές το 'πλατιά διαχωριστικά'"
#: gtk/gtkwidget.c:2353
#: gtk/gtkwidget.c:2354
msgid "Horizontal Scroll Arrow Length"
msgstr "Μήκος οριζόντιου βέλους κύλισης"
#: gtk/gtkwidget.c:2354
#: gtk/gtkwidget.c:2355
msgid "The length of horizontal scroll arrows"
msgstr "Το μήκος του οριζόντιου βέλους κύλισης"
#: gtk/gtkwidget.c:2368
#: gtk/gtkwidget.c:2369
msgid "Vertical Scroll Arrow Length"
msgstr "Μήκος κάθετου βέλους κύλισης"
#: gtk/gtkwidget.c:2369
#: gtk/gtkwidget.c:2370
msgid "The length of vertical scroll arrows"
msgstr "Το μήκος του κάθετου βέλους κύλισης"
+88 -88
View File
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
"POT-Creation-Date: 2009-08-29 00:07-0400\n"
"PO-Revision-Date: 2005-07-22 22:53-0400\n"
"Last-Translator: Adam Weinberger <adamw@gnome.org>\n"
"Language-Team: Canadian English <adamw@gnome.org>\n"
@@ -259,7 +259,7 @@ msgid "A unique name for the action."
msgstr "A unique name for the action."
#: gtk/gtkaction.c:198 gtk/gtkbutton.c:219 gtk/gtkexpander.c:195
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:300
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:305
#: gtk/gtktoolbutton.c:202
msgid "Label"
msgstr "Label"
@@ -370,7 +370,7 @@ msgid "When TRUE, empty menu proxies for this action are hidden."
msgstr "When TRUE, empty menu proxies for this action are hidden."
#: gtk/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193
#: gtk/gtkwidget.c:523
#: gtk/gtkwidget.c:524
msgid "Sensitive"
msgstr "Sensitive"
@@ -379,7 +379,7 @@ msgid "Whether the action is enabled."
msgstr "Whether the action is enabled."
#: gtk/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:517
msgid "Visible"
msgstr "Visible"
@@ -556,7 +556,7 @@ msgstr "Arrow shadow"
msgid "Appearance of the shadow surrounding the arrow"
msgstr "Appearance of the shadow surrounding the arrow"
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:363
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:368
msgid "Arrow Scaling"
msgstr "Arrow Scaling"
@@ -793,12 +793,12 @@ msgstr ""
"widget"
#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388
#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209
#: gtk/gtkmenuitem.c:320 gtk/gtktoolbutton.c:209
msgid "Use underline"
msgstr "Use underline"
#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389
#: gtk/gtkmenuitem.c:316
#: gtk/gtkmenuitem.c:321
msgid ""
"If set, an underline in the text indicates the next character should be used "
"for the mnemonic accelerator key"
@@ -3349,7 +3349,7 @@ msgstr "The currently selected filename"
msgid "The accel group holding accelerators for the menu"
msgstr "The mnemonic accelerator key for this label"
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:285
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:290
msgid "Accel Path"
msgstr ""
@@ -3553,43 +3553,43 @@ msgstr "Delay before drop down menus appear"
msgid "Delay before the submenus of a menu bar appear"
msgstr "Delay before the submenus of a menu bar appear"
#: gtk/gtkmenuitem.c:252
#: gtk/gtkmenuitem.c:257
msgid "Right Justified"
msgstr ""
#: gtk/gtkmenuitem.c:253
#: gtk/gtkmenuitem.c:258
msgid ""
"Sets whether the menu item appears justified at the right side of a menu bar"
msgstr ""
#: gtk/gtkmenuitem.c:267
#: gtk/gtkmenuitem.c:272
msgid "Submenu"
msgstr "Submenu"
#: gtk/gtkmenuitem.c:268
#: gtk/gtkmenuitem.c:273
msgid "The submenu attached to the menu item, or NULL if it has none"
msgstr "The submenu attached to the menu item, or NULL if it has none"
#: gtk/gtkmenuitem.c:286
#: gtk/gtkmenuitem.c:291
msgid "Sets the accelerator path of the menu item"
msgstr ""
#: gtk/gtkmenuitem.c:301
#: gtk/gtkmenuitem.c:306
#, fuzzy
msgid "The text for the child label"
msgstr "The text of the label"
#: gtk/gtkmenuitem.c:364
#: gtk/gtkmenuitem.c:369
msgid "Amount of space used up by arrow, relative to the menu item's font size"
msgstr ""
"Amount of space used up by arrow, relative to the menu item's font size"
#: gtk/gtkmenuitem.c:377
#: gtk/gtkmenuitem.c:382
#, fuzzy
msgid "Width in Characters"
msgstr "Width In Characters"
#: gtk/gtkmenuitem.c:378
#: gtk/gtkmenuitem.c:383
#, fuzzy
msgid "The minimum desired width of the menu item in characters"
msgstr "The desired width of the label, in characters"
@@ -5527,7 +5527,7 @@ msgstr "Whether or not the status icon is embedded"
msgid "The orientation of the tray"
msgstr "The orientation of the tray"
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:633
msgid "Has tooltip"
msgstr "Has tooltip"
@@ -5536,15 +5536,15 @@ msgstr "Has tooltip"
msgid "Whether this tray icon has a tooltip"
msgstr "Whether this widget has a tooltip"
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:654
msgid "Tooltip Text"
msgstr "Tooltip Text"
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:655 gtk/gtkwidget.c:676
msgid "The contents of the tooltip for this widget"
msgstr "The contents of the tooltip for this widget"
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:674
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:675
msgid "Tooltip markup"
msgstr "Tooltip markup"
@@ -6660,27 +6660,27 @@ msgstr ""
msgid "Determines how the shadowed box around the viewport is drawn"
msgstr "Determines how the shadowed box around the viewport is drawn"
#: gtk/gtkwidget.c:483
#: gtk/gtkwidget.c:484
msgid "Widget name"
msgstr "Widget name"
#: gtk/gtkwidget.c:484
#: gtk/gtkwidget.c:485
msgid "The name of the widget"
msgstr "The name of the widget"
#: gtk/gtkwidget.c:490
#: gtk/gtkwidget.c:491
msgid "Parent widget"
msgstr "Parent widget"
#: gtk/gtkwidget.c:491
#: gtk/gtkwidget.c:492
msgid "The parent widget of this widget. Must be a Container widget"
msgstr "The parent widget of this widget. Must be a Container widget"
#: gtk/gtkwidget.c:498
#: gtk/gtkwidget.c:499
msgid "Width request"
msgstr "Width request"
#: gtk/gtkwidget.c:499
#: gtk/gtkwidget.c:500
msgid ""
"Override for width request of the widget, or -1 if natural request should be "
"used"
@@ -6688,11 +6688,11 @@ msgstr ""
"Override for width request of the widget, or -1 if natural request should be "
"used"
#: gtk/gtkwidget.c:507
#: gtk/gtkwidget.c:508
msgid "Height request"
msgstr "Height request"
#: gtk/gtkwidget.c:508
#: gtk/gtkwidget.c:509
msgid ""
"Override for height request of the widget, or -1 if natural request should "
"be used"
@@ -6700,83 +6700,83 @@ msgstr ""
"Override for height request of the widget, or -1 if natural request should "
"be used"
#: gtk/gtkwidget.c:517
#: gtk/gtkwidget.c:518
msgid "Whether the widget is visible"
msgstr "Whether the widget is visible"
#: gtk/gtkwidget.c:524
#: gtk/gtkwidget.c:525
msgid "Whether the widget responds to input"
msgstr "Whether the widget responds to input"
#: gtk/gtkwidget.c:530
#: gtk/gtkwidget.c:531
msgid "Application paintable"
msgstr "Application paintable"
#: gtk/gtkwidget.c:531
#: gtk/gtkwidget.c:532
msgid "Whether the application will paint directly on the widget"
msgstr "Whether the application will paint directly on the widget"
#: gtk/gtkwidget.c:537
#: gtk/gtkwidget.c:538
msgid "Can focus"
msgstr "Can focus"
#: gtk/gtkwidget.c:538
#: gtk/gtkwidget.c:539
msgid "Whether the widget can accept the input focus"
msgstr "Whether the widget can accept the input focus"
#: gtk/gtkwidget.c:544
#: gtk/gtkwidget.c:545
msgid "Has focus"
msgstr "Has focus"
#: gtk/gtkwidget.c:545
#: gtk/gtkwidget.c:546
msgid "Whether the widget has the input focus"
msgstr "Whether the widget has the input focus"
#: gtk/gtkwidget.c:551
#: gtk/gtkwidget.c:552
msgid "Is focus"
msgstr "Is focus"
#: gtk/gtkwidget.c:552
#: gtk/gtkwidget.c:553
msgid "Whether the widget is the focus widget within the toplevel"
msgstr "Whether the widget is the focus widget within the toplevel"
#: gtk/gtkwidget.c:558
#: gtk/gtkwidget.c:559
msgid "Can default"
msgstr "Can default"
#: gtk/gtkwidget.c:559
#: gtk/gtkwidget.c:560
msgid "Whether the widget can be the default widget"
msgstr "Whether the widget can be the default widget"
#: gtk/gtkwidget.c:565
#: gtk/gtkwidget.c:566
msgid "Has default"
msgstr "Has default"
#: gtk/gtkwidget.c:566
#: gtk/gtkwidget.c:567
msgid "Whether the widget is the default widget"
msgstr "Whether the widget is the default widget"
#: gtk/gtkwidget.c:572
#: gtk/gtkwidget.c:573
msgid "Receives default"
msgstr "Receives default"
#: gtk/gtkwidget.c:573
#: gtk/gtkwidget.c:574
msgid "If TRUE, the widget will receive the default action when it is focused"
msgstr "If TRUE, the widget will receive the default action when it is focused"
#: gtk/gtkwidget.c:579
#: gtk/gtkwidget.c:580
msgid "Composite child"
msgstr "Composite child"
#: gtk/gtkwidget.c:580
#: gtk/gtkwidget.c:581
msgid "Whether the widget is part of a composite widget"
msgstr "Whether the widget is part of a composite widget"
#: gtk/gtkwidget.c:586
#: gtk/gtkwidget.c:587
msgid "Style"
msgstr "Style"
#: gtk/gtkwidget.c:587
#: gtk/gtkwidget.c:588
msgid ""
"The style of the widget, which contains information about how it will look "
"(colors etc)"
@@ -6784,88 +6784,88 @@ msgstr ""
"The style of the widget, which contains information about how it will look "
"(colours etc)"
#: gtk/gtkwidget.c:593
#: gtk/gtkwidget.c:594
msgid "Events"
msgstr "Events"
#: gtk/gtkwidget.c:594
#: gtk/gtkwidget.c:595
msgid "The event mask that decides what kind of GdkEvents this widget gets"
msgstr "The event mask that decides what kind of GdkEvents this widget gets"
#: gtk/gtkwidget.c:601
#: gtk/gtkwidget.c:602
msgid "Extension events"
msgstr "Extension events"
#: gtk/gtkwidget.c:602
#: gtk/gtkwidget.c:603
msgid "The mask that decides what kind of extension events this widget gets"
msgstr "The mask that decides what kind of extension events this widget gets"
#: gtk/gtkwidget.c:609
#: gtk/gtkwidget.c:610
msgid "No show all"
msgstr "No show all"
#: gtk/gtkwidget.c:610
#: gtk/gtkwidget.c:611
msgid "Whether gtk_widget_show_all() should not affect this widget"
msgstr "Whether gtk_widget_show_all() should not affect this widget"
#: gtk/gtkwidget.c:633
#: gtk/gtkwidget.c:634
msgid "Whether this widget has a tooltip"
msgstr "Whether this widget has a tooltip"
#: gtk/gtkwidget.c:689
#: gtk/gtkwidget.c:690
#, fuzzy
msgid "Window"
msgstr "Window Type"
#: gtk/gtkwidget.c:690
#: gtk/gtkwidget.c:691
msgid "The widget's window if it is realized"
msgstr ""
#: gtk/gtkwidget.c:2212
#: gtk/gtkwidget.c:2213
msgid "Interior Focus"
msgstr "Interior Focus"
#: gtk/gtkwidget.c:2213
#: gtk/gtkwidget.c:2214
msgid "Whether to draw the focus indicator inside widgets"
msgstr "Whether to draw the focus indicator inside widgets"
#: gtk/gtkwidget.c:2219
#: gtk/gtkwidget.c:2220
msgid "Focus linewidth"
msgstr "Focus linewidth"
#: gtk/gtkwidget.c:2220
#: gtk/gtkwidget.c:2221
msgid "Width, in pixels, of the focus indicator line"
msgstr "Width, in pixels, of the focus indicator line"
#: gtk/gtkwidget.c:2226
#: gtk/gtkwidget.c:2227
msgid "Focus line dash pattern"
msgstr "Focus line dash pattern"
#: gtk/gtkwidget.c:2227
#: gtk/gtkwidget.c:2228
msgid "Dash pattern used to draw the focus indicator"
msgstr "Dash pattern used to draw the focus indicator"
#: gtk/gtkwidget.c:2232
#: gtk/gtkwidget.c:2233
msgid "Focus padding"
msgstr "Focus padding"
#: gtk/gtkwidget.c:2233
#: gtk/gtkwidget.c:2234
msgid "Width, in pixels, between focus indicator and the widget 'box'"
msgstr "Width, in pixels, between focus indicator and the widget 'box'"
#: gtk/gtkwidget.c:2238
#: gtk/gtkwidget.c:2239
msgid "Cursor color"
msgstr "Cursor colour"
#: gtk/gtkwidget.c:2239
#: gtk/gtkwidget.c:2240
msgid "Color with which to draw insertion cursor"
msgstr "Colour with which to draw insertion cursor"
#: gtk/gtkwidget.c:2244
#: gtk/gtkwidget.c:2245
msgid "Secondary cursor color"
msgstr "Secondary cursor colour"
#: gtk/gtkwidget.c:2245
#: gtk/gtkwidget.c:2246
msgid ""
"Color with which to draw the secondary insertion cursor when editing mixed "
"right-to-left and left-to-right text"
@@ -6873,43 +6873,43 @@ msgstr ""
"Colour with which to draw the secondary insertion cursor when editing mixed "
"right-to-left and left-to-right text"
#: gtk/gtkwidget.c:2250
#: gtk/gtkwidget.c:2251
msgid "Cursor line aspect ratio"
msgstr "Cursor line aspect ratio"
#: gtk/gtkwidget.c:2251
#: gtk/gtkwidget.c:2252
msgid "Aspect ratio with which to draw insertion cursor"
msgstr "Aspect ratio with which to draw insertion cursor"
#: gtk/gtkwidget.c:2265
#: gtk/gtkwidget.c:2266
msgid "Draw Border"
msgstr "Draw Border"
#: gtk/gtkwidget.c:2266
#: gtk/gtkwidget.c:2267
msgid "Size of areas outside the widget's allocation to draw"
msgstr "Size of areas outside the widget's allocation to draw"
#: gtk/gtkwidget.c:2279
#: gtk/gtkwidget.c:2280
msgid "Unvisited Link Color"
msgstr "Unvisited Link Colour"
#: gtk/gtkwidget.c:2280
#: gtk/gtkwidget.c:2281
msgid "Color of unvisited links"
msgstr "Colour of unvisited links"
#: gtk/gtkwidget.c:2293
#: gtk/gtkwidget.c:2294
msgid "Visited Link Color"
msgstr "Visited Link Colour"
#: gtk/gtkwidget.c:2294
#: gtk/gtkwidget.c:2295
msgid "Color of visited links"
msgstr "Colour of visited links"
#: gtk/gtkwidget.c:2308
#: gtk/gtkwidget.c:2309
msgid "Wide Separators"
msgstr "Wide Separators"
#: gtk/gtkwidget.c:2309
#: gtk/gtkwidget.c:2310
msgid ""
"Whether separators have configurable width and should be drawn using a box "
"instead of a line"
@@ -6917,35 +6917,35 @@ msgstr ""
"Whether separators have configurable width and should be drawn using a box "
"instead of a line"
#: gtk/gtkwidget.c:2323
#: gtk/gtkwidget.c:2324
msgid "Separator Width"
msgstr "Separator Width"
#: gtk/gtkwidget.c:2324
#: gtk/gtkwidget.c:2325
msgid "The width of separators if wide-separators is TRUE"
msgstr "The width of separators if wide-separators is TRUE"
#: gtk/gtkwidget.c:2338
#: gtk/gtkwidget.c:2339
msgid "Separator Height"
msgstr "Separator Height"
#: gtk/gtkwidget.c:2339
#: gtk/gtkwidget.c:2340
msgid "The height of separators if \"wide-separators\" is TRUE"
msgstr "The height of separators if \"wide-separators\" is TRUE"
#: gtk/gtkwidget.c:2353
#: gtk/gtkwidget.c:2354
msgid "Horizontal Scroll Arrow Length"
msgstr "Horizontal Scroll Arrow Length"
#: gtk/gtkwidget.c:2354
#: gtk/gtkwidget.c:2355
msgid "The length of horizontal scroll arrows"
msgstr "The length of horizontal scroll arrows"
#: gtk/gtkwidget.c:2368
#: gtk/gtkwidget.c:2369
msgid "Vertical Scroll Arrow Length"
msgstr "Vertical Scroll Arrow Length"
#: gtk/gtkwidget.c:2369
#: gtk/gtkwidget.c:2370
msgid "The length of vertical scroll arrows"
msgstr "The length of vertical scroll arrows"
+88 -88
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
"POT-Creation-Date: 2009-08-29 00:07-0400\n"
"PO-Revision-Date: 2009-02-20 23:21+0000\n"
"Last-Translator: David Lodge <dave@cirt.net>\n"
"Language-Team: <>\n"
@@ -258,7 +258,7 @@ msgid "A unique name for the action."
msgstr "A unique name for the action."
#: gtk/gtkaction.c:198 gtk/gtkbutton.c:219 gtk/gtkexpander.c:195
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:300
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:305
#: gtk/gtktoolbutton.c:202
msgid "Label"
msgstr "Label"
@@ -367,7 +367,7 @@ msgid "When TRUE, empty menu proxies for this action are hidden."
msgstr "When TRUE, empty menu proxies for this action are hidden."
#: gtk/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193
#: gtk/gtkwidget.c:523
#: gtk/gtkwidget.c:524
msgid "Sensitive"
msgstr "Sensitive"
@@ -376,7 +376,7 @@ msgid "Whether the action is enabled."
msgstr "Whether the action is enabled."
#: gtk/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:517
msgid "Visible"
msgstr "Visible"
@@ -553,7 +553,7 @@ msgstr "Arrow shadow"
msgid "Appearance of the shadow surrounding the arrow"
msgstr "Appearance of the shadow surrounding the arrow"
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:363
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:368
msgid "Arrow Scaling"
msgstr "Arrow Scaling"
@@ -790,12 +790,12 @@ msgstr ""
"widget"
#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388
#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209
#: gtk/gtkmenuitem.c:320 gtk/gtktoolbutton.c:209
msgid "Use underline"
msgstr "Use underline"
#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389
#: gtk/gtkmenuitem.c:316
#: gtk/gtkmenuitem.c:321
msgid ""
"If set, an underline in the text indicates the next character should be used "
"for the mnemonic accelerator key"
@@ -3285,7 +3285,7 @@ msgstr "The currently-selected menu item"
msgid "The accel group holding accelerators for the menu"
msgstr "The accel group holding accelerators for the menu"
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:285
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:290
msgid "Accel Path"
msgstr "Accel Path"
@@ -3486,42 +3486,42 @@ msgstr "Delay before drop down menus appear"
msgid "Delay before the submenus of a menu bar appear"
msgstr "Delay before the submenus of a menu bar appear"
#: gtk/gtkmenuitem.c:252
#: gtk/gtkmenuitem.c:257
msgid "Right Justified"
msgstr "Right Justified"
#: gtk/gtkmenuitem.c:253
#: gtk/gtkmenuitem.c:258
msgid ""
"Sets whether the menu item appears justified at the right side of a menu bar"
msgstr ""
"Sets whether the menu item appears justified at the right side of a menu bar"
#: gtk/gtkmenuitem.c:267
#: gtk/gtkmenuitem.c:272
msgid "Submenu"
msgstr "Submenu"
#: gtk/gtkmenuitem.c:268
#: gtk/gtkmenuitem.c:273
msgid "The submenu attached to the menu item, or NULL if it has none"
msgstr "The submenu attached to the menu item, or NULL if it has none"
#: gtk/gtkmenuitem.c:286
#: gtk/gtkmenuitem.c:291
msgid "Sets the accelerator path of the menu item"
msgstr "Sets the accelerator path of the menu item"
#: gtk/gtkmenuitem.c:301
#: gtk/gtkmenuitem.c:306
msgid "The text for the child label"
msgstr "The text for the child label"
#: gtk/gtkmenuitem.c:364
#: gtk/gtkmenuitem.c:369
msgid "Amount of space used up by arrow, relative to the menu item's font size"
msgstr ""
"Amount of space used up by arrow, relative to the menu item's font size"
#: gtk/gtkmenuitem.c:377
#: gtk/gtkmenuitem.c:382
msgid "Width in Characters"
msgstr "Width in Characters"
#: gtk/gtkmenuitem.c:378
#: gtk/gtkmenuitem.c:383
msgid "The minimum desired width of the menu item in characters"
msgstr "The minimum desired width of the menu item in characters"
@@ -5427,7 +5427,7 @@ msgstr "Whether or not the status icon is embedded"
msgid "The orientation of the tray"
msgstr "The orientation of the tray"
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:633
msgid "Has tooltip"
msgstr "Has tooltip"
@@ -5435,15 +5435,15 @@ msgstr "Has tooltip"
msgid "Whether this tray icon has a tooltip"
msgstr "Whether this tray icon has a tooltip"
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:654
msgid "Tooltip Text"
msgstr "Tooltip Text"
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:655 gtk/gtkwidget.c:676
msgid "The contents of the tooltip for this widget"
msgstr "The contents of the tooltip for this widget"
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:674
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:675
msgid "Tooltip markup"
msgstr "Tooltip markup"
@@ -6557,27 +6557,27 @@ msgstr ""
msgid "Determines how the shadowed box around the viewport is drawn"
msgstr "Determines how the shadowed box around the viewport is drawn"
#: gtk/gtkwidget.c:483
#: gtk/gtkwidget.c:484
msgid "Widget name"
msgstr "Widget name"
#: gtk/gtkwidget.c:484
#: gtk/gtkwidget.c:485
msgid "The name of the widget"
msgstr "The name of the widget"
#: gtk/gtkwidget.c:490
#: gtk/gtkwidget.c:491
msgid "Parent widget"
msgstr "Parent widget"
#: gtk/gtkwidget.c:491
#: gtk/gtkwidget.c:492
msgid "The parent widget of this widget. Must be a Container widget"
msgstr "The parent widget of this widget. Must be a Container widget"
#: gtk/gtkwidget.c:498
#: gtk/gtkwidget.c:499
msgid "Width request"
msgstr "Width request"
#: gtk/gtkwidget.c:499
#: gtk/gtkwidget.c:500
msgid ""
"Override for width request of the widget, or -1 if natural request should be "
"used"
@@ -6585,11 +6585,11 @@ msgstr ""
"Override for width request of the widget, or -1 if natural request should be "
"used"
#: gtk/gtkwidget.c:507
#: gtk/gtkwidget.c:508
msgid "Height request"
msgstr "Height request"
#: gtk/gtkwidget.c:508
#: gtk/gtkwidget.c:509
msgid ""
"Override for height request of the widget, or -1 if natural request should "
"be used"
@@ -6597,83 +6597,83 @@ msgstr ""
"Override for height request of the widget, or -1 if natural request should "
"be used"
#: gtk/gtkwidget.c:517
#: gtk/gtkwidget.c:518
msgid "Whether the widget is visible"
msgstr "Whether the widget is visible"
#: gtk/gtkwidget.c:524
#: gtk/gtkwidget.c:525
msgid "Whether the widget responds to input"
msgstr "Whether the widget responds to input"
#: gtk/gtkwidget.c:530
#: gtk/gtkwidget.c:531
msgid "Application paintable"
msgstr "Application paintable"
#: gtk/gtkwidget.c:531
#: gtk/gtkwidget.c:532
msgid "Whether the application will paint directly on the widget"
msgstr "Whether the application will paint directly on the widget"
#: gtk/gtkwidget.c:537
#: gtk/gtkwidget.c:538
msgid "Can focus"
msgstr "Can focus"
#: gtk/gtkwidget.c:538
#: gtk/gtkwidget.c:539
msgid "Whether the widget can accept the input focus"
msgstr "Whether the widget can accept the input focus"
#: gtk/gtkwidget.c:544
#: gtk/gtkwidget.c:545
msgid "Has focus"
msgstr "Has focus"
#: gtk/gtkwidget.c:545
#: gtk/gtkwidget.c:546
msgid "Whether the widget has the input focus"
msgstr "Whether the widget has the input focus"
#: gtk/gtkwidget.c:551
#: gtk/gtkwidget.c:552
msgid "Is focus"
msgstr "Is focus"
#: gtk/gtkwidget.c:552
#: gtk/gtkwidget.c:553
msgid "Whether the widget is the focus widget within the toplevel"
msgstr "Whether the widget is the focus widget within the toplevel"
#: gtk/gtkwidget.c:558
#: gtk/gtkwidget.c:559
msgid "Can default"
msgstr "Can default"
#: gtk/gtkwidget.c:559
#: gtk/gtkwidget.c:560
msgid "Whether the widget can be the default widget"
msgstr "Whether the widget can be the default widget"
#: gtk/gtkwidget.c:565
#: gtk/gtkwidget.c:566
msgid "Has default"
msgstr "Has default"
#: gtk/gtkwidget.c:566
#: gtk/gtkwidget.c:567
msgid "Whether the widget is the default widget"
msgstr "Whether the widget is the default widget"
#: gtk/gtkwidget.c:572
#: gtk/gtkwidget.c:573
msgid "Receives default"
msgstr "Receives default"
#: gtk/gtkwidget.c:573
#: gtk/gtkwidget.c:574
msgid "If TRUE, the widget will receive the default action when it is focused"
msgstr "If TRUE, the widget will receive the default action when it is focused"
#: gtk/gtkwidget.c:579
#: gtk/gtkwidget.c:580
msgid "Composite child"
msgstr "Composite child"
#: gtk/gtkwidget.c:580
#: gtk/gtkwidget.c:581
msgid "Whether the widget is part of a composite widget"
msgstr "Whether the widget is part of a composite widget"
#: gtk/gtkwidget.c:586
#: gtk/gtkwidget.c:587
msgid "Style"
msgstr "Style"
#: gtk/gtkwidget.c:587
#: gtk/gtkwidget.c:588
msgid ""
"The style of the widget, which contains information about how it will look "
"(colors etc)"
@@ -6681,87 +6681,87 @@ msgstr ""
"The style of the widget, which contains information about how it will look "
"(colours etc)"
#: gtk/gtkwidget.c:593
#: gtk/gtkwidget.c:594
msgid "Events"
msgstr "Events"
#: gtk/gtkwidget.c:594
#: gtk/gtkwidget.c:595
msgid "The event mask that decides what kind of GdkEvents this widget gets"
msgstr "The event mask that decides what kind of GdkEvents this widget gets"
#: gtk/gtkwidget.c:601
#: gtk/gtkwidget.c:602
msgid "Extension events"
msgstr "Extension events"
#: gtk/gtkwidget.c:602
#: gtk/gtkwidget.c:603
msgid "The mask that decides what kind of extension events this widget gets"
msgstr "The mask that decides what kind of extension events this widget gets"
#: gtk/gtkwidget.c:609
#: gtk/gtkwidget.c:610
msgid "No show all"
msgstr "No show all"
#: gtk/gtkwidget.c:610
#: gtk/gtkwidget.c:611
msgid "Whether gtk_widget_show_all() should not affect this widget"
msgstr "Whether gtk_widget_show_all() should not affect this widget"
#: gtk/gtkwidget.c:633
#: gtk/gtkwidget.c:634
msgid "Whether this widget has a tooltip"
msgstr "Whether this widget has a tooltip"
#: gtk/gtkwidget.c:689
#: gtk/gtkwidget.c:690
msgid "Window"
msgstr "Window"
#: gtk/gtkwidget.c:690
#: gtk/gtkwidget.c:691
msgid "The widget's window if it is realized"
msgstr "The widget's window if it is realised"
#: gtk/gtkwidget.c:2212
#: gtk/gtkwidget.c:2213
msgid "Interior Focus"
msgstr "Interior Focus"
#: gtk/gtkwidget.c:2213
#: gtk/gtkwidget.c:2214
msgid "Whether to draw the focus indicator inside widgets"
msgstr "Whether to draw the focus indicator inside widgets"
#: gtk/gtkwidget.c:2219
#: gtk/gtkwidget.c:2220
msgid "Focus linewidth"
msgstr "Focus linewidth"
#: gtk/gtkwidget.c:2220
#: gtk/gtkwidget.c:2221
msgid "Width, in pixels, of the focus indicator line"
msgstr "Width, in pixels, of the focus indicator line"
#: gtk/gtkwidget.c:2226
#: gtk/gtkwidget.c:2227
msgid "Focus line dash pattern"
msgstr "Focus line dash pattern"
#: gtk/gtkwidget.c:2227
#: gtk/gtkwidget.c:2228
msgid "Dash pattern used to draw the focus indicator"
msgstr "Dash pattern used to draw the focus indicator"
#: gtk/gtkwidget.c:2232
#: gtk/gtkwidget.c:2233
msgid "Focus padding"
msgstr "Focus padding"
#: gtk/gtkwidget.c:2233
#: gtk/gtkwidget.c:2234
msgid "Width, in pixels, between focus indicator and the widget 'box'"
msgstr "Width, in pixels, between focus indicator and the widget 'box'"
#: gtk/gtkwidget.c:2238
#: gtk/gtkwidget.c:2239
msgid "Cursor color"
msgstr "Cursor colour"
#: gtk/gtkwidget.c:2239
#: gtk/gtkwidget.c:2240
msgid "Color with which to draw insertion cursor"
msgstr "Colour with which to draw insertion cursor"
#: gtk/gtkwidget.c:2244
#: gtk/gtkwidget.c:2245
msgid "Secondary cursor color"
msgstr "Secondary cursor colour"
#: gtk/gtkwidget.c:2245
#: gtk/gtkwidget.c:2246
msgid ""
"Color with which to draw the secondary insertion cursor when editing mixed "
"right-to-left and left-to-right text"
@@ -6769,43 +6769,43 @@ msgstr ""
"Colour with which to draw the secondary insertion cursor when editing mixed "
"right-to-left and left-to-right text"
#: gtk/gtkwidget.c:2250
#: gtk/gtkwidget.c:2251
msgid "Cursor line aspect ratio"
msgstr "Cursor line aspect ratio"
#: gtk/gtkwidget.c:2251
#: gtk/gtkwidget.c:2252
msgid "Aspect ratio with which to draw insertion cursor"
msgstr "Aspect ratio with which to draw insertion cursor"
#: gtk/gtkwidget.c:2265
#: gtk/gtkwidget.c:2266
msgid "Draw Border"
msgstr "Draw Border"
#: gtk/gtkwidget.c:2266
#: gtk/gtkwidget.c:2267
msgid "Size of areas outside the widget's allocation to draw"
msgstr "Size of areas outside the widget's allocation to draw"
#: gtk/gtkwidget.c:2279
#: gtk/gtkwidget.c:2280
msgid "Unvisited Link Color"
msgstr "Unvisited Link Colour"
#: gtk/gtkwidget.c:2280
#: gtk/gtkwidget.c:2281
msgid "Color of unvisited links"
msgstr "Colour of unvisited links"
#: gtk/gtkwidget.c:2293
#: gtk/gtkwidget.c:2294
msgid "Visited Link Color"
msgstr "Visited Link Colour"
#: gtk/gtkwidget.c:2294
#: gtk/gtkwidget.c:2295
msgid "Color of visited links"
msgstr "Colour of visited links"
#: gtk/gtkwidget.c:2308
#: gtk/gtkwidget.c:2309
msgid "Wide Separators"
msgstr "Wide Separators"
#: gtk/gtkwidget.c:2309
#: gtk/gtkwidget.c:2310
msgid ""
"Whether separators have configurable width and should be drawn using a box "
"instead of a line"
@@ -6813,35 +6813,35 @@ msgstr ""
"Whether separators have configurable width and should be drawn using a box "
"instead of a line"
#: gtk/gtkwidget.c:2323
#: gtk/gtkwidget.c:2324
msgid "Separator Width"
msgstr "Separator Width"
#: gtk/gtkwidget.c:2324
#: gtk/gtkwidget.c:2325
msgid "The width of separators if wide-separators is TRUE"
msgstr "The width of separators if wide-separators is TRUE"
#: gtk/gtkwidget.c:2338
#: gtk/gtkwidget.c:2339
msgid "Separator Height"
msgstr "Separator Height"
#: gtk/gtkwidget.c:2339
#: gtk/gtkwidget.c:2340
msgid "The height of separators if \"wide-separators\" is TRUE"
msgstr "The height of separators if \"wide-separators\" is TRUE"
#: gtk/gtkwidget.c:2353
#: gtk/gtkwidget.c:2354
msgid "Horizontal Scroll Arrow Length"
msgstr "Horizontal Scroll Arrow Length"
#: gtk/gtkwidget.c:2354
#: gtk/gtkwidget.c:2355
msgid "The length of horizontal scroll arrows"
msgstr "The length of horizontal scroll arrows"
#: gtk/gtkwidget.c:2368
#: gtk/gtkwidget.c:2369
msgid "Vertical Scroll Arrow Length"
msgstr "Vertical Scroll Arrow Length"
#: gtk/gtkwidget.c:2369
#: gtk/gtkwidget.c:2370
msgid "The length of vertical scroll arrows"
msgstr "The length of vertical scroll arrows"
+88 -88
View File
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties 2.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
"POT-Creation-Date: 2009-08-29 00:07-0400\n"
"PO-Revision-Date: 2007-03-11 18:09+0100\n"
"Last-Translator: Guillaume Savaton <llumeao@gmail.com>\n"
"Language-Team: Eo-Tradukado <http://eo-tradukado.tuxfamily.org>\n"
@@ -252,7 +252,7 @@ msgid "A unique name for the action."
msgstr ""
#: gtk/gtkaction.c:198 gtk/gtkbutton.c:219 gtk/gtkexpander.c:195
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:300
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:305
#: gtk/gtktoolbutton.c:202
msgid "Label"
msgstr ""
@@ -353,7 +353,7 @@ msgid "When TRUE, empty menu proxies for this action are hidden."
msgstr ""
#: gtk/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193
#: gtk/gtkwidget.c:523
#: gtk/gtkwidget.c:524
msgid "Sensitive"
msgstr ""
@@ -362,7 +362,7 @@ msgid "Whether the action is enabled."
msgstr ""
#: gtk/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:517
msgid "Visible"
msgstr ""
@@ -529,7 +529,7 @@ msgstr ""
msgid "Appearance of the shadow surrounding the arrow"
msgstr ""
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:363
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:368
msgid "Arrow Scaling"
msgstr ""
@@ -756,12 +756,12 @@ msgid ""
msgstr ""
#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388
#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209
#: gtk/gtkmenuitem.c:320 gtk/gtktoolbutton.c:209
msgid "Use underline"
msgstr ""
#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389
#: gtk/gtkmenuitem.c:316
#: gtk/gtkmenuitem.c:321
msgid ""
"If set, an underline in the text indicates the next character should be used "
"for the mnemonic accelerator key"
@@ -3193,7 +3193,7 @@ msgstr ""
msgid "The accel group holding accelerators for the menu"
msgstr ""
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:285
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:290
msgid "Accel Path"
msgstr ""
@@ -3383,40 +3383,40 @@ msgstr ""
msgid "Delay before the submenus of a menu bar appear"
msgstr ""
#: gtk/gtkmenuitem.c:252
#: gtk/gtkmenuitem.c:257
msgid "Right Justified"
msgstr ""
#: gtk/gtkmenuitem.c:253
#: gtk/gtkmenuitem.c:258
msgid ""
"Sets whether the menu item appears justified at the right side of a menu bar"
msgstr ""
#: gtk/gtkmenuitem.c:267
#: gtk/gtkmenuitem.c:272
msgid "Submenu"
msgstr ""
#: gtk/gtkmenuitem.c:268
#: gtk/gtkmenuitem.c:273
msgid "The submenu attached to the menu item, or NULL if it has none"
msgstr ""
#: gtk/gtkmenuitem.c:286
#: gtk/gtkmenuitem.c:291
msgid "Sets the accelerator path of the menu item"
msgstr ""
#: gtk/gtkmenuitem.c:301
#: gtk/gtkmenuitem.c:306
msgid "The text for the child label"
msgstr ""
#: gtk/gtkmenuitem.c:364
#: gtk/gtkmenuitem.c:369
msgid "Amount of space used up by arrow, relative to the menu item's font size"
msgstr ""
#: gtk/gtkmenuitem.c:377
#: gtk/gtkmenuitem.c:382
msgid "Width in Characters"
msgstr ""
#: gtk/gtkmenuitem.c:378
#: gtk/gtkmenuitem.c:383
msgid "The minimum desired width of the menu item in characters"
msgstr ""
@@ -5251,7 +5251,7 @@ msgstr ""
msgid "The orientation of the tray"
msgstr ""
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:633
msgid "Has tooltip"
msgstr ""
@@ -5259,15 +5259,15 @@ msgstr ""
msgid "Whether this tray icon has a tooltip"
msgstr ""
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:654
msgid "Tooltip Text"
msgstr ""
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:655 gtk/gtkwidget.c:676
msgid "The contents of the tooltip for this widget"
msgstr ""
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:674
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:675
msgid "Tooltip markup"
msgstr ""
@@ -6350,281 +6350,281 @@ msgstr ""
msgid "Determines how the shadowed box around the viewport is drawn"
msgstr ""
#: gtk/gtkwidget.c:483
#: gtk/gtkwidget.c:484
msgid "Widget name"
msgstr ""
#: gtk/gtkwidget.c:484
#: gtk/gtkwidget.c:485
msgid "The name of the widget"
msgstr ""
#: gtk/gtkwidget.c:490
#: gtk/gtkwidget.c:491
msgid "Parent widget"
msgstr ""
#: gtk/gtkwidget.c:491
#: gtk/gtkwidget.c:492
msgid "The parent widget of this widget. Must be a Container widget"
msgstr ""
#: gtk/gtkwidget.c:498
#: gtk/gtkwidget.c:499
msgid "Width request"
msgstr ""
#: gtk/gtkwidget.c:499
#: gtk/gtkwidget.c:500
msgid ""
"Override for width request of the widget, or -1 if natural request should be "
"used"
msgstr ""
#: gtk/gtkwidget.c:507
#: gtk/gtkwidget.c:508
msgid "Height request"
msgstr ""
#: gtk/gtkwidget.c:508
#: gtk/gtkwidget.c:509
msgid ""
"Override for height request of the widget, or -1 if natural request should "
"be used"
msgstr ""
#: gtk/gtkwidget.c:517
#: gtk/gtkwidget.c:518
msgid "Whether the widget is visible"
msgstr ""
#: gtk/gtkwidget.c:524
#: gtk/gtkwidget.c:525
msgid "Whether the widget responds to input"
msgstr ""
#: gtk/gtkwidget.c:530
#: gtk/gtkwidget.c:531
msgid "Application paintable"
msgstr ""
#: gtk/gtkwidget.c:531
#: gtk/gtkwidget.c:532
msgid "Whether the application will paint directly on the widget"
msgstr ""
#: gtk/gtkwidget.c:537
#: gtk/gtkwidget.c:538
msgid "Can focus"
msgstr ""
#: gtk/gtkwidget.c:538
#: gtk/gtkwidget.c:539
msgid "Whether the widget can accept the input focus"
msgstr ""
#: gtk/gtkwidget.c:544
#: gtk/gtkwidget.c:545
msgid "Has focus"
msgstr ""
#: gtk/gtkwidget.c:545
#: gtk/gtkwidget.c:546
msgid "Whether the widget has the input focus"
msgstr ""
#: gtk/gtkwidget.c:551
#: gtk/gtkwidget.c:552
msgid "Is focus"
msgstr ""
#: gtk/gtkwidget.c:552
#: gtk/gtkwidget.c:553
msgid "Whether the widget is the focus widget within the toplevel"
msgstr ""
#: gtk/gtkwidget.c:558
#: gtk/gtkwidget.c:559
msgid "Can default"
msgstr ""
#: gtk/gtkwidget.c:559
#: gtk/gtkwidget.c:560
msgid "Whether the widget can be the default widget"
msgstr ""
#: gtk/gtkwidget.c:565
#: gtk/gtkwidget.c:566
msgid "Has default"
msgstr ""
#: gtk/gtkwidget.c:566
#: gtk/gtkwidget.c:567
msgid "Whether the widget is the default widget"
msgstr ""
#: gtk/gtkwidget.c:572
#: gtk/gtkwidget.c:573
msgid "Receives default"
msgstr ""
#: gtk/gtkwidget.c:573
#: gtk/gtkwidget.c:574
msgid "If TRUE, the widget will receive the default action when it is focused"
msgstr ""
#: gtk/gtkwidget.c:579
#: gtk/gtkwidget.c:580
msgid "Composite child"
msgstr ""
#: gtk/gtkwidget.c:580
#: gtk/gtkwidget.c:581
msgid "Whether the widget is part of a composite widget"
msgstr ""
#: gtk/gtkwidget.c:586
#: gtk/gtkwidget.c:587
msgid "Style"
msgstr ""
#: gtk/gtkwidget.c:587
#: gtk/gtkwidget.c:588
msgid ""
"The style of the widget, which contains information about how it will look "
"(colors etc)"
msgstr ""
#: gtk/gtkwidget.c:593
#: gtk/gtkwidget.c:594
msgid "Events"
msgstr ""
#: gtk/gtkwidget.c:594
#: gtk/gtkwidget.c:595
msgid "The event mask that decides what kind of GdkEvents this widget gets"
msgstr ""
#: gtk/gtkwidget.c:601
#: gtk/gtkwidget.c:602
msgid "Extension events"
msgstr ""
#: gtk/gtkwidget.c:602
#: gtk/gtkwidget.c:603
msgid "The mask that decides what kind of extension events this widget gets"
msgstr ""
#: gtk/gtkwidget.c:609
#: gtk/gtkwidget.c:610
msgid "No show all"
msgstr ""
#: gtk/gtkwidget.c:610
#: gtk/gtkwidget.c:611
msgid "Whether gtk_widget_show_all() should not affect this widget"
msgstr ""
#: gtk/gtkwidget.c:633
#: gtk/gtkwidget.c:634
msgid "Whether this widget has a tooltip"
msgstr ""
#: gtk/gtkwidget.c:689
#: gtk/gtkwidget.c:690
msgid "Window"
msgstr ""
#: gtk/gtkwidget.c:690
#: gtk/gtkwidget.c:691
msgid "The widget's window if it is realized"
msgstr ""
#: gtk/gtkwidget.c:2212
#: gtk/gtkwidget.c:2213
msgid "Interior Focus"
msgstr ""
#: gtk/gtkwidget.c:2213
#: gtk/gtkwidget.c:2214
msgid "Whether to draw the focus indicator inside widgets"
msgstr ""
#: gtk/gtkwidget.c:2219
#: gtk/gtkwidget.c:2220
msgid "Focus linewidth"
msgstr ""
#: gtk/gtkwidget.c:2220
#: gtk/gtkwidget.c:2221
msgid "Width, in pixels, of the focus indicator line"
msgstr ""
#: gtk/gtkwidget.c:2226
#: gtk/gtkwidget.c:2227
msgid "Focus line dash pattern"
msgstr ""
#: gtk/gtkwidget.c:2227
#: gtk/gtkwidget.c:2228
msgid "Dash pattern used to draw the focus indicator"
msgstr ""
#: gtk/gtkwidget.c:2232
#: gtk/gtkwidget.c:2233
msgid "Focus padding"
msgstr ""
#: gtk/gtkwidget.c:2233
#: gtk/gtkwidget.c:2234
msgid "Width, in pixels, between focus indicator and the widget 'box'"
msgstr ""
#: gtk/gtkwidget.c:2238
#: gtk/gtkwidget.c:2239
msgid "Cursor color"
msgstr ""
#: gtk/gtkwidget.c:2239
#: gtk/gtkwidget.c:2240
msgid "Color with which to draw insertion cursor"
msgstr ""
#: gtk/gtkwidget.c:2244
#: gtk/gtkwidget.c:2245
msgid "Secondary cursor color"
msgstr ""
#: gtk/gtkwidget.c:2245
#: gtk/gtkwidget.c:2246
msgid ""
"Color with which to draw the secondary insertion cursor when editing mixed "
"right-to-left and left-to-right text"
msgstr ""
#: gtk/gtkwidget.c:2250
#: gtk/gtkwidget.c:2251
msgid "Cursor line aspect ratio"
msgstr ""
#: gtk/gtkwidget.c:2251
#: gtk/gtkwidget.c:2252
msgid "Aspect ratio with which to draw insertion cursor"
msgstr ""
#: gtk/gtkwidget.c:2265
#: gtk/gtkwidget.c:2266
msgid "Draw Border"
msgstr ""
#: gtk/gtkwidget.c:2266
#: gtk/gtkwidget.c:2267
msgid "Size of areas outside the widget's allocation to draw"
msgstr ""
#: gtk/gtkwidget.c:2279
#: gtk/gtkwidget.c:2280
msgid "Unvisited Link Color"
msgstr ""
#: gtk/gtkwidget.c:2280
#: gtk/gtkwidget.c:2281
msgid "Color of unvisited links"
msgstr ""
#: gtk/gtkwidget.c:2293
#: gtk/gtkwidget.c:2294
msgid "Visited Link Color"
msgstr ""
#: gtk/gtkwidget.c:2294
#: gtk/gtkwidget.c:2295
msgid "Color of visited links"
msgstr ""
#: gtk/gtkwidget.c:2308
#: gtk/gtkwidget.c:2309
msgid "Wide Separators"
msgstr ""
#: gtk/gtkwidget.c:2309
#: gtk/gtkwidget.c:2310
msgid ""
"Whether separators have configurable width and should be drawn using a box "
"instead of a line"
msgstr ""
#: gtk/gtkwidget.c:2323
#: gtk/gtkwidget.c:2324
msgid "Separator Width"
msgstr ""
#: gtk/gtkwidget.c:2324
#: gtk/gtkwidget.c:2325
msgid "The width of separators if wide-separators is TRUE"
msgstr ""
#: gtk/gtkwidget.c:2338
#: gtk/gtkwidget.c:2339
msgid "Separator Height"
msgstr ""
#: gtk/gtkwidget.c:2339
#: gtk/gtkwidget.c:2340
msgid "The height of separators if \"wide-separators\" is TRUE"
msgstr ""
#: gtk/gtkwidget.c:2353
#: gtk/gtkwidget.c:2354
msgid "Horizontal Scroll Arrow Length"
msgstr ""
#: gtk/gtkwidget.c:2354
#: gtk/gtkwidget.c:2355
msgid "The length of horizontal scroll arrows"
msgstr ""
#: gtk/gtkwidget.c:2368
#: gtk/gtkwidget.c:2369
msgid "Vertical Scroll Arrow Length"
msgstr ""
#: gtk/gtkwidget.c:2369
#: gtk/gtkwidget.c:2370
msgid "The length of vertical scroll arrows"
msgstr ""
+88 -88
View File
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties.HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-04-11 16:25-0400\n"
"POT-Creation-Date: 2009-08-29 00:07-0400\n"
"PO-Revision-Date: 2009-03-05 23:14+0100\n"
"Last-Translator: Jorge González <jorgegonz@svn.gnome.org>\n"
"Language-Team: Español <gnome-es-list@gnome.org>\n"
@@ -269,7 +269,7 @@ msgid "A unique name for the action."
msgstr "Un nombre único para la acción."
#: gtk/gtkaction.c:198 gtk/gtkbutton.c:219 gtk/gtkexpander.c:195
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:300
#: gtk/gtkframe.c:105 gtk/gtklabel.c:367 gtk/gtkmenuitem.c:305
#: gtk/gtktoolbutton.c:202
msgid "Label"
msgstr "Etiqueta"
@@ -386,7 +386,7 @@ msgstr ""
"acción se ocultan."
#: gtk/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193
#: gtk/gtkwidget.c:523
#: gtk/gtkwidget.c:524
msgid "Sensitive"
msgstr "Sensible"
@@ -395,7 +395,7 @@ msgid "Whether the action is enabled."
msgstr "Indica si la acción está activada."
#: gtk/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516
#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:517
msgid "Visible"
msgstr "Visible"
@@ -572,7 +572,7 @@ msgstr "Sombra de la flecha"
msgid "Appearance of the shadow surrounding the arrow"
msgstr "Apariencia de la sombra que rodea la flecha"
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:363
#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:368
msgid "Arrow Scaling"
msgstr "Escalado de flechas"
@@ -810,12 +810,12 @@ msgstr ""
"etiqueta del widget"
#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388
#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209
#: gtk/gtkmenuitem.c:320 gtk/gtktoolbutton.c:209
msgid "Use underline"
msgstr "Utilizar subrayado"
#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389
#: gtk/gtkmenuitem.c:316
#: gtk/gtkmenuitem.c:321
msgid ""
"If set, an underline in the text indicates the next character should be used "
"for the mnemonic accelerator key"
@@ -3356,7 +3356,7 @@ msgstr "El elemento del menú actualmente seleccionado"
msgid "The accel group holding accelerators for the menu"
msgstr "El grupo de aceleración que contiene los aceleradores para el menú"
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:285
#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:290
msgid "Accel Path"
msgstr "Ruta del acelerador"
@@ -3564,44 +3564,44 @@ msgstr "Retardo antes de que aparezcan los menús desplegables"
msgid "Delay before the submenus of a menu bar appear"
msgstr "Retardo antes de que aparezcan los submenús de una barra de menús"
#: gtk/gtkmenuitem.c:252
#: gtk/gtkmenuitem.c:257
msgid "Right Justified"
msgstr "Justificado a la derecha"
#: gtk/gtkmenuitem.c:253
#: gtk/gtkmenuitem.c:258
msgid ""
"Sets whether the menu item appears justified at the right side of a menu bar"
msgstr ""
"Establece si el elemento del menú aparece justificado en la parte derecha de "
"una barra de menú"
#: gtk/gtkmenuitem.c:267
#: gtk/gtkmenuitem.c:272
msgid "Submenu"
msgstr "Submenú"
#: gtk/gtkmenuitem.c:268
#: gtk/gtkmenuitem.c:273
msgid "The submenu attached to the menu item, or NULL if it has none"
msgstr "El submenú acoplado al elemento del menú, o NULL si no tiene ninguno"
#: gtk/gtkmenuitem.c:286
#: gtk/gtkmenuitem.c:291
msgid "Sets the accelerator path of the menu item"
msgstr "Establece la ruta del acelerador del elemento del menú"
#: gtk/gtkmenuitem.c:301
#: gtk/gtkmenuitem.c:306
msgid "The text for the child label"
msgstr "El texto para la etiqueta hijo"
#: gtk/gtkmenuitem.c:364
#: gtk/gtkmenuitem.c:369
msgid "Amount of space used up by arrow, relative to the menu item's font size"
msgstr ""
"Cantidad de espacio ocupado por una flecha, relativa al tamaño de tipografía "
"del elemento del menú"
#: gtk/gtkmenuitem.c:377
#: gtk/gtkmenuitem.c:382
msgid "Width in Characters"
msgstr "Anchura en caracteres"
#: gtk/gtkmenuitem.c:378
#: gtk/gtkmenuitem.c:383
msgid "The minimum desired width of the menu item in characters"
msgstr "La anchura mínima deseada del elemento del menú en caracteres"
@@ -5574,7 +5574,7 @@ msgstr "Indica si el icono de estado está empotrado"
msgid "The orientation of the tray"
msgstr "La orientación de la bandeja"
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632
#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:633
msgid "Has tooltip"
msgstr "Tiene consejo"
@@ -5582,15 +5582,15 @@ msgstr "Tiene consejo"
msgid "Whether this tray icon has a tooltip"
msgstr "Indica si el icono de la bandeja tiene un consejo"
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653
#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:654
msgid "Tooltip Text"
msgstr "Texto del consejo"
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675
#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:655 gtk/gtkwidget.c:676
msgid "The contents of the tooltip for this widget"
msgstr "El contenido de los consejos para este widget"
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:674
#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:675
msgid "Tooltip markup"
msgstr "Marcado de consejos"
@@ -6751,27 +6751,27 @@ msgid "Determines how the shadowed box around the viewport is drawn"
msgstr ""
"Determina como es dibujado el marco sombreado alrededor del puerto de visión"
#: gtk/gtkwidget.c:483
#: gtk/gtkwidget.c:484
msgid "Widget name"
msgstr "Nombre del widget"
#: gtk/gtkwidget.c:484
#: gtk/gtkwidget.c:485
msgid "The name of the widget"
msgstr "El nombre del widget"
#: gtk/gtkwidget.c:490
#: gtk/gtkwidget.c:491
msgid "Parent widget"
msgstr "Widget padre"
#: gtk/gtkwidget.c:491
#: gtk/gtkwidget.c:492
msgid "The parent widget of this widget. Must be a Container widget"
msgstr "El widget padre de este widget. Debe ser un widget contenedor"
#: gtk/gtkwidget.c:498
#: gtk/gtkwidget.c:499
msgid "Width request"
msgstr "Petición de anchura"
#: gtk/gtkwidget.c:499
#: gtk/gtkwidget.c:500
msgid ""
"Override for width request of the widget, or -1 if natural request should be "
"used"
@@ -6779,11 +6779,11 @@ msgstr ""
"Sobreescribir el ancho solicitado del widget, o -1 si deber ser utilizado la "
"solicitud natural"
#: gtk/gtkwidget.c:507
#: gtk/gtkwidget.c:508
msgid "Height request"
msgstr "Petición de altura"
#: gtk/gtkwidget.c:508
#: gtk/gtkwidget.c:509
msgid ""
"Override for height request of the widget, or -1 if natural request should "
"be used"
@@ -6791,84 +6791,84 @@ msgstr ""
"Sobreescribir la altura solicitada del widget, o -1 si deber ser utilizada "
"la solicitud natural"
#: gtk/gtkwidget.c:517
#: gtk/gtkwidget.c:518
msgid "Whether the widget is visible"
msgstr "Indica si el widget es visible"
#: gtk/gtkwidget.c:524
#: gtk/gtkwidget.c:525
msgid "Whether the widget responds to input"
msgstr "Indica si el widget responde al ingreso"
#: gtk/gtkwidget.c:530
#: gtk/gtkwidget.c:531
msgid "Application paintable"
msgstr "Pintable por la aplicación"
#: gtk/gtkwidget.c:531
#: gtk/gtkwidget.c:532
msgid "Whether the application will paint directly on the widget"
msgstr "Indica si la aplicación pintará directamente sobre el widget"
#: gtk/gtkwidget.c:537
#: gtk/gtkwidget.c:538
msgid "Can focus"
msgstr "Puede enfocar"
#: gtk/gtkwidget.c:538
#: gtk/gtkwidget.c:539
msgid "Whether the widget can accept the input focus"
msgstr "Indica si el widget puede aceptar el foco de entrada"
#: gtk/gtkwidget.c:544
#: gtk/gtkwidget.c:545
msgid "Has focus"
msgstr "Tiene foco"
#: gtk/gtkwidget.c:545
#: gtk/gtkwidget.c:546
msgid "Whether the widget has the input focus"
msgstr "Indica si el widget tiene el foco de entrada"
#: gtk/gtkwidget.c:551
#: gtk/gtkwidget.c:552
msgid "Is focus"
msgstr "Tiene el foco"
#: gtk/gtkwidget.c:552
#: gtk/gtkwidget.c:553
msgid "Whether the widget is the focus widget within the toplevel"
msgstr "Indica si el widget es el widget con foco dentro del nivel superior"
#: gtk/gtkwidget.c:558
#: gtk/gtkwidget.c:559
msgid "Can default"
msgstr "Puede por omisión"
#: gtk/gtkwidget.c:559
#: gtk/gtkwidget.c:560
msgid "Whether the widget can be the default widget"
msgstr "Indica si el widget puede ser el widget predeterminado"
#: gtk/gtkwidget.c:565
#: gtk/gtkwidget.c:566
msgid "Has default"
msgstr "Tiene por omisión"
#: gtk/gtkwidget.c:566
#: gtk/gtkwidget.c:567
msgid "Whether the widget is the default widget"
msgstr "Indica si el widget es el widget predeterminado"
#: gtk/gtkwidget.c:572
#: gtk/gtkwidget.c:573
msgid "Receives default"
msgstr "Recibe por omisión"
#: gtk/gtkwidget.c:573
#: gtk/gtkwidget.c:574
msgid "If TRUE, the widget will receive the default action when it is focused"
msgstr ""
"Si es TRUE el widget recibirá la acción predeterminada cuando obtiene el foco"
#: gtk/gtkwidget.c:579
#: gtk/gtkwidget.c:580
msgid "Composite child"
msgstr "Hijo compuesto"
#: gtk/gtkwidget.c:580
#: gtk/gtkwidget.c:581
msgid "Whether the widget is part of a composite widget"
msgstr "Indica si el widget es parte de un widget compuesto"
#: gtk/gtkwidget.c:586
#: gtk/gtkwidget.c:587
msgid "Style"
msgstr "Estilo"
#: gtk/gtkwidget.c:587
#: gtk/gtkwidget.c:588
msgid ""
"The style of the widget, which contains information about how it will look "
"(colors etc)"
@@ -6876,90 +6876,90 @@ msgstr ""
"El estilo del widget, que contiene información sobre la apariencia (colores, "
"etc)"
#: gtk/gtkwidget.c:593
#: gtk/gtkwidget.c:594
msgid "Events"
msgstr "Eventos"
#: gtk/gtkwidget.c:594
#: gtk/gtkwidget.c:595
msgid "The event mask that decides what kind of GdkEvents this widget gets"
msgstr ""
"La máscara de eventos que decide que tipo de GtkEvents recibe este widget"
#: gtk/gtkwidget.c:601
#: gtk/gtkwidget.c:602
msgid "Extension events"
msgstr "Eventos de extensión"
#: gtk/gtkwidget.c:602
#: gtk/gtkwidget.c:603
msgid "The mask that decides what kind of extension events this widget gets"
msgstr ""
"La máscara que decide que clase de eventos de extensión conseguirá este "
"widget"
#: gtk/gtkwidget.c:609
#: gtk/gtkwidget.c:610
msgid "No show all"
msgstr "No mostrar todo"
#: gtk/gtkwidget.c:610
#: gtk/gtkwidget.c:611
msgid "Whether gtk_widget_show_all() should not affect this widget"
msgstr "Indica que gtk_widget_show_all() no debe afectar a este widget"
#: gtk/gtkwidget.c:633
#: gtk/gtkwidget.c:634
msgid "Whether this widget has a tooltip"
msgstr "Indica si el widget tiene un consejo"
#: gtk/gtkwidget.c:689
#: gtk/gtkwidget.c:690
msgid "Window"
msgstr "Ventana"
#: gtk/gtkwidget.c:690
#: gtk/gtkwidget.c:691
msgid "The widget's window if it is realized"
msgstr "La ventana del widget si se realiza"
#: gtk/gtkwidget.c:2212
#: gtk/gtkwidget.c:2213
msgid "Interior Focus"
msgstr "Foco interior"
#: gtk/gtkwidget.c:2213
#: gtk/gtkwidget.c:2214
msgid "Whether to draw the focus indicator inside widgets"
msgstr "Indica si se ha de dibujar el indicador del foco dentro de los widgets"
#: gtk/gtkwidget.c:2219
#: gtk/gtkwidget.c:2220
msgid "Focus linewidth"
msgstr "Dar foco al ancho de línea"
#: gtk/gtkwidget.c:2220
#: gtk/gtkwidget.c:2221
msgid "Width, in pixels, of the focus indicator line"
msgstr "Anchura, en píxeles, de la línea indicadora del foco"
#: gtk/gtkwidget.c:2226
#: gtk/gtkwidget.c:2227
msgid "Focus line dash pattern"
msgstr "Dar foco a la línea con patrón punteado"
#: gtk/gtkwidget.c:2227
#: gtk/gtkwidget.c:2228
msgid "Dash pattern used to draw the focus indicator"
msgstr "Patrón punteado utilizado para dibujar el indicador de foco"
#: gtk/gtkwidget.c:2232
#: gtk/gtkwidget.c:2233
msgid "Focus padding"
msgstr "Relleno del foco"
#: gtk/gtkwidget.c:2233
#: gtk/gtkwidget.c:2234
msgid "Width, in pixels, between focus indicator and the widget 'box'"
msgstr "Anchura, en píxeles, entre el indicador de foco y la «caja» del widget"
#: gtk/gtkwidget.c:2238
#: gtk/gtkwidget.c:2239
msgid "Cursor color"
msgstr "Color del cursor"
#: gtk/gtkwidget.c:2239
#: gtk/gtkwidget.c:2240
msgid "Color with which to draw insertion cursor"
msgstr "Color con el cual dibujar el cursor de inserción"
#: gtk/gtkwidget.c:2244
#: gtk/gtkwidget.c:2245
msgid "Secondary cursor color"
msgstr "Color secundario del cursor"
#: gtk/gtkwidget.c:2245
#: gtk/gtkwidget.c:2246
msgid ""
"Color with which to draw the secondary insertion cursor when editing mixed "
"right-to-left and left-to-right text"
@@ -6967,43 +6967,43 @@ msgstr ""
"Color con el cual dibujar el cursor de inserción secundario cuando se esta "
"editando una mezcla de texto de derecha-a-izquierda y izquierda-a-derecha"
#: gtk/gtkwidget.c:2250
#: gtk/gtkwidget.c:2251
msgid "Cursor line aspect ratio"
msgstr "Proporción de la línea del cursor"
#: gtk/gtkwidget.c:2251
#: gtk/gtkwidget.c:2252
msgid "Aspect ratio with which to draw insertion cursor"
msgstr "La proporción con la cual dibujar el cursor de inserción"
#: gtk/gtkwidget.c:2265
#: gtk/gtkwidget.c:2266
msgid "Draw Border"
msgstr "Dibujar borde"
#: gtk/gtkwidget.c:2266
#: gtk/gtkwidget.c:2267
msgid "Size of areas outside the widget's allocation to draw"
msgstr "Tamaño de las áreas fuera de la reserva del widget para dibujar"
#: gtk/gtkwidget.c:2279
#: gtk/gtkwidget.c:2280
msgid "Unvisited Link Color"
msgstr "Color del enlace no visitado"
#: gtk/gtkwidget.c:2280
#: gtk/gtkwidget.c:2281
msgid "Color of unvisited links"
msgstr "Color de los enlaces no visitados"
#: gtk/gtkwidget.c:2293
#: gtk/gtkwidget.c:2294
msgid "Visited Link Color"
msgstr "Color del enlace visitado"
#: gtk/gtkwidget.c:2294
#: gtk/gtkwidget.c:2295
msgid "Color of visited links"
msgstr "Color de los enlaces visitados"
#: gtk/gtkwidget.c:2308
#: gtk/gtkwidget.c:2309
msgid "Wide Separators"
msgstr "Separadores anchos"
#: gtk/gtkwidget.c:2309
#: gtk/gtkwidget.c:2310
msgid ""
"Whether separators have configurable width and should be drawn using a box "
"instead of a line"
@@ -7011,35 +7011,35 @@ msgstr ""
"Indica si los separadores tienen anchura configurable y deben dibujarse "
"usando una caja en lugar de una línea"
#: gtk/gtkwidget.c:2323
#: gtk/gtkwidget.c:2324
msgid "Separator Width"
msgstr "Anchura del separador"
#: gtk/gtkwidget.c:2324
#: gtk/gtkwidget.c:2325
msgid "The width of separators if wide-separators is TRUE"
msgstr "La anchura de los separadores si «wide-separators« es TRUE"
#: gtk/gtkwidget.c:2338
#: gtk/gtkwidget.c:2339
msgid "Separator Height"
msgstr "Altura del separador"
#: gtk/gtkwidget.c:2339
#: gtk/gtkwidget.c:2340
msgid "The height of separators if \"wide-separators\" is TRUE"
msgstr "La altura de los separadores si «wide-separators» es TRUE"
#: gtk/gtkwidget.c:2353
#: gtk/gtkwidget.c:2354
msgid "Horizontal Scroll Arrow Length"
msgstr "Longitud de la flecha de desplazamiento horizontal"
#: gtk/gtkwidget.c:2354
#: gtk/gtkwidget.c:2355
msgid "The length of horizontal scroll arrows"
msgstr "La longitud de las flechas de desplazamiento horizontal"
#: gtk/gtkwidget.c:2368
#: gtk/gtkwidget.c:2369
msgid "Vertical Scroll Arrow Length"
msgstr "Longitud de las flechas de desplazamiento vertical"
#: gtk/gtkwidget.c:2369
#: gtk/gtkwidget.c:2370
msgid "The length of vertical scroll arrows"
msgstr "La longitud de las flechas de desplazamiento vertical"

Some files were not shown because too many files have changed in this diff Show More